X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fmpc85xx%2FMakefile;h=163e440539a539bccf769adba3e557215b6fd316;hb=aad5f01a610b8dbf2966e751543b01ec4723900a;hp=3950c6ddcc13eb7a747d1a84840c8d777d45fa8d;hpb=5809015997536c4067c824095f94485e84a3174c;p=openwrt.git diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 3950c6ddcc..163e440539 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -9,15 +9,21 @@ 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.6 +KERNEL_PATCHVER:=3.18 + +KERNEL_IMAGES := zImage cuImage.tl-wdr4900-v1 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.