[source] ramips: fix Airlink AR725W device title

LEDE Commits lede-commits at lists.infradead.org
Wed Mar 1 11:37:53 PST 2017


jow pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/e19fbd32974dec3f01b8882413977aff0c7446c1

commit e19fbd32974dec3f01b8882413977aff0c7446c1
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Sat Feb 4 12:55:16 2017 +0100

    ramips: fix Airlink AR725W device title
    
    Gemtek is the ODM but the board was sold by Airlink101.
    
    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 93cdda5..3a69c81 100644
--- a/target/linux/ramips/image/rt288x.mk
+++ b/target/linux/ramips/image/rt288x.mk
@@ -23,7 +23,7 @@ TARGET_DEVICES += ar670w
 
 define Device/ar725w
   DTS := AR725W
-  DEVICE_TITLE := Gemtek AR725W
+  DEVICE_TITLE := Airlink AR725W
   IMAGES += factory.bin
   IMAGE/factory.bin := $$(sysupgrade_bin) | check-size 3328k | \
 	gemtek-header ar725w



More information about the lede-commits mailing list