projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cc3bef
)
ramips: add support for the Asus RP-N53 in the "02_network" boot script
author
John Crispin
<john@openwrt.org>
Mon, 2 Nov 2015 10:17:26 +0000
(10:17 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 2 Nov 2015 10:17:26 +0000
(10:17 +0000)
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
target/linux/ramips/base-files/etc/board.d/02_network
patch
|
blob
|
history
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 07327968fc4a07628bba55e2aab39392112ff15e..c77909f62a4a924864f22d4f15fd9cbc9b2c9aa2 100755
(executable)
--- 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"