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/Config.in | |
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/Config.in')
-rw-r--r-- | package/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/Config.in b/package/Config.in index 06196904b2..d16861113d 100644 --- a/package/Config.in +++ b/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" |