projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add 1 second delay for natsemi ifup (sometimes won't come up otherwise)
[openwrt.git]
/
package
/
base-files
/
default
/
usr
/
lib
/
parse-config.awk
diff --git
a/package/base-files/default/usr/lib/parse-config.awk
b/package/base-files/default/usr/lib/parse-config.awk
index
cf1b09c
..
9ce32b7
100644
(file)
--- a/
package/base-files/default/usr/lib/parse-config.awk
+++ b/
package/base-files/default/usr/lib/parse-config.awk
@@
-27,7
+27,7
@@
$1 == "@else" {
else noprint = 1
}
-($1 !~ /^@/) && (noprint != 1) {
+($1 !~ /^@
[a-zA-Z]
/) && (noprint != 1) {
n=split(line "@@", a, /@@/)
for (i=1; i<=n; i++) {
if ((i % 2) == 1) printf a[i]
This page took
0.021415 seconds
and
4
git commands to generate.