treewide: remove execute bit and shebang from board.d files
[openwrt/openwrt.git] / target / linux / ramips / mt7620 / base-files / etc / board.d / 03_gpio_switches
old mode 100755 (executable)
new mode 100644 (file)
index 85380d8..969e9eb
@@ -1,4 +1,3 @@
-#!/bin/sh
 
 . /lib/functions/uci-defaults.sh
 
@@ -11,6 +10,9 @@ dlink,dir-510l)
        ucidef_add_gpio_switch "usb_enable1" "USB 1A enable" "12" "0"
        ucidef_add_gpio_switch "usb_enable05" "USB 0.5A enable" "13" "1"
        ;;
+dlink,dwr-960)
+       ucidef_add_gpio_switch "power_mpcie" "mPCIe power" "0" "1"
+       ;;
 head-weblink,hdrm200)
        ucidef_add_gpio_switch "sim_switch" "SIM slot switch" "0"
        ucidef_add_gpio_switch "io1" "I/O 1" "1"
@@ -19,6 +21,9 @@ head-weblink,hdrm200)
        ucidef_add_gpio_switch "io4" "I/O 4" "14"
        ucidef_add_gpio_switch "power_mpcie" "mPCIe power" "21" "1"
        ;;
+lb-link,bl-w1200)
+       ucidef_add_gpio_switch "eth_leds_enable" "ETH LEDs enable" "10" "1"
+       ;;
 zbtlink,zbt-we826-e)
        ucidef_add_gpio_switch "sim_switch" "SIM slot switch" "13"
        ucidef_add_gpio_switch "power_mpcie" "mPCIe power" "14" "1"