X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fmpc85xx%2FMakefile;h=5a9e7ac6a140389283048713231b4f239dbe5833;hp=7fbef341b129a2248b28cfc0681cd4968b12eba7;hb=971ecf1a4cfd7442f8007dae25719f9c91e36314;hpb=43d629bbc66798da0cd0388599f3f3480a745852 diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 7fbef341b1..5a9e7ac6a1 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -9,14 +9,20 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=mpc85xx BOARDNAME:=Freescale MPC85xx -CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=8540 -FEATURES:=spe_fpu ramdisk +CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=8540 +FEATURES:=spe_fpu squashfs MAINTAINER:=Imre Kaloz +SUBTARGETS=generic p1020 -LINUX_VERSION:=2.6.38 +LINUX_VERSION:=3.10.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