ar71xx: fix defconfig script to work with ImageBuilder
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 15 Mar 2010 13:29:16 +0000 (13:29 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 15 Mar 2010 13:29:16 +0000 (13:29 +0000)
  * patch from #5722

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20231 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/base-files/etc/init.d/defconfig

index 856d375..9fdfd6f 100755 (executable)
@@ -3,11 +3,11 @@
 # 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"