1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 18:35:55 +02:00

add optimization to Freescale targets

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24341 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz 2010-12-08 11:27:06 +00:00
parent 602f2d5e4f
commit ca1f565dd9
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=powerpc
BOARD:=mpc52xx
BOARDNAME:=Freescale MPC52xx
CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=603e
FEATURES:=targz ext4
LINUX_VERSION:=2.6.30.10

View File

@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=powerpc
BOARD:=mpc83xx
BOARDNAME:=Freescale MPC83xx
CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=603e
FEATURES:=squashfs targz broken
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>