Author: blogic
Date: 2015-11-02 11:17:26 +0100 (Mon, 02 Nov 2015)
New Revision: 47345

Modified:
   trunk/target/linux/ramips/base-files/etc/board.d/02_network
Log:
ramips: add support for the Asus RP-N53 in the "02_network" boot script

This patch adds a case for the Asus RP-N53 in the "02_network" boot script. 
Without this, the lan interface does not get configured on startup, effectively 
bricking the device.

Signed-off-by:  Alberto Mattea <[email protected]>

Modified: trunk/target/linux/ramips/base-files/etc/board.d/02_network
===================================================================
--- trunk/target/linux/ramips/base-files/etc/board.d/02_network 2015-11-02 
10:17:15 UTC (rev 47344)
+++ trunk/target/linux/ramips/base-files/etc/board.d/02_network 2015-11-02 
10:17:26 UTC (rev 47345)
@@ -104,7 +104,8 @@
                ucidef_add_switch_vlan "switch0" "2" "4 5t"
                ;;
        asl26555|\
-       re6500)
+       re6500|\
+       rp-n53)
                ucidef_set_interface_lan "eth0.1"
                ucidef_add_switch "switch0" "1" "1"
                ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 6t"
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to