diff options
author | Mathias Kresin <dev@kresin.me> | 2017-02-04 12:55:16 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-02-04 13:46:48 +0100 |
commit | c1eae7a7b8c272bca1a9ab489b1ceb6434021121 (patch) | |
tree | 586dcf863171d175618d6b010834cd327ad5abfb /target/linux/ramips/image | |
parent | 1ba7fa652cffffabb77f23a4d745633050c5c175 (diff) | |
download | upstream-c1eae7a7b8c272bca1a9ab489b1ceb6434021121.tar.gz upstream-c1eae7a7b8c272bca1a9ab489b1ceb6434021121.tar.bz2 upstream-c1eae7a7b8c272bca1a9ab489b1ceb6434021121.zip |
ramips: fix Airlink AR725W device title
Gemtek is the ODM but the board was sold by Airlink101.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/rt288x.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/rt288x.mk b/target/linux/ramips/image/rt288x.mk index 33830a6e78..4a0d6d4ae7 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 |