Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: unify CONFIG_GPIO_SYSFS in kernel configs | Felix Fietkau | 2020-08-06 | 1 | -1/+0 |
| | | | | | | Enable it for all platforms Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | bcm63xx: fix missing watchdog core dependency | Adrian Schmutzler | 2020-04-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | This patch follows the other patches that added the watchdog core to various (armvirt, malta, ath79, ...) targets that have been hit by the following build error: Package kmod-hwmon-sch5627 is missing dependencies for the following libraries: watchdog.ko In theory, we could have just added the CONFIG_WATCHDOG_CORE=y to the Kconfig variable of kmod-hwmon-sch5627's package definition. This would have forced the watchdog core to be builtin and less architectures would need to be updated. But we might as well follow through here. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> | ||||
* | bcm63xx: update config for kernel 5.4 | Adrian Schmutzler | 2020-04-12 | 1 | -14/+24 |
| | | | | | | Update config with make kernel_oldconfig. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> | ||||
* | bcm63xx: copy files to kernel 5.4 | Adrian Schmutzler | 2020-04-12 | 1 | -0/+272 |
Copy config and patches to kernel 5.4. make kernel_oldconfig has been run on 4.19 beforehand. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> |