From: Mathias Kresin Date: Thu, 8 Sep 2016 21:51:46 +0000 (+0200) Subject: ramips: fix wrong TARGET_DEVICES X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=775f93e8988c9b2e468cebc2e176e9f7e984013b;hp=034c5cb820f391e2d474697ccf2d690acf4b861e ramips: fix wrong TARGET_DEVICES Signed-off-by: Mathias Kresin --- 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