summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2016-07-05 09:07:33 +0200
committerJohn Crispin <john@phrozen.org>2016-07-05 22:59:14 +0200
commiteca1021e5c020e2421e400ff6c87f31c06262ebf (patch)
treecd840f7220d5ec8e93832a43b31f2a682e727ebd /target/linux/ramips/base-files
parent8fe69e4d427b8ab90e591ba7abf28ed974b37f74 (diff)
downloadmaster-31e0f0ae-eca1021e5c020e2421e400ff6c87f31c06262ebf.tar.gz
master-31e0f0ae-eca1021e5c020e2421e400ff6c87f31c06262ebf.tar.bz2
master-31e0f0ae-eca1021e5c020e2421e400ff6c87f31c06262ebf.zip
ramips: fix buffalo wmr-300 lan port
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/ramips/base-files')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/02_network6
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network
index 6157d87763..1e605d742b 100755
--- a/target/linux/ramips/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/base-files/etc/board.d/02_network
@@ -189,10 +189,12 @@ ramips_setup_interfaces()
;;
mlwg2|\
wizard8800|\
- wl-330n|\
- wmr-300)
+ wl-330n)
ucidef_set_interface_lan "eth0.1"
;;
+ wmr-300)
+ ucidef_set_interface_lan "eth0"
+ ;;
mzk-dp150n|\
vocore)
ucidef_add_switch "switch0" \