aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gengetopt
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-02-26 14:43:50 +0100
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-03-06 11:30:06 +0100
commit85b1f4d8ca2d501664acce471117dc612bb69d82 (patch)
tree000eebacaa54e49940d797da8c5ee4f2d34bed22 /tools/gengetopt
parentb021642cacd1b88836e5906bb2d3397b1de16da9 (diff)
downloadupstream-85b1f4d8ca2d501664acce471117dc612bb69d82.tar.gz
upstream-85b1f4d8ca2d501664acce471117dc612bb69d82.tar.bz2
upstream-85b1f4d8ca2d501664acce471117dc612bb69d82.zip
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 <freifunk@adrianschmutzler.de>
Diffstat (limited to 'tools/gengetopt')
0 files changed, 0 insertions, 0 deletions
='#n138'>138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177