aboutsummaryrefslogtreecommitdiff
path: root/target/linux/kirkwood/image/generic.mk
Commit message (Collapse)AuthorAge
* kirkwood: remove accidentally commited filePawel Dembicki2024-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 dependencyPawel Dembicki2024-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>