diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-05-27 18:07:29 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-05-27 18:07:29 +0200 |
commit | e6f6d829403156797fabc4690d497fdf7cd6f7d1 (patch) | |
tree | d2118b46c4bfca2ae806f24d28046eda9190eab5 /scripts | |
parent | 20cc390b9bb33cd0ab05c8bbfcd24babad7ec204 (diff) | |
download | busybox-w32-1_14_1.tar.gz busybox-w32-1_14_1.tar.bz2 busybox-w32-1_14_1.zip |
hush: more fixes from trunk; bump version to 1.14.11_14_1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/defconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/defconfig b/scripts/defconfig index a863ecad5..f991363cc 100644 --- a/scripts/defconfig +++ b/scripts/defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Busybox version: 1.14.0 | 3 | # Busybox version: 1.14.1 |
4 | # Wed Apr 15 04:12:17 2009 | 4 | # Wed May 27 18:05:31 2009 |
5 | # | 5 | # |
6 | CONFIG_HAVE_DOT_CONFIG=y | 6 | CONFIG_HAVE_DOT_CONFIG=y |
7 | 7 | ||
@@ -859,6 +859,7 @@ CONFIG_HUSH_IF=y | |||
859 | CONFIG_HUSH_LOOPS=y | 859 | CONFIG_HUSH_LOOPS=y |
860 | CONFIG_HUSH_CASE=y | 860 | CONFIG_HUSH_CASE=y |
861 | CONFIG_HUSH_FUNCTIONS=y | 861 | CONFIG_HUSH_FUNCTIONS=y |
862 | CONFIG_HUSH_EXPORT_N=y | ||
862 | # CONFIG_LASH is not set | 863 | # CONFIG_LASH is not set |
863 | CONFIG_MSH=y | 864 | CONFIG_MSH=y |
864 | 865 | ||