fix typo
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 5 Jan 2006 01:10:41 +0000 (01:10 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 5 Jan 2006 01:10:41 +0000 (01:10 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2833 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/package/base-files/files/brcm-2.6/etc/init.d/S05netconfig

index f782d41..27336e1 100755 (executable)
@@ -1,8 +1,9 @@
 #!/bin/sh
 [ -e /etc/config/network ] && exit 0
 
+mkdir -p /etc/config
+
 (
-       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.025822 seconds and 4 git commands to generate.