summaryrefslogtreecommitdiff
path: root/openwrt/package/busybox
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-03-18 14:38:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-03-18 14:38:37 +0000
commit4687b043ee4e2a9860612b049c0401f20dbabd2f (patch)
treebc1ab1a20a3950c7410294f59823f726012313e5 /openwrt/package/busybox
parent92a9040845992c27398ba4336adb4845e2e66b20 (diff)
downloadmtk-20170518-4687b043ee4e2a9860612b049c0401f20dbabd2f.zip
mtk-20170518-4687b043ee4e2a9860612b049c0401f20dbabd2f.tar.gz
mtk-20170518-4687b043ee4e2a9860612b049c0401f20dbabd2f.tar.bz2
compile additional busybox head options
SVN-Revision: 386
Diffstat (limited to 'openwrt/package/busybox')
-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 49bdb89..1a3ef99 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).