diff options
| author | Gabor Juhos <juhosg@openwrt.org> | 2012-02-19 16:44:49 +0000 |
|---|---|---|
| committer | Gabor Juhos <juhosg@openwrt.org> | 2012-02-19 16:44:49 +0000 |
| commit | 3489515a7eb66c6489c3aeefda06e132532f5811 (patch) | |
| tree | d66b1b0d6f66ba151dcba9646d9a8ac97008cd56 /target/linux/ramips/base-files/etc/uci-defaults/network | |
| parent | 413caddc3408102b368fc8cb969c85de018ca912 (diff) | |
| download | mtk-20170518-3489515a7eb66c6489c3aeefda06e132532f5811.zip mtk-20170518-3489515a7eb66c6489c3aeefda06e132532f5811.tar.gz mtk-20170518-3489515a7eb66c6489c3aeefda06e132532f5811.tar.bz2 | |
ramips: rt305x: add support for the Skyline SL-R7205 Wireless 3G router
[juhosg:
- don't switch back to 2.6.39
- update config-3.2
- change machine id to SL-R7205
- reorder case entries in platform scripts
- remove button hotplug script]
Signed-off-by: Haipoh Teoh <hpteoh@ceedtec.com>
SVN-Revision: 30645
Diffstat (limited to 'target/linux/ramips/base-files/etc/uci-defaults/network')
| -rwxr-xr-x | target/linux/ramips/base-files/etc/uci-defaults/network | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/uci-defaults/network b/target/linux/ramips/base-files/etc/uci-defaults/network index a36341c..2b8c1ab 100755 --- a/target/linux/ramips/base-files/etc/uci-defaults/network +++ b/target/linux/ramips/base-files/etc/uci-defaults/network @@ -23,6 +23,7 @@ ramips_setup_interfaces() argus-atp52b | \ b2c | \ nw718 | \ + sl-r7205 | \ w502u | \ wr6202) ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2" @@ -99,6 +100,7 @@ ramips_setup_macs() f5d8235-v1 | \ nw718 | \ rt-n15 | \ + sl-r7205 | \ wl-351) lan_mac=$(ramips_get_mac_binary factory 4) wan_mac=$(/usr/sbin/maccalc add "$lan_mac" 1) |
