diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-11 03:08:46 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-11 03:08:46 +0000 |
commit | 1852c92c889f5f64b5377cc4b82f4226cd922ff2 (patch) | |
tree | 82aa4d30560b8fe1fd45dc811401572af3ca44e1 /openwrt/package/Makefile | |
parent | 457e280034ebc01f4ca1e87a4c0c8f2b02b2671f (diff) | |
download | mtk-20170518-1852c92c889f5f64b5377cc4b82f4226cd922ff2.zip mtk-20170518-1852c92c889f5f64b5377cc4b82f4226cd922ff2.tar.gz mtk-20170518-1852c92c889f5f64b5377cc4b82f4226cd922ff2.tar.bz2 |
Add dosfstools package
SVN-Revision: 1608
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 7cfdd02..ceb7b72 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -23,6 +23,7 @@ package-$(BR2_PACKAGE_CYRUS_SASL) += cyrus-sasl package-$(BR2_PACKAGE_DHCP) += dhcp package-$(BR2_PACKAGE_DHCP_FORWARDER) += dhcp-forwarder package-$(BR2_PACKAGE_DNSMASQ) += dnsmasq +package-$(BR2_PACKAGE_DOSFSTOOLS) += dosfstools package-$(BR2_PACKAGE_DROPBEAR) += dropbear package-$(BR2_PACKAGE_DSNIFF) += dsniff package-$(BR2_PACKAGE_EBTABLES) += ebtables |