X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fmpc85xx%2FMakefile;h=47263c4cb7fc77db5a52761cb26a27e0b3a1b2f2;hp=a441acf238de30cac990e604ce893cfe5858aae7;hb=d2307c15c545ccd8aa15fd2515bded1675ff090d;hpb=8b0c7ffdcb70f966245672de5378f09846e0652a diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index a441acf238..47263c4cb7 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -9,14 +9,19 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=mpc85xx BOARDNAME:=Freescale MPC85xx -CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=8540 -FEATURES:=fpu ramdisk broken +CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=8540 +FEATURES:=spe_fpu squashfs MAINTAINER:=Imre Kaloz -LINUX_VERSION:=2.6.36.2 +LINUX_VERSION:=3.8.3 include $(INCLUDE_DIR)/target.mk +DEFAULT_PACKAGES += \ + kmod-input-core kmod-input-gpio-keys kmod-button-hotplug \ + kmod-leds-gpio kmod-booke-wdt \ + swconfig kmod-ath9k wpad-mini + define Target/Description Build images for the Freescale MPC85xx based boards. endef