diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-14 13:33:12 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-14 13:33:12 +0000 |
commit | 596ed99c0735a0e91147c3193e88005e46a5bcec (patch) | |
tree | 4238aa16875127d75320216f10af5611f299d6a4 /openwrt/package/base-files/default | |
parent | ad1bf3c12a6c2639de7eaac657c96fd2492f1c91 (diff) |
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1660 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/base-files/default')
-rwxr-xr-x | openwrt/package/base-files/default/etc/init.d/S10boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/base-files/default/etc/init.d/S10boot b/openwrt/package/base-files/default/etc/init.d/S10boot index d45f8e809b..37eb7b3cc7 100755 --- a/openwrt/package/base-files/default/etc/init.d/S10boot +++ b/openwrt/package/base-files/default/etc/init.d/S10boot @@ -17,7 +17,7 @@ touch /var/log/lastlog # if they don't already exist [ "$(nvram get boardtype)" = "bcm95365r" \ -a "$(nvram get boardnum)" = "45" \ - -a -z "$(nvram get vlan0ports)" + -a -z "$(nvram get vlan0ports)" \ -a -z "$(nvram get vlan1ports)" ] && { nvram set vlan0ports="1 2 3 4 5*" nvram set vlan1ports="0 5" |