projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2b4518
)
fix typo
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 14 Aug 2005 13:33:12 +0000
(13:33 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 14 Aug 2005 13:33:12 +0000
(13:33 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1660
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/default/etc/init.d/S10boot
patch
|
blob
|
history
diff --git
a/package/base-files/default/etc/init.d/S10boot
b/package/base-files/default/etc/init.d/S10boot
index
d45f8e8
..
37eb7b3
100755
(executable)
--- a/
package/base-files/default/etc/init.d/S10boot
+++ b/
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"