mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
lantiq: DGN3500 cleanups
This patch builds on the previous three to streamline support for the Netgear DGN3500. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44032 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c5d0bb8d0c
commit
1bf7220e1f
@ -120,8 +120,6 @@ VG3503J)
|
||||
;;
|
||||
|
||||
DGN3500*)
|
||||
lan_mac=$(mtd_get_mac_ascii uboot-env ethaddr)
|
||||
wan_mac=$(macaddr_add "$lan_mac" 1)
|
||||
ucidef_set_interface_lan "eth0.1"
|
||||
ucidef_add_switch "switch0" "1" "1"
|
||||
ucidef_add_switch_vlan "switch0" "1" "3 2 1 0 5t"
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
|
||||
bootargs-append = "root=/dev/mtdblock5 console=ttyLTQ0,115200";
|
||||
};
|
||||
|
||||
memory@0 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user