aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/ase/base-files/etc/board.d/02_network
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/lantiq/ase/base-files/etc/board.d/02_network')
-rwxr-xr-xtarget/linux/lantiq/ase/base-files/etc/board.d/02_network2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/ase/base-files/etc/board.d/02_network b/target/linux/lantiq/ase/base-files/etc/board.d/02_network
index 0bda3e4763..deddba2408 100755
--- a/target/linux/lantiq/ase/base-files/etc/board.d/02_network
+++ b/target/linux/lantiq/ase/base-files/etc/board.d/02_network
@@ -37,7 +37,7 @@ lantiq_setup_macs()
case "$board" in
allnet,all0333cj)
- lan_mac=$(mtd_get_mac_ascii uboot_env ethaddr)
+ lan_mac=$(mtd_get_mac_ascii u-boot-env ethaddr)
wan_mac=$(macaddr_add "$lan_mac" 1)
;;
esac