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>
11 lines
284 B
Makefile
11 lines
284 B
Makefile
define Profile/Default
|
|
NAME:=Default Profile (all drivers)
|
|
PACKAGES:= \
|
|
kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport
|
|
PRIORITY := 1
|
|
endef
|
|
|
|
define Profile/Default/Description
|
|
Default package set compatible with most boards.
|
|
endef
|
|
$(eval $(call Profile,Default))
|