summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/brcm47xx')
-rwxr-xr-xtarget/linux/brcm47xx/base-files/etc/init.d/netconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/base-files/etc/init.d/netconfig b/target/linux/brcm47xx/base-files/etc/init.d/netconfig
index 98747f580..3839f9f10 100755
--- a/target/linux/brcm47xx/base-files/etc/init.d/netconfig
+++ b/target/linux/brcm47xx/base-files/etc/init.d/netconfig
@@ -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 "