Author: blogic
Date: 2015-01-18 10:41:04 +0100 (Sun, 18 Jan 2015)
New Revision: 44032

Modified:
   trunk/target/linux/lantiq/base-files/etc/uci-defaults/02_network
   trunk/target/linux/lantiq/dts/DGN3500.dtsi
Log:
lantiq: DGN3500 cleanups

This patch builds on the previous three to streamline support for the
Netgear DGN3500.

Signed-off-by: Daniel Gimpelevich <[email protected]>

Modified: trunk/target/linux/lantiq/base-files/etc/uci-defaults/02_network
===================================================================
--- trunk/target/linux/lantiq/base-files/etc/uci-defaults/02_network    
2015-01-18 09:40:58 UTC (rev 44031)
+++ trunk/target/linux/lantiq/base-files/etc/uci-defaults/02_network    
2015-01-18 09:41:04 UTC (rev 44032)
@@ -120,8 +120,6 @@
        ;;
 
 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"

Modified: trunk/target/linux/lantiq/dts/DGN3500.dtsi
===================================================================
--- trunk/target/linux/lantiq/dts/DGN3500.dtsi  2015-01-18 09:40:58 UTC (rev 
44031)
+++ trunk/target/linux/lantiq/dts/DGN3500.dtsi  2015-01-18 09:41:04 UTC (rev 
44032)
@@ -2,7 +2,7 @@
 
 / {
        chosen {
-               bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
+               bootargs-append = "root=/dev/mtdblock5 console=ttyLTQ0,115200";
        };
 
        memory@0 {
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to