ar71xx: create sysupgrade image for the WNDR3700
[openwrt-10.03/.git] / target / linux / ar71xx / base-files / etc / init.d / defconfig
index f65d559fe85a36b33ba81a4a96cdf1152d00456a..856d375829df375412167cdc2297cce4dc54e9e0 100755 (executable)
@@ -10,11 +10,11 @@ START=05
 start() {
        local board=$(ar71xx_board_name)
 
-       [ ! -d /etc/config/defaults/$board ] && board="generic"
+       [ ! -d /etc/defconfig/$board ] && board="generic"
 
-       for f in $( ls /etc/config/defaults/$board ); do
+       for f in $( ls /etc/defconfig/$board ); do
                if [ ! -e /etc/config/$f ]; then
-                       cp /etc/config/defaults/$board/$f /etc/config/
+                       cp /etc/defconfig/$board/$f /etc/config/
                fi
        done
 }