fix typo
authorFelix Fietkau <nbd@openwrt.org>
Sun, 14 Aug 2005 13:33:12 +0000 (13:33 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 14 Aug 2005 13:33:12 +0000 (13:33 +0000)
SVN-Revision: 1660

openwrt/package/base-files/default/etc/init.d/S10boot

index d45f8e809be1ad8029b35d9ba40b17a52d1f2664..37eb7b3cc765b164d5158b2d1ecef1554bf8b016 100755 (executable)
@@ -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"