fix package rebuilding
[openwrt.git] / openwrt / package / util-linux / Config.in
1 config BR2_COMPILE_UTIL_LINUX
2 bool
3 default n
4 depends BR2_PACKAGE_FDISK
5
6 config BR2_PACKAGE_FDISK
7 tristate "fdisk - A partition table manipulation utility"
8 default m if CONFIG_DEVEL
9 select BR2_COMPILE_UTIL_LINUX
10 help
11 A partition table manipulation utility
12
13 http://www.kernel.org/pub/linux/utils/util-linux/
14
15
16 config BR2_PACKAGE_SWAP_UTILS
17 tristate "swap-utils - Swap space management utilities"
18 default m if CONFIG_DEVEL
19 select BR2_COMPILE_UTIL_LINUX
20 help
21 A collection of tools to manage swap space :
22
23 * mkswap
24 * swapon
25 * swapoff
26
27 http://www.kernel.org/pub/linux/utils/util-linux/
28
29
This page took 0.045455 seconds and 5 git commands to generate.