diff options
author | David Bauer <mail@david-bauer.net> | 2020-05-18 21:10:40 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2020-05-18 21:11:22 +0200 |
commit | 564f87ef5bea16d5d1d8a9a80e8de77429159f26 (patch) | |
tree | dadca7e72b962ed3a7f091364942d2af8cecc855 /target/linux/mpc85xx/image | |
parent | 367a30389d298948a3c4867dd0261bb942371147 (diff) | |
download | upstream-564f87ef5bea16d5d1d8a9a80e8de77429159f26.tar.gz upstream-564f87ef5bea16d5d1d8a9a80e8de77429159f26.tar.bz2 upstream-564f87ef5bea16d5d1d8a9a80e8de77429159f26.zip |
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 <mail@david-bauer.net>
Diffstat (limited to 'target/linux/mpc85xx/image')
-rw-r--r-- | target/linux/mpc85xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |