diff options
| author | Imre Kaloz <kaloz@openwrt.org> | 2015-04-16 09:54:39 +0000 |
|---|---|---|
| committer | Imre Kaloz <kaloz@openwrt.org> | 2015-04-16 09:54:39 +0000 |
| commit | 2705cda81389e84687fb0325d2bf6c8bc2756bee (patch) | |
| tree | 43e62f4855251c4117b245bccebe1fb75534fa9e /target/linux/mvebu/base-files/etc/uci-defaults/02_network | |
| parent | 0926e4c22feb8b9f65d7fbf9deb880de031fd0a2 (diff) | |
| download | mtk-20170518-2705cda81389e84687fb0325d2bf6c8bc2756bee.zip mtk-20170518-2705cda81389e84687fb0325d2bf6c8bc2756bee.tar.gz mtk-20170518-2705cda81389e84687fb0325d2bf6c8bc2756bee.tar.bz2 | |
mvebu: add support for the Linksys Caiman and Cobra
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45456
Diffstat (limited to 'target/linux/mvebu/base-files/etc/uci-defaults/02_network')
| -rw-r--r-- | target/linux/mvebu/base-files/etc/uci-defaults/02_network | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/mvebu/base-files/etc/uci-defaults/02_network b/target/linux/mvebu/base-files/etc/uci-defaults/02_network index 75b0af7..73a3d8a 100644 --- a/target/linux/mvebu/base-files/etc/uci-defaults/02_network +++ b/target/linux/mvebu/base-files/etc/uci-defaults/02_network @@ -15,6 +15,12 @@ ucidef_set_interface_loopback board=$(mvebu_board_name) case "$board" in +armada-385-linksys-caiman) + ucidef_set_interfaces_lan_wan "eth1" "eth0" + ;; +armada-385-linksys-cobra) + ucidef_set_interfaces_lan_wan "eth1" "eth0" + ;; armada-xp-linksys-mamba) ucidef_set_interfaces_lan_wan "eth0" "eth1" ucidef_add_switch "switch0" "1" "1" |
