diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-14 02:46:43 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-14 02:46:43 +0000 |
commit | 7278f81f2eba2683f737abd90d8e769e36ee1279 (patch) | |
tree | 08b4932a3ca6e2ff81a6a737830d4141a7cf1c34 /openwrt/package/Makefile | |
parent | f1645a9a1260bf25ba065dd6d36f2d69c2d5717b (diff) |
add e2fsprogs package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1652 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 7ee1512405..def03c4ac3 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -26,6 +26,7 @@ package-$(BR2_PACKAGE_DNSMASQ) += dnsmasq package-$(BR2_PACKAGE_DOSFSTOOLS) += dosfstools package-$(BR2_PACKAGE_DROPBEAR) += dropbear package-$(BR2_PACKAGE_DSNIFF) += dsniff +package-$(BR2_PACKAGE_E2FSPROGS) += e2fsprogs package-$(BR2_PACKAGE_EBTABLES) += ebtables package-$(BR2_PACKAGE_ETHER_WAKE) += ether-wake package-$(BR2_PACKAGE_EZIPUPDATE) += ez-ipupdate |