Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | kirkwood: remove accidentally commited file | Pawel Dembicki | 2024-08-01 |
| | | | | | | | | | | generic.mk was commited by mistake. It isn't used. Let's remove it. Fixes: ccbdb212f36f ("kirkwood: Add missing package dependency") Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com> Link: https://github.com/openwrt/openwrt/pull/15998 Signed-off-by: Robert Marko <robimarko@gmail.com> | ||
* | kirkwood: Add missing package dependency | Pawel Dembicki | 2024-03-24 |
When build images with the 6.1 kernel for all devices and all kmods, there is one dependancy error: pkg_hash_check_unresolved: cannot find dependency kmod-thermal for kmod-hwmon-gpiofan This commit fix that issue. Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com> |