diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-05-12 20:07:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-05-12 20:07:37 +0000 |
commit | c74e7784127fc448dc4c6b7588f57c968ccfe758 (patch) | |
tree | 23797e036170afbdc36c558e4dcd3fdd434a5d0d /openwrt/package/busybox | |
parent | e26f5899db3f34d79738da32792ba66d97bd6363 (diff) | |
download | mtk-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.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 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 |