summaryrefslogtreecommitdiff
path: root/openwrt/package/busybox
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-05-12 20:07:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-05-12 20:07:37 +0000
commitc74e7784127fc448dc4c6b7588f57c968ccfe758 (patch)
tree23797e036170afbdc36c558e4dcd3fdd434a5d0d /openwrt/package/busybox
parente26f5899db3f34d79738da32792ba66d97bd6363 (diff)
downloadmtk-20170518-c74e7784127fc448dc4c6b7588f57c968ccfe758.zip
mtk-20170518-c74e7784127fc448dc4c6b7588f57c968ccfe758.tar.gz
mtk-20170518-c74e7784127fc448dc4c6b7588f57c968ccfe758.tar.bz2
enable seq by default in busybox
SVN-Revision: 858
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 299e060..9d97e3c 100644
--- a/openwrt/package/busybox/config/coreutils/Config.in
+++ b/openwrt/package/busybox/config/coreutils/Config.in
@@ -369,7 +369,7 @@ config BUSYBOX_CONFIG_RMDIR
config BUSYBOX_CONFIG_SEQ
bool "seq"
- default n
+ default y
help
print a sequence of numbers