diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-18 14:38:37 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-18 14:38:37 +0000 |
commit | 049d11cfaea19a8ba343a8d740c984a3ac413b3a (patch) | |
tree | bc1ab1a20a3950c7410294f59823f726012313e5 /openwrt | |
parent | 32a1e9c32c620cd5ba796e97606c1d9f5e0d9b0b (diff) |
compile additional busybox head options
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@386 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/busybox/config/coreutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/busybox/config/coreutils/Config.in b/openwrt/package/busybox/config/coreutils/Config.in index 49bdb8940..1a3ef990c 100644 --- a/openwrt/package/busybox/config/coreutils/Config.in +++ b/openwrt/package/busybox/config/coreutils/Config.in @@ -200,7 +200,7 @@ config BUSYBOX_CONFIG_HEAD config BUSYBOX_CONFIG_FEATURE_FANCY_HEAD bool " Enable head options (-c, -q, and -v)" - default n + default y depends on BUSYBOX_CONFIG_HEAD help This enables the head options (-c, -q, and -v). |