forked from Ivasoft/openwrt
brcm2708: order boards and models alphabetically
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
committed by
Álvaro Fernández Rojas
parent
2543e986ad
commit
a8c2a719fa
@@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
# Copyright (C) 2014-2016 OpenWrt.org
|
||||
# Copyright (C) 2017 LEDE project
|
||||
|
||||
. /lib/functions/uci-defaults.sh
|
||||
. /lib/brcm2708.sh
|
||||
@@ -11,10 +12,10 @@ board_config_update
|
||||
board=$(brcm2708_board_name)
|
||||
|
||||
case "$board" in
|
||||
rpi-b |\
|
||||
rpi-b-plus |\
|
||||
rpi-2-b |\
|
||||
rpi-3-b)
|
||||
rpi-3-b |\
|
||||
rpi-b |\
|
||||
rpi-b-plus)
|
||||
ucidef_set_interface_lan "eth0"
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user