diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-07 20:07:28 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-07 20:07:28 +0000 |
commit | 41811345b79f7f918a569ab57434de85ba478cb3 (patch) | |
tree | c96877c7881b127fb33fad24725db2198ef689ee /openwrt/package/Makefile | |
parent | 6fe9c8936fece60a05849c5d35ae4a3f4e39bacf (diff) |
add util-linux for fdisk (thanks to Philipp Kewisch )
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2071 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 b6c3bcf9e..564fd926d 100644 --- a/openwrt/package/Makefile +++ b/openwrt/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 |