From f2c0e330c7e365e2671486796e8eb33f2f996c3e Mon Sep 17 00:00:00 2001 From: blogic Date: Mon, 2 Nov 2015 10:17:26 +0000 Subject: [PATCH] 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47345 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/base-files/etc/board.d/02_network | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network index 07327968fc..c77909f62a 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -104,7 +104,8 @@ ramips_setup_interfaces() 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" -- 2.11.0