[OpenWrt-Devel] [PATCH 06/13] ramips: fix UPVEL model names
Piotr Dymacz
pepe2k at gmail.com
Sun Jul 26 12:24:31 EDT 2015
Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
---
target/linux/ramips/base-files/lib/ramips.sh | 4 ++--
target/linux/ramips/dts/UR-326N4G.dts | 2 +-
target/linux/ramips/dts/UR-336UN.dts | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh
index 8b9d731..8643613 100755
--- a/target/linux/ramips/base-files/lib/ramips.sh
+++ b/target/linux/ramips/base-files/lib/ramips.sh
@@ -367,10 +367,10 @@ ramips_board_detect() {
*"TEW-692GR")
name="tew-692gr"
;;
- *"UR-326N4G Wireless N router")
+ *"UPVEL UR-326N4G")
name="ur-326n4g"
;;
- *"UR-336UN Wireless N router")
+ *"UPVEL UR-336UN")
name="ur-336un"
;;
*"V22RW-2X2")
diff --git a/target/linux/ramips/dts/UR-326N4G.dts b/target/linux/ramips/dts/UR-326N4G.dts
index 8d131f5..11c03eb 100644
--- a/target/linux/ramips/dts/UR-326N4G.dts
+++ b/target/linux/ramips/dts/UR-326N4G.dts
@@ -4,7 +4,7 @@
/ {
compatible = "UR-326N4G", "ralink,rt3052-soc";
- model = "UR-326N4G Wireless N router";
+ model = "UPVEL UR-326N4G";
pinctrl {
state_default: pinctrl0 {
diff --git a/target/linux/ramips/dts/UR-336UN.dts b/target/linux/ramips/dts/UR-336UN.dts
index ab93fb3..e33a56b 100644
--- a/target/linux/ramips/dts/UR-336UN.dts
+++ b/target/linux/ramips/dts/UR-336UN.dts
@@ -4,7 +4,7 @@
/ {
compatible = "UR-336UN", "ralink,rt3052-soc";
- model = "UR-336UN Wireless N router";
+ model = "UPVEL UR-336UN";
pinctrl {
state_default: pinctrl0 {
--
2.4.6
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list