You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux
Sungbo Eo 4159054fbb kernel: make kmod-hwmon-core selected by dependent modules
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>
4 years ago
..
apm821xx build: image: move IMAGE_SIZE to image.mk 4 years ago
ar71xx build: image: move IMAGE_SIZE to image.mk 4 years ago
arc770 arc770: gen_axs10x_sdcard_img.sh: switch to /bin/sh 4 years ago
archs38 archs38: gen_axs10x_sdcard_img.sh: switch to /bin/sh 4 years ago
armvirt armvirt: Remove kernel 4.14 support 4 years ago
at91 at91: gen_at91_sdcard_img.sh: switch to /bin/sh 4 years ago
ath25 kernel: bump 4.14 to 4.14.171 4 years ago
ath79 ath79: add support for TP-Link TL-WR740N v5 4 years ago
bcm27xx kernel: 5.4: move some kconfig options to generic 4 years ago
bcm47xx bcm47xx: add support for kernel 5.4 4 years ago
bcm53xx kernel: 5.4: move some kconfig options to generic 4 years ago
bcm63xx kernel: remove non-existant symbols from 4.19 config 4 years ago
cns3xxx kernel: bump 4.19 to 4.19.86 5 years ago
gemini gemini: Remove kernel 4.14 support 4 years ago
generic kernel: 5.4: add unconfigured symbols 4 years ago
imx6 imx6: add support for GW5907/GW5910/GW5912/GW5913 4 years ago
ipq40xx generic: 4.19: Add 4B_OPCODES flag to w25q256 4 years ago
ipq806x kernel: make kmod-ata-core selected by dependent modules 4 years ago
ipq807x ipq807x: fix indent in image/Makefile 4 years ago
kirkwood kernel: make kmod-hwmon-core selected by dependent modules 4 years ago
lantiq build: image: move IMAGE_SIZE to image.mk 4 years ago
layerscape layerscape: add kmod-i2c-mux to DEVICE_PACKAGES for traverse-ls1043 4 years ago
malta malta: Remove kernel 4.14 support 4 years ago
mediatek kernel: make kmod-ata-core selected by dependent modules 4 years ago
mpc85xx kernel: make kmod-hwmon-core selected by dependent modules 4 years ago
mvebu mvebu: Remove kernel 4.14 support 4 years ago
mxs kernel: 5.4: remove some dup config options already set in generic 4 years ago
octeon octeon: Remove kernel 4.14 support 4 years ago
octeontx kernel: 5.4: remove some dup config options already set in generic 4 years ago
omap omap: gen_omap_sdcard_img.sh: use /bin/sh 4 years ago
oxnas kernel: make kmod-hwmon-core selected by dependent modules 4 years ago
pistachio kernel: bump 4.14 to 4.14.171 4 years ago
ramips ramips: add support for TOTOLINK A3 4 years ago
rb532 rb532: gen_image.sh: use /bin/sh 4 years ago
samsung samsung: add subtarget condition for device 4 years ago
sunxi sunxi: Remove kernel 4.14 support 4 years ago
tegra tegra: Remove kernel 4.14 support 4 years ago
uml treewide: Remove self from MAINTAINER entries 4 years ago
x86 x86: Remove kernel 4.14 support 4 years ago
zynq zynq: derive DEVICE_DTS from device definition name 4 years ago
Makefile