0cd5e85e7a
This new subtarget sets the small_flash flag and removes unused kernel configuration. small_flash removes KERNEL_KALLSYMS, which saves ~107KB in the default configuration; removing unneeded hardware support from ar71xx/tiny saves another ~18KB (both after LZMA). Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
8 lines
195 B
Makefile
8 lines
195 B
Makefile
BOARDNAME:=Devices with small flash
|
|
FEATURES += squashfs small_flash
|
|
|
|
define Target/Description
|
|
Build firmware images for Atheros AR71xx/AR913x/AR934x based boards with small NOR flash.
|
|
endef
|
|
|
|
|