create /etc/config if it doesn't exist
[openwrt.git] / openwrt / target / linux / package / base-files / files / brcm-2.6 / etc / init.d / S05netconfig
index 57e6ba1..f782d41 100755 (executable)
@@ -2,6 +2,7 @@
 [ -e /etc/config/network ] && exit 0
 
 (
+       mkdir -p /etc/config
        if [ "$(/usr/bin/head -c4 /dev/mtdblock/1 | /usr/bin/tail -c3)" = "ELF" ]; then
                # WGT634u
                echo boardtype=wgt634u
This page took 0.020091 seconds and 4 git commands to generate.