mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-23 20:34:43 +02:00
ar71xx: detect ALL0315N board
Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33282 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2065e21ba2
commit
9432be698b
@ -15,6 +15,7 @@ ucidef_set_interface_loopback
|
|||||||
board=$(ar71xx_board_name)
|
board=$(ar71xx_board_name)
|
||||||
|
|
||||||
case "$board" in
|
case "$board" in
|
||||||
|
all0315n |\
|
||||||
all0258n |\
|
all0258n |\
|
||||||
ja76pf2)
|
ja76pf2)
|
||||||
ucidef_set_interface_lan "eth0 eth1"
|
ucidef_set_interface_lan "eth0 eth1"
|
||||||
|
@ -162,6 +162,9 @@ ar71xx_board_detect() {
|
|||||||
*ALL0305)
|
*ALL0305)
|
||||||
name="all0305"
|
name="all0305"
|
||||||
;;
|
;;
|
||||||
|
*ALL0315N)
|
||||||
|
name="all0315n"
|
||||||
|
;;
|
||||||
*AP113)
|
*AP113)
|
||||||
name="ap113"
|
name="ap113"
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user