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/Config.in | |
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/Config.in')
-rw-r--r-- | openwrt/package/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in index 0619690..d168611 100644 --- a/openwrt/package/Config.in +++ b/openwrt/package/Config.in @@ -185,8 +185,8 @@ source "package/irssi/Config.in" comment "Multimedia ---" source "package/gmediaserver/Config.in" source "package/icecast/Config.in" -source "package/mt-daapd/Config.in" source "package/mpd/Config.in" +source "package/mt-daapd/Config.in" source "package/palantir/Config.in" source "package/setpwc/Config.in" @@ -201,14 +201,14 @@ source "package/madwifi-tools/Config.in" source "package/usbutils/Config.in" # lsusb source "package/strace/Config.in" -# what are we going to do with both of you comment "FileSystems related ---" source "package/dosfstools/Config.in" source "package/e2fsprogs/Config.in" source "package/fuse/Config.in" source "package/shfs/Config.in" +source "package/util-linux/Config.in" -comment "Bluetooth related" +comment "Bluetooth related ---" source "package/bluez-libs/Config.in" source "package/bluez-utils/Config.in" |