From 85b1f4d8ca2d501664acce471117dc612bb69d82 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Fri, 26 Feb 2021 14:43:50 +0100 Subject: treewide: remove execute bit and shebang from board.d files So far, board.d files were having execute bit set and contained a shebang. However, they are just sourced in board_detect, with an apparantly unnecessary check for execute permission beforehand. Replace this check by one for existance and make the board.d files "normal" files, as would be expected in /etc anyway. Note: This removes an apparantly unused '#!/bin/sh /etc/rc.common' in target/linux/bcm47xx/base-files/etc/board.d/01_network Signed-off-by: Adrian Schmutzler --- target/linux/lantiq/xrx200/base-files/etc/board.d/01_leds | 1 - target/linux/lantiq/xrx200/base-files/etc/board.d/02_network | 1 - 2 files changed, 2 deletions(-) mode change 100755 => 100644 target/linux/lantiq/xrx200/base-files/etc/board.d/01_leds mode change 100755 => 100644 target/linux/lantiq/xrx200/base-files/etc/board.d/02_network (limited to 'target/linux/lantiq/xrx200') diff --git a/target/linux/lantiq/xrx200/base-files/etc/board.d/01_leds b/target/linux/lantiq/xrx200/base-files/etc/board.d/01_leds old mode 100755 new mode 100644 index 6fd8151a4f..a011b6c584 --- a/target/linux/lantiq/xrx200/base-files/etc/board.d/01_leds +++ b/target/linux/lantiq/xrx200/base-files/etc/board.d/01_leds @@ -1,4 +1,3 @@ -#!/bin/sh # # Copyright (C) 2011-2015 OpenWrt.org # diff --git a/target/linux/lantiq/xrx200/base-files/etc/board.d/02_network b/target/linux/lantiq/xrx200/base-files/etc/board.d/02_network old mode 100755 new mode 100644 index f7af17995f..77d93d016b --- a/target/linux/lantiq/xrx200/base-files/etc/board.d/02_network +++ b/target/linux/lantiq/xrx200/base-files/etc/board.d/02_network @@ -1,4 +1,3 @@ -#!/bin/sh # # Copyright (C) 2011-2015 OpenWrt.org # -- cgit v1.2.3