forked from Ivasoft/openwrt
ar71xx: create generic network config from an uci-defaults script
SVN-Revision: 28817
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