diff --git a/BoardConfig.mk b/BoardConfig.mk index 3103bd8..2479535 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -42,7 +42,7 @@ WIFI_FIRMWARE_LOADER := "wlan_loader" TARGET_PROVIDES_INIT_RC := false -BOARD_KERNEL_CMDLINE := no_console_suspend=1 +BOARD_KERNEL_CMDLINE := no_console_suspend=1 console=null BOARD_KERNEL_BASE := 0x02E00000 BOARD_KERNEL_PAGESIZE := 2048 diff --git a/custom/kernel b/custom/kernel index f1f3178..80d54f2 100755 Binary files a/custom/kernel and b/custom/kernel differ diff --git a/custom/modules/wlan.ko b/custom/modules/wlan.ko index 82a8372..13f73b4 100644 Binary files a/custom/modules/wlan.ko and b/custom/modules/wlan.ko differ