X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Fmpc85xx%2FMakefile;h=6a7531077a7d2f4c96e6485a38e2a5647b41b106;hb=80108568420c8cd6c74d94fa734a40bdea0189cb;hp=feaa3bc7317a04a11e439b46bf50af17b52e9f25;hpb=2900208a8fd072362e8a1bc1e450d75da04f13bd;p=openwrt.git diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index feaa3bc731..6a7531077a 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -9,17 +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 +CFLAGS:=-Os -pipe -mcpu=8540 +FEATURES:=spe_fpu squashfs MAINTAINER:=Imre Kaloz +SUBTARGETS=generic p1020 -LINUX_VERSION:=3.7.8 +LINUX_VERSION:=3.10.4 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ kmod-input-core kmod-input-gpio-keys kmod-button-hotplug \ - kmod-booke-wdt + kmod-leds-gpio kmod-booke-wdt \ + swconfig kmod-ath9k wpad-mini define Target/Description Build images for the Freescale MPC85xx based boards.