projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kernel: fix cryptodev with kernel >= 2.6.35
[openwrt.git]
/
target
/
linux
/
ar71xx
/
base-files
/
etc
/
init.d
/
defconfig
diff --git
a/target/linux/ar71xx/base-files/etc/init.d/defconfig
b/target/linux/ar71xx/base-files/etc/init.d/defconfig
index
f65d559
..
9fdfd6f
100755
(executable)
--- a/
target/linux/ar71xx/base-files/etc/init.d/defconfig
+++ b/
target/linux/ar71xx/base-files/etc/init.d/defconfig
@@
-3,18
+3,18
@@
# Copyright (C) 2009 OpenWrt.org
#
# Copyright (C) 2009 OpenWrt.org
#
-. /lib/ar71xx.sh
-
START=05
start() {
START=05
start() {
+ . /lib/ar71xx.sh
+
local board=$(ar71xx_board_name)
local board=$(ar71xx_board_name)
- [ ! -d /etc/
config/defaults
/$board ] && board="generic"
+ [ ! -d /etc/
defconfig
/$board ] && board="generic"
- for f in $( ls /etc/
config/defaults
/$board ); do
+ for f in $( ls /etc/
defconfig
/$board ); do
if [ ! -e /etc/config/$f ]; then
if [ ! -e /etc/config/$f ]; then
- cp /etc/
config/defaults
/$board/$f /etc/config/
+ cp /etc/
defconfig
/$board/$f /etc/config/
fi
done
}
fi
done
}
This page took
0.024719 seconds
and
4
git commands to generate.