diff options
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 |