[openwrt/openwrt] mediatek: mt7622: remove execute bit and shebang from 01_leds

LEDE Commits lede-commits at lists.infradead.org
Sat Mar 6 19:23:55 GMT 2021


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/c6652a7c9431d2ffc1a78c4be95ce047adcef3cb

commit c6652a7c9431d2ffc1a78c4be95ce047adcef3cb
Author: Adrian Schmutzler <freifunk at adrianschmutzler.de>
AuthorDate: Sat Mar 6 20:22:15 2021 +0100

    mediatek: mt7622: remove execute bit and shebang from 01_leds
    
    This was added recently and thus overlooked in 85b1f4d8ca2d
    ("treewide: remove execute bit and shebang from board.d files").
    
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 target/linux/mediatek/mt7622/base-files/etc/board.d/01_leds | 2 --
 1 file changed, 2 deletions(-)

diff --git a/target/linux/mediatek/mt7622/base-files/etc/board.d/01_leds b/target/linux/mediatek/mt7622/base-files/etc/board.d/01_leds
old mode 100755
new mode 100644
index 1e81648d16..65a81df8da
--- a/target/linux/mediatek/mt7622/base-files/etc/board.d/01_leds
+++ b/target/linux/mediatek/mt7622/base-files/etc/board.d/01_leds
@@ -1,5 +1,3 @@
-#!/bin/sh
-
 . /lib/functions/leds.sh
 . /lib/functions/uci-defaults.sh
 



More information about the lede-commits mailing list