diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-08-19 22:26:05 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-08-19 22:26:05 +0000 |
commit | 625ed8e027e703c06a82bfbb8b4e8fd4876c7779 (patch) | |
tree | d84e7107303e339853ac0389c99bd0a59762afd8 /scripts | |
parent | c77e843c0927bc4235d6d54981bcf7fdaa9f0421 (diff) | |
download | busybox-625ed8e027e703c06a82bfbb8b4e8fd4876c7779.tar.gz |
Updating defconfig, fixing a typo in Config.in
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/defconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/defconfig b/scripts/defconfig index a3e98a1ad..686974b74 100644 --- a/scripts/defconfig +++ b/scripts/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Busybox version: 1.12.0.svn -# Tue Aug 5 14:44:22 2008 +# Wed Aug 20 00:19:25 2008 # CONFIG_HAVE_DOT_CONFIG=y @@ -13,6 +13,7 @@ CONFIG_HAVE_DOT_CONFIG=y # General Configuration # # CONFIG_DESKTOP is not set +# CONFIG_EXTRA_COMPAT is not set # CONFIG_FEATURE_ASSUME_UNICODE is not set CONFIG_FEATURE_BUFFERS_USE_MALLOC=y # CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set @@ -281,8 +282,10 @@ CONFIG_RESIZE=y CONFIG_FEATURE_RESIZE_PRINT=y CONFIG_SETCONSOLE=y CONFIG_FEATURE_SETCONSOLE_LONG_OPTIONS=y +CONFIG_SETFONT=y CONFIG_SETKEYCODES=y CONFIG_SETLOGCONS=y +CONFIG_SHOWKEY=y # # Debian Utilities |