X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fmpc85xx%2FMakefile;h=efd48d7d41cc3d93fd60dde2cf6c7bd0e2996d46;hp=cde1990e988fca7b80c2f582e1d85a0d134b7ed2;hb=39f3408732df53e8671426c207f178ae0cf42d01;hpb=3f749d1e8e5b36e8a0d5450838e52ab4efd31001 diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index cde1990e98..efd48d7d41 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -9,17 +9,23 @@ 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:=squashfs MAINTAINER:=Imre Kaloz +SUBTARGETS=generic p1020 -LINUX_VERSION:=3.7.9 +KERNEL_PATCHVER:=4.4 include $(INCLUDE_DIR)/target.mk +KERNEL_IMAGES := zImage +ifeq ($(SUBTARGET),generic) +KERNEL_IMAGES += cuImage.tl-wdr4900-v1 +endif + DEFAULT_PACKAGES += \ kmod-input-core kmod-input-gpio-keys kmod-button-hotplug \ - kmod-booke-wdt + kmod-leds-gpio swconfig kmod-ath9k wpad-mini define Target/Description Build images for the Freescale MPC85xx based boards.