add 1 second delay for natsemi ifup (sometimes won't come up otherwise)
[openwrt.git] / package / base-files / default / usr / lib / parse-config.awk
index cf1b09c..9ce32b7 100644 (file)
@@ -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.