ar71xx: fix board name ordering
r46248 added case statements in the same places Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 46274
This commit is contained in:
parent
8503f34ce8
commit
dc2c89c64c
@ -213,9 +213,9 @@ tl-wr941nd)
|
||||
ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4" "wan"
|
||||
;;
|
||||
|
||||
dir-615-i1 |\
|
||||
r6100 |\
|
||||
smart-300 |\
|
||||
dir-615-i1 |\
|
||||
tl-mr3420-v2 |\
|
||||
tl-wr841n-v8 |\
|
||||
tl-wr842n-v2 |\
|
||||
|
@ -22,9 +22,6 @@ fetch_mac_from_mtd() {
|
||||
|
||||
preinit_set_mac_address() {
|
||||
case $(ar71xx_board_name) in
|
||||
tew-632brp)
|
||||
fetch_mac_from_mtd config lan_mac wan_mac
|
||||
;;
|
||||
dir-615-c1)
|
||||
fetch_mac_from_mtd config lan_mac wan_mac
|
||||
echo 1 > /sys/class/leds/dir-615-c1:green:wancpu/brightness
|
||||
@ -38,6 +35,9 @@ preinit_set_mac_address() {
|
||||
mac_wan=$(mtd_get_mac_binary caldata 6)
|
||||
[ -n "$mac_wan" ] && ifconfig eth0 hw ether "$mac_wan"
|
||||
;;
|
||||
tew-632brp)
|
||||
fetch_mac_from_mtd config lan_mac wan_mac
|
||||
;;
|
||||
wrt160nl)
|
||||
fetch_mac_from_mtd nvram lan_hwaddr wan_hwaddr
|
||||
;;
|
||||
|
@ -2158,9 +2158,9 @@ $(eval $(call SingleProfile,Zcomax,64k,ZCN1523H516,zcn-1523h-5-16,ZCN-1523H-5,tt
|
||||
$(eval $(call SingleProfile,ZyXEL,64k,NBG_460N_550N_550NH,nbg460n_550n_550nh,NBG460N,ttyS0,115200,NBG-460N))
|
||||
|
||||
$(eval $(call MultiProfile,AP121,AP121_2M AP121_4M))
|
||||
$(eval $(call MultiProfile,DIR615IX,DIR615I1 DIR615I3))
|
||||
$(eval $(call MultiProfile,AP136,AP136_010 AP136_020))
|
||||
$(eval $(call MultiProfile,AP143,AP143_8M AP143_16M))
|
||||
$(eval $(call MultiProfile,DIR615IX,DIR615I1 DIR615I3))
|
||||
$(eval $(call MultiProfile,EWDORIN, EWDORINAP EWDORINRT EWDORIN16M))
|
||||
$(eval $(call MultiProfile,OPENMESH,OM2P OM5P MR600 MR900))
|
||||
$(eval $(call MultiProfile,TEW652BRP,TEW652BRP_FW TEW652BRP_RECOVERY))
|
||||
|
Loading…
Reference in New Issue
Block a user