aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm-2.4
diff options
context:
space:
mode:
authorAndy Boyett <agb@openwrt.org>2008-03-31 08:04:56 +0000
committerAndy Boyett <agb@openwrt.org>2008-03-31 08:04:56 +0000
commit1e63aa3206c6a5cc62d0c8dd89f554dd6dcaba77 (patch)
tree0f5c02c777fa78a77b8a54cd61694fcbece7eae5 /target/linux/brcm-2.4
parent05c67a6247568e228e3ae09caacfc2b2adc7409a (diff)
downloadmaster-187ad058-1e63aa3206c6a5cc62d0c8dd89f554dd6dcaba77.tar.gz
master-187ad058-1e63aa3206c6a5cc62d0c8dd89f554dd6dcaba77.tar.bz2
master-187ad058-1e63aa3206c6a5cc62d0c8dd89f554dd6dcaba77.zip
Add support for the WL-500gP v2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10693 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm-2.4')
-rwxr-xr-xtarget/linux/brcm-2.4/base-files/etc/init.d/netconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/brcm-2.4/base-files/etc/init.d/netconfig b/target/linux/brcm-2.4/base-files/etc/init.d/netconfig
index b207bd45a8..c8743539d8 100755
--- a/target/linux/brcm-2.4/base-files/etc/init.d/netconfig
+++ b/target/linux/brcm-2.4/base-files/etc/init.d/netconfig
@@ -61,6 +61,11 @@ start() {
c["wan_ifname"] = "eth1"
c["lan_ifname"] = "eth0"
}
+ if (model == "ASUS WL-500g Premium V2") {
+ c["vlan0ports"] = "0 1 2 3 5*"
+ c["vlan1ports"] = "4 5"
+ }
+
if (model == "Dell TrueMobile 2300") {
c["vlan0ports"] = "0 1 2 3 5*"
c["vlan1ports"] = "4 5"