ramips: add missing -Os cflag for mt7621
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43954 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
980e0502ce
commit
c1c6aee479
|
@ -8,7 +8,7 @@ ARCH_PACKAGES:=ramips_1004kc
|
|||
FEATURES+=usb
|
||||
CPU_TYPE:=1004kc
|
||||
CPU_SUBTYPE:=dsp
|
||||
CFLAGS:=-pipe -mmt -mips32r2 -mtune=1004kc
|
||||
CFLAGS:=-Os -pipe -mmt -mips32r2 -mtune=1004kc
|
||||
|
||||
define Target/Description
|
||||
Build firmware images for Ralink MT7621 based boards.
|
||||
|
|
Loading…
Reference in New Issue