[source] ramips: fix wrong TARGET_DEVICES

LEDE Commits lede-commits at lists.infradead.org
Fri Sep 9 03:34:48 PDT 2016


mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/775f93e8988c9b2e468cebc2e176e9f7e984013b

commit 775f93e8988c9b2e468cebc2e176e9f7e984013b
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Thu Sep 8 23:51:46 2016 +0200

    ramips: fix wrong TARGET_DEVICES
    
    Signed-off-by: Mathias Kresin <dev at kresin.me>
---
 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 8fb5595..2bdb18e 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



More information about the lede-commits mailing list