# Copyright (C) 2009 OpenWrt.org
#
-. /lib/ar71xx.sh
-
START=05
start() {
+ . /lib/ar71xx.sh
+
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