diff options
author | John Crispin <john@openwrt.org> | 2014-10-30 10:10:51 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-10-30 10:10:51 +0000 |
commit | 0b64dca49d0a7fde6acbb3568d7f97846192a461 (patch) | |
tree | 1e119d0137555f12313c5ea38fbd8657df2bc730 | |
parent | 4654319964c3601d73285b1021a9f981e83f196d (diff) | |
download | upstream-0b64dca49d0a7fde6acbb3568d7f97846192a461.tar.gz upstream-0b64dca49d0a7fde6acbb3568d7f97846192a461.tar.bz2 upstream-0b64dca49d0a7fde6acbb3568d7f97846192a461.zip |
ralink: load mt7530 driver on the 3 buffalo units
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43119
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/02_network | 3 |
1 files changed, 3 insertions, 0 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 d2daab5ddb..1c7d80ce0e 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -117,6 +117,9 @@ ramips_setup_interfaces() hlk-rm04 | \ mzk-w300nh2 | \ mzk-750dhp | \ + whr-300hp2 | \ + whr-600d | \ + whr-1166d | \ wt1520) ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2" ucidef_add_switch "switch0" "1" "1" |