From 564f87ef5bea16d5d1d8a9a80e8de77429159f26 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Mon, 18 May 2020 21:10:40 +0200 Subject: mpc85xx: rename generic subtarget to p1010 The mpc85xx-generic subtarget supports the QorIQ SoCs of the p1010 family. Rename the subtarget to reflect this affiliation as it's the case with the other mpc85xx subtargets. Signed-off-by: David Bauer --- target/linux/mpc85xx/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/mpc85xx/image') diff --git a/target/linux/mpc85xx/image/Makefile b/target/linux/mpc85xx/image/Makefile index 40002c13c4..225f871699 100644 --- a/target/linux/mpc85xx/image/Makefile +++ b/target/linux/mpc85xx/image/Makefile @@ -21,7 +21,7 @@ define Device/Default SUPPORTED_DEVICES := $(subst _,$(comma),$(1)) endef -ifeq ($(SUBTARGET),generic) +ifeq ($(SUBTARGET),p1010) define Device/tplink_tl-wdr4900-v1 DEVICE_VENDOR := TP-Link -- cgit v1.2.3