[source] ramips: fix wrong device title

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


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

commit 034c5cb820f391e2d474697ccf2d690acf4b861e
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Thu Sep 8 07:32:00 2016 +0200

    ramips: fix wrong device title
    
    Signed-off-by: Mathias Kresin <dev at kresin.me>
---
 target/linux/ramips/image/rt305x.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk
index 82e77da..77559a2 100644
--- a/target/linux/ramips/image/rt305x.mk
+++ b/target/linux/ramips/image/rt305x.mk
@@ -390,7 +390,7 @@ TARGET_DEVICES += rt5350f-olinuxino-evb
 define Device/rt-g32-b1
   DTS := RT-G32-B1
   IMAGE_SIZE := $(ralink_default_fw_size_4M)
-  DEVICE_TITLE := Skyline SL-R7205 Wireless 3G Router
+  DEVICE_TITLE := Asus RT-G32 B1
 endef
 TARGET_DEVICES += rt-g32-b1
 



More information about the lede-commits mailing list