2
0
forked from Ivasoft/openwrt

ar71xx: create generic network config from an uci-defaults script

SVN-Revision: 28817
This commit is contained in:
Gabor Juhos
2011-11-07 21:43:51 +00:00
parent 54c034ae7a
commit 0a8e5dbf7b
3 changed files with 66 additions and 17 deletions

View File

@@ -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