mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-15 16:15:29 +08:00
adjust small kernel to support Domywifi dw33d
This commit is contained in:
parent
e1ab2296d7
commit
99afeac94b
@ -31,7 +31,7 @@ config KERNEL_CRASHLOG
|
|||||||
|
|
||||||
config KERNEL_SWAP
|
config KERNEL_SWAP
|
||||||
bool "Support for paging of anonymous memory (swap)"
|
bool "Support for paging of anonymous memory (swap)"
|
||||||
default y if !SMALL_FLASH
|
default y
|
||||||
|
|
||||||
config KERNEL_DEBUG_FS
|
config KERNEL_DEBUG_FS
|
||||||
bool "Compile the kernel with debug filesystem enabled"
|
bool "Compile the kernel with debug filesystem enabled"
|
||||||
@ -817,7 +817,7 @@ config KERNEL_SQUASHFS_FRAGMENT_CACHE_SIZE
|
|||||||
#
|
#
|
||||||
choice
|
choice
|
||||||
prompt "Compiler optimization level"
|
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
|
config KERNEL_CC_OPTIMIZE_FOR_PERFORMANCE
|
||||||
bool "Optimize for performance"
|
bool "Optimize for performance"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
BOARDNAME := Generic devices with NAND flash
|
BOARDNAME := Generic devices with NAND flash
|
||||||
FEATURES += squashfs nand rtc
|
FEATURES += squashfs nand rtc small_flash
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build firmware images for Atheros AR71xx/AR913x based boards with
|
Build firmware images for Atheros AR71xx/AR913x based boards with
|
||||||
|
Loading…
x
Reference in New Issue
Block a user