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 | ed6bf70bd42b1ea0cef21ffc1ba0ae6e7df5186a (patch) | |
tree | c96877c7881b127fb33fad24725db2198ef689ee /openwrt/package/Makefile | |
parent | 44b8eb2dd4e7b464b48ee0a8f261daf0e1fd7cb5 (diff) | |
download | mtk-20170518-ed6bf70bd42b1ea0cef21ffc1ba0ae6e7df5186a.zip mtk-20170518-ed6bf70bd42b1ea0cef21ffc1ba0ae6e7df5186a.tar.gz mtk-20170518-ed6bf70bd42b1ea0cef21ffc1ba0ae6e7df5186a.tar.bz2 |
add util-linux for fdisk (thanks to Philipp Kewisch )
SVN-Revision: 2071
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 b6c3bcf..564fd92 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 |