mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ramips: rt305x: fix uci-defaults/network script for the RT3350 based boards
This change corrects expected CPU name of Ralink RT3050, which describes itself as RT3350 (this name is ripped off chip and elevated to user space via /proc/cpuinfo.) This patch fixes wired network on DIR-300 rev B and DIR-600 rev B Signed-off-by: Slawomir Cygan <wiewior@wiewior.eu.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27804 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
324f95e8bd
commit
e04cce1acd
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
RT305X=`cat /proc/cpuinfo | grep RT305`
|
||||
[ -z "${RT305X}" ] || {
|
||||
RT3X5X=`cat /proc/cpuinfo | grep RT3.5`
|
||||
[ -z "${RT3X5X}" ] || {
|
||||
uci batch <<EOF
|
||||
set network.lan.ifname=eth0.1
|
||||
set network.wan=interface
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user