[source] ramips: fix Airlink AR725W device title
LEDE Commits
lede-commits at lists.infradead.org
Sat Feb 4 05:11:41 PST 2017
mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/c1eae7a7b8c272bca1a9ab489b1ceb6434021121
commit c1eae7a7b8c272bca1a9ab489b1ceb6434021121
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 33830a6..4a0d6d4 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