treewide: remove execute bit and shebang from board.d files
[openwrt/staging/jow.git] / target / linux / lantiq / xway / base-files / etc / board.d / 02_network
old mode 100755 (executable)
new mode 100644 (file)
index 54ace39..d924b00
@@ -1,4 +1,3 @@
-#!/bin/sh
 #
 # Copyright (C) 2011-2015 OpenWrt.org
 #
@@ -90,7 +89,7 @@ lantiq_setup_macs()
        bt,homehub-v3a|\
        netgear,dgn3500|\
        netgear,dgn3500b)
-               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)
                ;;
        arcadyan,arv7506pw11)