forked from Ivasoft/openwrt
add support for D-Link DVA-G3810BN/TL
This patch adds support for D-Link's DVA-G3810BN/TL product. Signed-off-by: Roman Dumycz <roman@secureas.com> SVN-Revision: 26956
This commit is contained in:
@@ -8,6 +8,10 @@ START=05
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user