Fix typo
authorNicolas Thill <nico@openwrt.org>
Thu, 11 Aug 2005 14:42:04 +0000 (14:42 +0000)
committerNicolas Thill <nico@openwrt.org>
Thu, 11 Aug 2005 14:42:04 +0000 (14:42 +0000)
SVN-Revision: 1610

openwrt/target/default/target_skeleton/etc/init.d/S10boot

index ead73521b12d032aeb6e9e832a43ec535c2f4ce2..cf7ada8e7e9bc8414cc08a69bc2a4fb618bdfadd 100755 (executable)
@@ -16,7 +16,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"