diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-25 21:00:09 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-25 21:00:09 +0200 |
commit | 6f58e88ce0c721c8954898f81c9fbf8088fcba13 (patch) | |
tree | 43a1464e4175c764e630390dde7dae597691db2a /package/util-linux/Config.in | |
parent | a01131d813946a99aa5206633a524855c3b6f58c (diff) |
update util-linux to util-linux-ng
- disable some packages not usable for mips/rb532
Diffstat (limited to 'package/util-linux/Config.in')
-rw-r--r-- | package/util-linux/Config.in | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/package/util-linux/Config.in b/package/util-linux/Config.in deleted file mode 100644 index 2de091d4c..000000000 --- a/package/util-linux/Config.in +++ /dev/null @@ -1,38 +0,0 @@ -config ADK_COMPILE_UTIL_LINUX - tristate - default n - depends ADK_PACKAGE_FDISK || ADK_PACKAGE_SWAP_UTILS - -config ADK_PACKAGE_FDISK - prompt "fdisk............................. Partition table manipulation utility" - tristate - default n - select ADK_COMPILE_UTIL_LINUX - help - A partition table manipulation utility - - http://www.kernel.org/pub/linux/utils/util-linux/ - -config ADK_PACKAGE_LOSETUP - prompt "losetup........................... Loop devices setup and control utility" - tristate - default n - select ADK_COMPILE_UTIL_LINUX - select ADK_KPACKAGE_KMOD_BLK_DEV_LOOP - help - A loop devices setup and control utility - - http://www.kernel.org/pub/linux/utils/util-linux/ - -config ADK_PACKAGE_SWAP_UTILS - prompt "swap-utils........................ Swap space management utilities" - tristate - default n - select ADK_COMPILE_UTIL_LINUX - help - A collection of tools to manage swap space : - * mkswap - * swapon - * swapoff - - http://www.kernel.org/pub/linux/utils/util-linux/ |