Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: make kmod-hwmon-core selected by dependent modules | Sungbo Eo | 2020-03-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Currently kmod-hwmon-* will not get into images unless kmod-hwmon-core is added to DEVICE_PACKAGES as well. By changing the dependencies from "depends on" to "select", we do not have the issue anymore. Furthermore, we can remove most occurrences of the package from DEVICE_PACKAGES and similar variables, as it is now pulled by dependent modules such as: - kmod-hwmon-gpiofan - kmod-hwmon-lm63 - kmod-hwmon-lm75 - kmod-hwmon-lm85 - kmod-hwmon-lm90 Signed-off-by: Sungbo Eo <mans0n@gorani.run> [do not touch ar71xx, adjust line wrapping] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> | ||||
* | kernel: replace SUBDIRS with M in package recipes | Tomasz Maciej Nowak | 2020-02-22 | 1 | -1/+1 |
| | | | | | | | The SUBDIRS variable has been removed in kernel 5.4, and was deprecated since the beginnig of kernel git history in favour of M or KBUILD_EXTMOD. Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl> | ||||
* | build: use KERNEL_MAKE_FLAGS for kernel file compilations | Karl Vogel | 2017-10-29 | 1 | -2/+1 |
| | | | | | | | The build system already defines KERNEL_CROSS which defaults to TARGET_CROSS. Make use of this variable for kernel makefiles. Signed-off-by: Karl Vogel <karl.vogel@gmail.com> | ||||
* | kernel: move the gateworks system controller driver to an out-of-tree package | Felix Fietkau | 2017-01-10 | 3 | -0/+339 |
Signed-off-by: Felix Fietkau <nbd@nbd.name> |