Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | treewide: remove execute bit and shebang from board.d files | Adrian Schmutzler | 2021-03-06 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | 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> | ||||
* | treewide: use only board_name function to get name | Mathias Kresin | 2017-07-15 | 1 | -3/+1 |
| | | | | | | | | | | | | Do not parse /tmp/sysinfo/board_name, /proc/cpuinfo or the device tree compatible string directly. Always use the board_name function to get the board name. The admswconfig package still reads /proc/cpuinfo directly. The code looks somehow broken and the whole adm5120 which uses this package looks unmaintained. Leave it as it is for now. Signed-off-by: Mathias Kresin <dev@kresin.me> | ||||
* | bcm53xx: set Netgear R8000 USB LEDs | Rafał Miłecki | 2017-02-06 | 1 | -0/+18 |
Signed-off-by: Rafał Miłecki <rafal@milecki.pl> |