1 #!/bin/sh /etc/rc.common
3 # Copyright (C) 2010 Thinktube Inc.
11 local board
=$
(net48xx_board_name
)
13 [ ! -d /etc
/defconfig
/$board ] && board
="net4826"
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.042267 seconds and 5 git commands to generate.