summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-18 14:38:37 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-18 14:38:37 +0000
commit049d11cfaea19a8ba343a8d740c984a3ac413b3a (patch)
treebc1ab1a20a3950c7410294f59823f726012313e5
parent32a1e9c32c620cd5ba796e97606c1d9f5e0d9b0b (diff)
compile additional busybox head options
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@386 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--openwrt/package/busybox/config/coreutils/Config.in2
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).