ar71xx: fix RB-750 network configuration
[openwrt.git] / target / linux / ar71xx / base-files / etc / init.d / defconfig
index 9fdfd6f..364fa4a 100755 (executable)
@@ -10,7 +10,7 @@ start() {
 
        local board=$(ar71xx_board_name)
 
-       [ ! -d /etc/defconfig/$board ] && board="generic"
+       [ ! -d /etc/defconfig/$board ] && return 0
 
        for f in $( ls /etc/defconfig/$board ); do
                if [ ! -e /etc/config/$f ]; then
This page took 0.022183 seconds and 4 git commands to generate.