adjust small kernel to support Domywifi dw33d

This commit is contained in:
coolsnowwolf 2018-09-29 14:26:27 +08:00
parent e1ab2296d7
commit 99afeac94b
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ config KERNEL_CRASHLOG
config KERNEL_SWAP
bool "Support for paging of anonymous memory (swap)"
default y if !SMALL_FLASH
default y
config KERNEL_DEBUG_FS
bool "Compile the kernel with debug filesystem enabled"
@ -817,7 +817,7 @@ config KERNEL_SQUASHFS_FRAGMENT_CACHE_SIZE
#
choice
prompt "Compiler optimization level"
default KERNEL_CC_OPTIMIZE_FOR_SIZE if SMALL_FLASH
default KERNEL_CC_OPTIMIZE_FOR_PERFORMANCE
config KERNEL_CC_OPTIMIZE_FOR_PERFORMANCE
bool "Optimize for performance"

View File

@ -1,5 +1,5 @@
BOARDNAME := Generic devices with NAND flash
FEATURES += squashfs nand rtc
FEATURES += squashfs nand rtc small_flash
define Target/Description
Build firmware images for Atheros AR71xx/AR913x based boards with