diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-27 13:35:04 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-27 13:35:04 +0200 |
commit | eb29e91dc69dc3a93af880268f5cbe86a97fdc64 (patch) | |
tree | aec63b1370526ff50b52a6677e7d35458cf065eb /scripts | |
parent | 76c936f5221f4cbd5466cde8716d56fb7dce62e1 (diff) | |
download | busybox-w32-eb29e91dc69dc3a93af880268f5cbe86a97fdc64.tar.gz busybox-w32-eb29e91dc69dc3a93af880268f5cbe86a97fdc64.tar.bz2 busybox-w32-eb29e91dc69dc3a93af880268f5cbe86a97fdc64.zip |
trivial fixes: use uint8_t, not __u8; fix defconfig for fgconsole
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/defconfig b/scripts/defconfig index 8b88f79b3..896571bd9 100644 --- a/scripts/defconfig +++ b/scripts/defconfig | |||
@@ -287,7 +287,7 @@ CONFIG_FEATURE_MD5_SHA1_SUM_CHECK=y | |||
287 | # Console Utilities | 287 | # Console Utilities |
288 | # | 288 | # |
289 | CONFIG_CHVT=y | 289 | CONFIG_CHVT=y |
290 | CONFIG_FGCONSOLE=n | 290 | CONFIG_FGCONSOLE=y |
291 | CONFIG_CLEAR=y | 291 | CONFIG_CLEAR=y |
292 | CONFIG_DEALLOCVT=y | 292 | CONFIG_DEALLOCVT=y |
293 | CONFIG_DUMPKMAP=y | 293 | CONFIG_DUMPKMAP=y |