1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 18:53:52 +02:00

Revert "lantiq: Use correct macaddr generating logic for the DGN3500"

This reverts commit 492964e741, which
makes no sense. /etc/board.d cannot be used for system init stuff.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau 2016-06-15 18:40:12 +02:00
parent 70bb22037a
commit a285f1895b

View File

@ -67,11 +67,6 @@ ARV4518PWR01*)
;;
DGN3500*)
eth0_mac=$(mtd_get_mac_ascii uboot-env ethaddr)
nas0_mac=$(macaddr_add "$eth0_mac" 1)
ifconfig eth0 hw ether "$eth0_mac"
ifconfig wlan0 hw ether "$eth0_mac"
esi $(echo "$nas0_mac" | tr -d :)
ucidef_add_switch "switch0" \
"3:lan:1" "2:lan:2" "1:lan:3" "0:lan:4" "5t@eth0"
;;