ramips: fix UPVEL model names
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com> SVN-Revision: 46618
This commit is contained in:
parent
a0b8c60134
commit
7bf1db0dcb
3 changed files with 4 additions and 4 deletions
|
@ -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 @@
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
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 @@
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
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 {
|
||||||
|
|
Loading…
Reference in a new issue