From 775f93e8988c9b2e468cebc2e176e9f7e984013b Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Thu, 8 Sep 2016 23:51:46 +0200 Subject: [PATCH] ramips: fix wrong TARGET_DEVICES Signed-off-by: Mathias Kresin --- target/linux/ramips/image/rt288x.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/image/rt288x.mk b/target/linux/ramips/image/rt288x.mk index 8fb5595671..2bdb18ec83 100644 --- a/target/linux/ramips/image/rt288x.mk +++ b/target/linux/ramips/image/rt288x.mk @@ -21,7 +21,7 @@ define Device/ar670w IMAGES += factory.bin IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | gemtek-header ar725w endef -TARGET_DEVICES += ar725w +TARGET_DEVICES += ar670w define Device/ar725w DTS := AR725W -- 2.30.2