mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
ar71xx: fix defconfig script to work with ImageBuilder
* patch from #5722 SVN-Revision: 20231
This commit is contained in:
parent
5da6ae3ab5
commit
0095ab73f3
@ -3,11 +3,11 @@
|
|||||||
# Copyright (C) 2009 OpenWrt.org
|
# Copyright (C) 2009 OpenWrt.org
|
||||||
#
|
#
|
||||||
|
|
||||||
. /lib/ar71xx.sh
|
|
||||||
|
|
||||||
START=05
|
START=05
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
|
. /lib/ar71xx.sh
|
||||||
|
|
||||||
local board=$(ar71xx_board_name)
|
local board=$(ar71xx_board_name)
|
||||||
|
|
||||||
[ ! -d /etc/defconfig/$board ] && board="generic"
|
[ ! -d /etc/defconfig/$board ] && board="generic"
|
||||||
|
Loading…
Reference in New Issue
Block a user