Add dosfstools package
SVN-Revision: 1608
This commit is contained in:
parent
457e280034
commit
1852c92c88
@ -157,9 +157,10 @@ source "package/usbutils/Config.in" # lsusb
|
|||||||
source "package/strace/Config.in"
|
source "package/strace/Config.in"
|
||||||
|
|
||||||
# what are we going to do with both of you
|
# what are we going to do with both of you
|
||||||
comment "Kernel related ---"
|
comment "FileSystems related ---"
|
||||||
source "package/fuse/Config.in" # kmod-fuse
|
source "package/dosfstools/Config.in"
|
||||||
source "package/shfs/Config.in" # kmod-shfs
|
source "package/fuse/Config.in"
|
||||||
|
source "package/shfs/Config.in"
|
||||||
|
|
||||||
comment "Bluetooth related"
|
comment "Bluetooth related"
|
||||||
source "package/bluez-libs/Config.in"
|
source "package/bluez-libs/Config.in"
|
||||||
|
@ -23,6 +23,7 @@ package-$(BR2_PACKAGE_CYRUS_SASL) += cyrus-sasl
|
|||||||
package-$(BR2_PACKAGE_DHCP) += dhcp
|
package-$(BR2_PACKAGE_DHCP) += dhcp
|
||||||
package-$(BR2_PACKAGE_DHCP_FORWARDER) += dhcp-forwarder
|
package-$(BR2_PACKAGE_DHCP_FORWARDER) += dhcp-forwarder
|
||||||
package-$(BR2_PACKAGE_DNSMASQ) += dnsmasq
|
package-$(BR2_PACKAGE_DNSMASQ) += dnsmasq
|
||||||
|
package-$(BR2_PACKAGE_DOSFSTOOLS) += dosfstools
|
||||||
package-$(BR2_PACKAGE_DROPBEAR) += dropbear
|
package-$(BR2_PACKAGE_DROPBEAR) += dropbear
|
||||||
package-$(BR2_PACKAGE_DSNIFF) += dsniff
|
package-$(BR2_PACKAGE_DSNIFF) += dsniff
|
||||||
package-$(BR2_PACKAGE_EBTABLES) += ebtables
|
package-$(BR2_PACKAGE_EBTABLES) += ebtables
|
||||||
|
10
openwrt/package/dosfstools/Config.in
Normal file
10
openwrt/package/dosfstools/Config.in
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
config BR2_PACKAGE_DOSFSTOOLS
|
||||||
|
tristate "dosfstools - Utilities to create and check MS-DOS FAT filesystems"
|
||||||
|
# default m if CONFIG_DEVEL
|
||||||
|
default n
|
||||||
|
help
|
||||||
|
Utilities to create and check MS-DOS FAT filesystems.
|
||||||
|
|
||||||
|
ftp://ftp.uni-erlangen.de:/pub/Linux/LOCAL/dosfstools/
|
||||||
|
|
||||||
|
|
44
openwrt/package/dosfstools/Makefile
Normal file
44
openwrt/package/dosfstools/Makefile
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
# $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
|
||||||
|
|
||||||
|
BR2_PACKAGE_DOSFSTOOLS=m
|
||||||
|
|
||||||
|
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 -fpR $(PKG_INSTALL_DIR)/sbin/dosfsck $(IDIR_DOSFSTOOLS)/sbin/
|
||||||
|
cp -fpR $(PKG_INSTALL_DIR)/sbin/fsck.{msdos,vfat} $(IDIR_DOSFSTOOLS)/sbin/
|
||||||
|
cp -fpR $(PKG_INSTALL_DIR)/sbin/mkdosfs $(IDIR_DOSFSTOOLS)/sbin/
|
||||||
|
cp -fpR $(PKG_INSTALL_DIR)/sbin/mkfs.{msdos,vfat} $(IDIR_DOSFSTOOLS)/sbin/
|
||||||
|
$(RSTRIP) $(IDIR_DOSFSTOOLS)
|
||||||
|
$(IPKG_BUILD) $(IDIR_DOSFSTOOLS) $(PACKAGE_DIR)
|
||||||
|
|
6
openwrt/package/dosfstools/ipkg/dosfstools.control
Normal file
6
openwrt/package/dosfstools/ipkg/dosfstools.control
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
Package: dosfstools
|
||||||
|
Priority: optional
|
||||||
|
Section: admin
|
||||||
|
Maintainer: OpenWrt Developers <bugs@openwrt.org>
|
||||||
|
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/dosfstools/
|
||||||
|
Description: Utilities to create and check MS-DOS FAT filesystems
|
Loading…
Reference in New Issue
Block a user