mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
brcm47xx: fix network config on simpleshare
The included patch will generate a correct network configuration on the simpletech simpleshare. Thank you for the patch Will Holmes (RealOpty) This closes #12361. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35623 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -217,6 +217,12 @@ start() {
|
||||
c["vlan0ports"] = "0 1 2 3 5"
|
||||
c["vlan1ports"] = "4 5"
|
||||
}
|
||||
if (model == "SimpleTech SimpleShare NAS") {
|
||||
c["lan_ifname"] = "eth0"
|
||||
c["wan_ifname"] = ""
|
||||
c["vlan0ports"] = ""
|
||||
c["vlan1ports"] = ""
|
||||
}
|
||||
|
||||
if (c["vlan0ports"] || c["vlan1ports"]) {
|
||||
print "#### VLAN configuration "
|
||||
|
||||
Reference in New Issue
Block a user