X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Fmpc85xx%2FMakefile;h=d2cd5edb7905735c6b94e41ac9bce30458dabb38;hb=727c59f7ac397e1a561d3ba24078a269c49e4288;hp=b5210774a5d5dd2c205adeb84a0f61532f561a01;hpb=01353258736d859ede0316eca2633f2ba58bad50;p=openwrt.git diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index b5210774a5..d2cd5edb79 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 +CPU_TYPE:=8540 +FEATURES:=spe_fpu squashfs MAINTAINER:=Imre Kaloz +SUBTARGETS=generic p1020 -LINUX_VERSION:=3.7.5 +LINUX_VERSION:=3.10.26 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.