2
0
forked from Ivasoft/openwrt

lantiq: remove lantiq_board_name, use the generic function instead

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau
2017-03-17 16:21:30 +01:00
parent aa95d6cd20
commit 7e798dab56
7 changed files with 6 additions and 20 deletions

View File

@@ -32,7 +32,7 @@ led_internet="$(lantiq_get_dt_led internet)"
ucidef_set_led_netdev "internet" "internet" "$led_internet" "$interface"
}
board=$(lantiq_board_name)
board=$(board_name)
case "$board" in
ARV4525PW)

View File

@@ -18,7 +18,7 @@ lan_mac=""
wan_mac=""
interface_wan=""
board=$(lantiq_board_name)
board=$(board_name)
case "$board" in
ACMP252|GIGASX76X)