mirror of https://github.com/hak5/openwrt.git
ath79: optimize ath79 tiny target for size
the speed impact on tiny target is minimal and worth the size gained Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>openwrt-19.07
parent
e420b7b5c5
commit
80e3a16fda
|
@ -1,3 +1,5 @@
|
|||
# CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE is not set
|
||||
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
|
||||
CONFIG_BLK_MQ_PCI=y
|
||||
CONFIG_LEDS_RESET=y
|
||||
CONFIG_OF_ADDRESS_PCI=y
|
||||
|
|
Loading…
Reference in New Issue