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 4caaa778f7 kernel: make kmod-i2c-core selected by dependent modules
Currently kmod-i2c-* will not get into images unless kmod-i2c-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-lm75
- kmod-i2c-gpio
- kmod-i2c-gpio-custom
- kmod-i2c-mux
- kmod-i2c-ralink

Signed-off-by: Sungbo Eo <mans0n@gorani.run>
[do not touch ar71xx]
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 5 years ago
archs38 archs38: gen_axs10x_sdcard_img.sh: switch to /bin/sh 5 years ago
armvirt armvirt: Remove kernel 4.14 support 4 years ago
at91 at91: gen_at91_sdcard_img.sh: switch to /bin/sh 5 years ago
ath25 kernel: bump 4.14 to 4.14.171 4 years ago
ath79 kernel: make kmod-i2c-core selected by dependent modules 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 kernel: make kmod-i2c-core selected by dependent modules 4 years ago
layerscape kernel: make kmod-i2c-core selected by dependent modules 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 kernel: make kmod-i2c-core selected by dependent modules 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 5 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 kernel: make kmod-i2c-core selected by dependent modules 4 years ago
rb532 rb532: gen_image.sh: use /bin/sh 5 years ago
samsung samsung: add subtarget condition for device 5 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 5 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