mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ramips: rt305x: add initial support for Tenda W306R V2.0
More device info at: http://wiki.openwrt.org/toh/tenda/w306r Signed-off-by: David Pearce <David_18051985@hotmail.com.au> [juhosg: fix checkpatch errors, remove kmod-phy and luci-ssl packages from the profile, change broken GPIO number] git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31396 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -55,6 +55,7 @@ ramips_setup_interfaces()
|
||||
;;
|
||||
|
||||
freestation5 | \
|
||||
w306r-v20 | \
|
||||
wcr-150gn)
|
||||
ucidef_set_interfaces_lan_wan "eth0.2" "eth0.1"
|
||||
;;
|
||||
@@ -96,6 +97,11 @@ ramips_setup_macs()
|
||||
wan_mac=$(/usr/sbin/maccalc add "$lan_mac" 1)
|
||||
;;
|
||||
|
||||
w306r-v20)
|
||||
lan_mac=$(ramips_get_mac_binary factory 4)
|
||||
wan_mac=$(/usr/sbin/maccalc add "$lan_mac" 5)
|
||||
;;
|
||||
|
||||
dir-300-b1 |\
|
||||
dir-300-b2 |\
|
||||
dir-600-b1)
|
||||
|
||||
Reference in New Issue
Block a user