treewide: remove execute bit and shebang from board.d files
[openwrt/staging/jow.git] / target / linux / mvebu / cortexa72 / base-files / etc / board.d / 02_network
old mode 100755 (executable)
new mode 100644 (file)
index 32053d7..dbffd00
@@ -1,4 +1,3 @@
-#!/bin/sh
 #
 # Copyright (C) 2014-2016 OpenWrt.org
 # Copyright (C) 2016 LEDE-Project.org
@@ -11,7 +10,8 @@ board_config_update
 board=$(board_name)
 
 case "$board" in
-marvell,armada8040-mcbin-doubleshot)
+marvell,armada8040-mcbin-doubleshot|\
+marvell,armada8040-mcbin-singleshot)
        ucidef_set_interfaces_lan_wan "eth0 eth1 eth3" "eth2"
        ;;
 marvell,armada8040-db)