projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: enable AR9341 support at setup.c
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
base-files
/
etc
/
init.d
/
defconfig
diff --git
a/target/linux/brcm63xx/base-files/etc/init.d/defconfig
b/target/linux/brcm63xx/base-files/etc/init.d/defconfig
index
dac9c23
..
8fd783d
100755
(executable)
--- a/
target/linux/brcm63xx/base-files/etc/init.d/defconfig
+++ b/
target/linux/brcm63xx/base-files/etc/init.d/defconfig
@@
-8,6
+8,10
@@
START=05
start() {
local board=$(awk 'BEGIN{FS="[ \t:/]+"} /system type/ {print $4}' /proc/cpuinfo)
start() {
local board=$(awk 'BEGIN{FS="[ \t:/]+"} /system type/ {print $4}' /proc/cpuinfo)
+ if [ "$board" = "96358VW" ] && [ -e /proc/switch/eth1/enable ]; then
+ board="DVAG3810BN"
+ fi
+
[ ! -d /etc/defconfig/$board ] && board="generic"
for f in $( ls /etc/defconfig/$board ); do
[ ! -d /etc/defconfig/$board ] && board="generic"
for f in $( ls /etc/defconfig/$board ); do
This page took
0.028635 seconds
and
4
git commands to generate.