1 #!/bin/sh /etc/rc.common
3 # Copyright (C) 2009 OpenWrt.org
11 local board
=$
(ar71xx_board_name
)
13 [ ! -d /etc
/defconfig
/$board ] && return 0
15 for f
in $
( ls /etc
/defconfig
/$board ); do
16 if [ ! -e /etc
/config
/$f ]; then
17 cp /etc
/defconfig
/$board/$f /etc
/config
/
This page took 0.047669 seconds and 5 git commands to generate.