From 42305478798e601493f25a03f8a64027be22993a Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Tue, 15 Sep 2009 13:10:34 +0200 Subject: [PATCH] Some build fixes. --- target/linux/xburst/config-2.6.31 | 2 +- target/linux/xburst/files-2.6.31/arch/mips/jz4740/platform.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/xburst/config-2.6.31 b/target/linux/xburst/config-2.6.31 index c70aecc36..d5ee60672 100644 --- a/target/linux/xburst/config-2.6.31 +++ b/target/linux/xburst/config-2.6.31 @@ -189,7 +189,7 @@ CONFIG_LOGO=y # CONFIG_LOGO_LINUX_CLUT224 is not set # CONFIG_LOGO_LINUX_MONO is not set # CONFIG_LOGO_LINUX_VGA16 is not set -CONFIG_LOGO_OPENWRT_CLUT224 +CONFIG_LOGO_OPENWRT_CLUT224=y CONFIG_LZO_COMPRESS=y CONFIG_LZO_DECOMPRESS=y CONFIG_MAC80211_DEFAULT_PS_VALUE=0 diff --git a/target/linux/xburst/files-2.6.31/arch/mips/jz4740/platform.c b/target/linux/xburst/files-2.6.31/arch/mips/jz4740/platform.c index 270122229..db3d045e1 100644 --- a/target/linux/xburst/files-2.6.31/arch/mips/jz4740/platform.c +++ b/target/linux/xburst/files-2.6.31/arch/mips/jz4740/platform.c @@ -263,7 +263,7 @@ static const uint32_t qi_lb60_keymap[] = { KEY(6, 7, KEY_RIGHT), /* S57 */ #ifndef KEEP_UART_ALIVE - KEY(7, 0, KEY_QI_LEFTSHIFT), /* S58 */ + KEY(7, 0, KEY_LEFTSHIFT), /* S58 */ KEY(7, 1, KEY_LEFTALT), /* S59 */ KEY(7, 2, KEY_FN), /* S60 */ #endif