diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-07 20:07:28 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-07 20:07:28 +0000 |
commit | 1177bb4affa5ee3b20b40397e82840fcf4f3a34a (patch) | |
tree | 31dc69baf521de8e81f2a407005429821ce6c348 /package/Makefile | |
parent | d4c5b212c7e235444d2beb6c4ae34f6e7e74c35d (diff) | |
download | upstream-1177bb4affa5ee3b20b40397e82840fcf4f3a34a.tar.gz upstream-1177bb4affa5ee3b20b40397e82840fcf4f3a34a.tar.bz2 upstream-1177bb4affa5ee3b20b40397e82840fcf4f3a34a.zip |
add util-linux for fdisk (thanks to Philipp Kewisch )
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2071 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index b6c3bcf9e3..564fd926da 100644 --- a/package/Makefile +++ b/package/Makefile @@ -179,6 +179,7 @@ package-$(BR2_PACKAGE_UCLIBCXX) += uclibc++ package-$(BR2_PACKAGE_ULOGD) += ulogd package-$(BR2_PACKAGE_UPDATEDD) += updatedd package-$(BR2_PACKAGE_USBUTILS) += usbutils +package-$(BR2_COMPILE_UTIL_LINUX) += util-linux package-$(BR2_PACKAGE_VTUN) += vtun package-$(BR2_PACKAGE_VSFTPD) += vsftpd package-$(BR2_PACKAGE_WIFICONF) += wificonf |