mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-09 22:37:11 +01:00
ar71xx: detect ALL0315N board
Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33282
This commit is contained in:
parent
eebdd633e4
commit
1d96b0275c
2 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ ucidef_set_interface_loopback
|
|||
board=$(ar71xx_board_name)
|
||||
|
||||
case "$board" in
|
||||
all0315n |\
|
||||
all0258n |\
|
||||
ja76pf2)
|
||||
ucidef_set_interface_lan "eth0 eth1"
|
||||
|
|
|
|||
|
|
@ -162,6 +162,9 @@ ar71xx_board_detect() {
|
|||
*ALL0305)
|
||||
name="all0305"
|
||||
;;
|
||||
*ALL0315N)
|
||||
name="all0315n"
|
||||
;;
|
||||
*AP113)
|
||||
name="ap113"
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue