X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Fmpc85xx%2FMakefile;h=a32be907a9896ec553dbc7b1fed4db7e958c8070;hb=b2c537410efaafd0202694255296d6982df82c48;hp=163e440539a539bccf769adba3e557215b6fd316;hpb=01b6d6cac015e82a29bfbbb6b4326da5b0893bde;p=openwrt.git diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 163e440539..a32be907a9 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -10,16 +10,19 @@ ARCH:=powerpc BOARD:=mpc85xx BOARDNAME:=Freescale MPC85xx CPU_TYPE:=8540 -FEATURES:=spe_fpu squashfs +FEATURES:=squashfs MAINTAINER:=Imre Kaloz SUBTARGETS=generic p1020 -KERNEL_PATCHVER:=3.18 - -KERNEL_IMAGES := zImage cuImage.tl-wdr4900-v1 +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-leds-gpio kmod-booke-wdt \