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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user