1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28817 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2011-11-07 21:43:51 +00:00
parent 650912aa45
commit 7a36f263be
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