aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/falcon/base-files/lib
Commit message (Collapse)AuthorAgeFilesLines
* lantiq: split base-files into subtargetsAdrian Schmutzler2020-01-141-0/+10
This splits the device-dependent base-files into subtarget directories, like done recently for ath79 and ramips. While this increases the overall lines of codes, it will make the code per subtarget smaller and easier to keep track of features and devices. While at it, several variables at the top of 02_network are removed, as they were never changed. The values are put directly into the function calls where they are used. Remove unneeded LED setup from 01_leds, and remove 01_leds entirely for falcon subtarget (as it is not used there). Applies alphabetic reordering to device cases in base-files. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>