X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=target%2Flinux%2Fmpc85xx%2FMakefile;h=3e7cd38029652bd0b6afd9ad8259278352c19891;hb=35656042f1cd457819a75c980613634b494a7e70;hp=ff8997f2e151714603ae73a7212ba3f0d6e349e5;hpb=ab71a428c5acaa2aedc5ecce9fb4f66faab43537;p=lede.git diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index ff8997f2e1..3e7cd38029 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -9,15 +9,19 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=mpc85xx BOARDNAME:=Freescale MPC85xx -CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=8540 -FEATURES:=spe_fpu ramdisk broken +CPU_TYPE:=8540 +FEATURES:=spe_fpu squashfs MAINTAINER:=Imre Kaloz +SUBTARGETS=generic p1020 -LINUX_VERSION:=3.3.5 +LINUX_VERSION:=3.10.18 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += kmod-booke-wdt +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.