diff options
author | John Crispin <john@phrozen.org> | 2016-07-05 09:07:33 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-07-05 22:59:14 +0200 |
commit | eca1021e5c020e2421e400ff6c87f31c06262ebf (patch) | |
tree | cd840f7220d5ec8e93832a43b31f2a682e727ebd /target/linux/ramips/base-files | |
parent | 8fe69e4d427b8ab90e591ba7abf28ed974b37f74 (diff) | |
download | upstream-eca1021e5c020e2421e400ff6c87f31c06262ebf.tar.gz upstream-eca1021e5c020e2421e400ff6c87f31c06262ebf.tar.bz2 upstream-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-x | target/linux/ramips/base-files/etc/board.d/02_network | 6 |
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" \ |