Openwrt/target/linux
Sungbo Eo 228bb84744 kernel: make kmod-ata-core selected by dependent modules
Currently kmod-ata-* will not get into images unless kmod-ata-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-ata-ahci
- kmod-ata-ahci-mtk
- kmod-ata-sunxi

While at it, use AddDepends/ata for kmod-ata-pdc202xx-old.

Signed-off-by: Sungbo Eo <mans0n@gorani.run>
2020-03-11 19:40:03 +01:00
..
apm821xx build: image: move IMAGE_SIZE to image.mk 2020-03-11 18:25:06 +01:00
ar71xx build: image: move IMAGE_SIZE to image.mk 2020-03-11 18:25:06 +01:00
arc770
archs38
armvirt armvirt: fix missing watchdog core dependency for hwmon-sch5627 2020-03-11 10:52:46 +01:00
at91
ath25
ath79 build: image: move IMAGE_SIZE to image.mk 2020-03-11 18:25:06 +01:00
bcm27xx
bcm47xx bcm47xx: add support for kernel 5.4 2020-03-10 15:50:55 +01:00
bcm53xx
bcm63xx
cns3xxx
gemini
generic kernel: backport out-of-memory fix for non-Ethernet devices 2020-03-11 08:40:45 +01:00
imx6
ipq40xx ipq40xx: replace ${} with $() 2020-03-11 19:24:37 +01:00
ipq806x kernel: make kmod-ata-core selected by dependent modules 2020-03-11 19:40:03 +01:00
ipq807x
kirkwood kernel: 5.4: remove some dup config options already set in generic 2020-03-10 14:45:36 +08:00
lantiq build: image: move IMAGE_SIZE to image.mk 2020-03-11 18:25:06 +01:00
layerscape
malta malta: switch to kernel 5.4 by default 2020-03-10 10:12:02 +08:00
mediatek kernel: make kmod-ata-core selected by dependent modules 2020-03-11 19:40:03 +01:00
mpc85xx
mvebu
mxs kernel: 5.4: remove some dup config options already set in generic 2020-03-10 14:45:36 +08:00
octeon
octeontx kernel: 5.4: remove some dup config options already set in generic 2020-03-10 14:45:36 +08:00
omap
oxnas oxnas: clean up DEVICE_VARS 2020-03-11 19:20:39 +01:00
pistachio
ramips kernel: make kmod-ata-core selected by dependent modules 2020-03-11 19:40:03 +01:00
rb532
samsung
sunxi kernel: make kmod-ata-core selected by dependent modules 2020-03-11 19:40:03 +01:00
tegra
uml
x86
zynq
Makefile