Skip to content
Snippets Groups Projects
Commit 307d3df9 authored by blogic's avatar blogic
Browse files

ramips: fix UPVEL model names


Signed-off-by: default avatarPiotr Dymacz <pepe2k@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46618 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 1c4dd3e3
No related branches found
No related tags found
No related merge requests found
...@@ -370,10 +370,10 @@ ramips_board_detect() { ...@@ -370,10 +370,10 @@ ramips_board_detect() {
*"WR512-3GN-like router") *"WR512-3GN-like router")
name="wr512-3gn" name="wr512-3gn"
;; ;;
*"UR-326N4G Wireless N router") *"UPVEL UR-326N4G")
name="ur-326n4g" name="ur-326n4g"
;; ;;
*"UR-336UN Wireless N router") *"UPVEL UR-336UN")
name="ur-336un" name="ur-336un"
;; ;;
*"AWB WR6202") *"AWB WR6202")
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
/ { / {
compatible = "UR-326N4G", "ralink,rt3052-soc"; compatible = "UR-326N4G", "ralink,rt3052-soc";
model = "UR-326N4G Wireless N router"; model = "UPVEL UR-326N4G";
pinctrl { pinctrl {
state_default: pinctrl0 { state_default: pinctrl0 {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
/ { / {
compatible = "UR-336UN", "ralink,rt3052-soc"; compatible = "UR-336UN", "ralink,rt3052-soc";
model = "UR-336UN Wireless N router"; model = "UPVEL UR-336UN";
pinctrl { pinctrl {
state_default: pinctrl0 { state_default: pinctrl0 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment