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 <alberto@mattea.info> SVN-Revision: 47345
This commit is contained in:
parent
7cc3beff32
commit
8fa6927415
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue