[OpenWrt-Devel] [PATCH] target/mpc85xx: check if 'generic' subtarget for image file cuImage.tl-wdr4900-v1
Alexandru Ardelean
ardeleanalex at gmail.com
Thu Sep 24 09:11:33 EDT 2015
Only add 'cuImage.tl-wdr4900-v1' to KERNEL_IMAGES if
the selected subtarget is 'generic'.
Signed-off-by: Alexandru Ardelean <ardeleanalex at gmail.com>
---
target/linux/mpc85xx/Makefile | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile
index e43327a..5f3ad6c 100644
--- a/target/linux/mpc85xx/Makefile
+++ b/target/linux/mpc85xx/Makefile
@@ -16,10 +16,13 @@ SUBTARGETS=generic p1020
KERNEL_PATCHVER:=3.18
-KERNEL_IMAGES := zImage cuImage.tl-wdr4900-v1
-
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 \
--
2.1.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list