From e19fbd32974dec3f01b8882413977aff0c7446c1 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Sat, 4 Feb 2017 12:55:16 +0100 Subject: [PATCH 1/1] ramips: fix Airlink AR725W device title Gemtek is the ODM but the board was sold by Airlink101. Signed-off-by: Mathias Kresin --- 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 93cdda519c..3a69c813b1 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 -- 2.34.1