diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-12 20:07:37 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-12 20:07:37 +0000 |
commit | d43084b0a729b243865bbb698343ac1c7f841fd9 (patch) | |
tree | 23797e036170afbdc36c558e4dcd3fdd434a5d0d /openwrt/package | |
parent | 022fc98acc4114186fcd137e20b6732c7306f879 (diff) |
enable seq by default in busybox
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@858 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-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 299e060cc..9d97e3c58 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 |