aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/orion/base-files/lib/preinit
Commit message (Collapse)AuthorAgeFilesLines
* orion: remove unmaintained targetAdrian Schmutzler2020-01-081-12/+0
| | | | | | | | | | | This target seems to have been unmaintained for quite a while, and not a single tester for the (now outdated) kernel 4.14 patches has been found. Remove the code and all the packages which are only used by this target. To add this target to OpenWrt again port it to a recent and supported kernel version. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
* treewide: do board detection during preinitMathias Kresin2017-07-151-0/+12
Do the board detection during preinit to unify it across all targets. Signed-off-by: Mathias Kresin <dev@kresin.me>