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/package/kernel/linux/modules
Koen Vandeputte f4b7dfcc4b netfilter: add missing dependency for kernel 4.14
Since kernel 4.14.75 commit ("netfilter: xt_cluster: add dependency on conntrack module")
a dependency is required on kmod-nf-conntrack.

It seems this was already present for kmod-ipt-clusterip
but not yet for kmod-ipt-cluster

Add it fixing a build error when including kmod-ipt-cluster:

Package kmod-ipt-cluster is missing dependencies for the following libraries:
nf_conntrack.ko
modules/netfilter.mk:665: recipe for target '/mnt/ramdisk/koen/firmware/builds/openwrt/bin/targets/cns3xxx/generic/packages/kmod-ipt-cluster_4.14.75-1_arm_mpcore_vfp.ipk' failed
make[3]: *** [/mnt/ramdisk/koen/firmware/builds/openwrt/bin/targets/cns3xxx/generic/packages/kmod-ipt-cluster_4.14.75-1_arm_mpcore_vfp.ipk] Error 1
make[3]: Leaving directory '/mnt/ramdisk/koen/firmware/builds/openwrt/package/kernel/linux'
Command exited with non-zero status 2
time: package/kernel/linux/compile#1.80#0.05#2.07
package/Makefile:107: recipe for target 'package/kernel/linux/compile' failed
make[2]: *** [package/kernel/linux/compile] Error 2
make[2]: Leaving directory '/mnt/ramdisk/koen/firmware/builds/openwrt'
package/Makefile:103: recipe for target '/mnt/ramdisk/koen/firmware/builds/openwrt/staging_dir/target-arm_mpcore+vfp_musl_eabi/stamp/.package_compile' failed
make[1]: *** [/mnt/ramdisk/koen/firmware/builds/openwrt/staging_dir/target-arm_mpcore+vfp_musl_eabi/stamp/.package_compile] Error 2
make[1]: Leaving directory '/mnt/ramdisk/koen/firmware/builds/openwrt'
/mnt/ramdisk/koen/firmware/builds/openwrt/include/toplevel.mk:216: recipe for target 'world' failed
make: *** [world] Error 2

Fixes: f983956a8b ("kernel: bump 4.14 to 4.14.75")
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>

[1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v4.14.75&id=b969656b46626a674232c0eadf92a394b89df07c
6 years ago
..
001-depends.mk kernel: remove useless AddDepends/rtc abstraction 9 years ago
block.mk kernel: add kmod-dax 7 years ago
can.mk can.mk: sort modules 6 years ago
crypto.mk kernel: package x86-optimized crypto-misc modules 6 years ago
firewire.mk firewire.mk: sort kernel modules 6 years ago
fs.mk kernel: Add missing config option for NFSDv4 6 years ago
hwmon.mk kernel/modules: add kmod-adcxx module 6 years ago
i2c.mk kernel: remove an old kernel compatibility line from module packaging 6 years ago
iio.mk kernel: add Si7020 relative humidity/temperature sensor driver 6 years ago
input.mk kernel: fix typo in input-gpio-encoder package title 8 years ago
leds.mk leds: correct ledtrig-heartbeat Kconfig description 6 years ago
lib.mk kernel: add missing dependencies to kmod-crypto-acompress 7 years ago
netdevices.mk samsung: Add missing dependencies to kmod-of-mdio 6 years ago
netfilter.mk netfilter: add missing dependency for kernel 4.14 6 years ago
netsupport.mk kernel: add kmod-tcp-bbr 6 years ago
nls.mk kernel: add Chinese codepages 7 years ago
other.mk kernel: add missing dependency to regmap to kmod-gpio-mcp23s08 6 years ago
pcmcia.mk kernel: add support for Option Fusion+ PCMCIA card 8 years ago
sound.mk kernel: add kmod-sound-ens1371 6 years ago
spi.mk kernel: remove kmod-spi-gpio-old 6 years ago
usb.mk kernel/modules: kmod-chaoskey: Add missing dependency 6 years ago
video.mk kernel: merge kmod-fbcon with kmod-fb 6 years ago
virt.mk kernel: remove another redundant KCONFIG entry in virt.mk 8 years ago
w1.mk kernel: kmod-w1 depends on kmod-hwmon-core since Linux 4.14 7 years ago
wireless.mk kernel: move kmod-owl-loader to the right .mk file 8 years ago
wpan.mk kernel: wpan: mrf24j40 depends on regmap-spi 9 years ago