summaryrefslogtreecommitdiff
path: root/openwrt/package/dosfstools
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-07 11:57:20 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-07 11:57:20 +0000
commit725611a466f2edf12f809d22339b22223af4afe7 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /openwrt/package/dosfstools
parentf4dd5a6d7c4ebea48cd6292744cb9def6037de80 (diff)
move old kamikaze out of trunk - will put buildroot-ng in there as soon as all the developers are ready
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@4944 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/dosfstools')
-rw-r--r--openwrt/package/dosfstools/Config.in9
-rw-r--r--openwrt/package/dosfstools/Makefile42
-rw-r--r--openwrt/package/dosfstools/ipkg/dosfstools.control4
3 files changed, 0 insertions, 55 deletions
diff --git a/openwrt/package/dosfstools/Config.in b/openwrt/package/dosfstools/Config.in
deleted file mode 100644
index 0e700347e1..0000000000
--- a/openwrt/package/dosfstools/Config.in
+++ /dev/null
@@ -1,9 +0,0 @@
-config BR2_PACKAGE_DOSFSTOOLS
- prompt "dosfstools........................ Utilities to create and check MS-DOS FAT filesystems"
- tristate
- default m if CONFIG_DEVEL
- help
- Utilities to create and check MS-DOS FAT filesystems.
-
- ftp://ftp.uni-erlangen.de:/pub/Linux/LOCAL/dosfstools/
-
diff --git a/openwrt/package/dosfstools/Makefile b/openwrt/package/dosfstools/Makefile
deleted file mode 100644
index 91b455e9db..0000000000
--- a/openwrt/package/dosfstools/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# $Id$
-
-include $(TOPDIR)/rules.mk
-
-PKG_NAME:=dosfstools
-PKG_VERSION:=2.11
-PKG_RELEASE:=1
-PKG_MD5SUM:=407d405ade410f7597d364ab5dc8c9f6
-
-PKG_SOURCE_URL:=ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).src.tar.gz
-PKG_CAT:=zcat
-
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
-PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
-
-include $(TOPDIR)/package/rules.mk
-
-$(eval $(call PKG_template,DOSFSTOOLS,dosfstools,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
-
-$(PKG_BUILD_DIR)/.configured:
- touch $@
-
-$(PKG_BUILD_DIR)/.built:
- rm -rf $(PKG_INSTALL_DIR)
- mkdir -p $(PKG_INSTALL_DIR)
- $(MAKE) -C $(PKG_BUILD_DIR) \
- $(TARGET_CONFIGURE_OPTS) \
- OPTFLAGS="$(TARGET_CFLAGS) -D_FILE_OFFSET_BITS=64" \
- PREFIX="$(PKG_INSTALL_DIR)" \
- all install
- touch $@
-
-$(IPKG_DOSFSTOOLS):
- install -d -m0755 $(IDIR_DOSFSTOOLS)/sbin
- $(CP) $(PKG_INSTALL_DIR)/sbin/dosfsck $(IDIR_DOSFSTOOLS)/sbin/
- $(CP) $(PKG_INSTALL_DIR)/sbin/fsck.{msdos,vfat} $(IDIR_DOSFSTOOLS)/sbin/
- $(CP) $(PKG_INSTALL_DIR)/sbin/mkdosfs $(IDIR_DOSFSTOOLS)/sbin/
- $(CP) $(PKG_INSTALL_DIR)/sbin/mkfs.{msdos,vfat} $(IDIR_DOSFSTOOLS)/sbin/
- $(RSTRIP) $(IDIR_DOSFSTOOLS)
- $(IPKG_BUILD) $(IDIR_DOSFSTOOLS) $(PACKAGE_DIR)
-
diff --git a/openwrt/package/dosfstools/ipkg/dosfstools.control b/openwrt/package/dosfstools/ipkg/dosfstools.control
deleted file mode 100644
index 4ec52a01fb..0000000000
--- a/openwrt/package/dosfstools/ipkg/dosfstools.control
+++ /dev/null
@@ -1,4 +0,0 @@
-Package: dosfstools
-Priority: optional
-Section: admin
-Description: Utilities to create and check MS-DOS FAT filesystems