Commit 2cdb54e
committed
netfilter: fix file clash during install of kmod-iptables
A regression in openwrt#21078 caused ip_tables.ko and x_tables.ko
to be installed by both kmod-nf-ipt and kmod-iptables:
* check_data_file_clashes: Package kmod-nf-ipt wants to install file /Volumes/x64/openwrt/build_dir/target-x86_64_musl/root-x86/lib/modules/6.18.33/ip_tables.ko
But that file is already provided by package * kmod-iptables
* check_data_file_clashes: Package kmod-nf-ipt wants to install file /Volumes/x64/openwrt/build_dir/target-x86_64_musl/root-x86/lib/modules/6.18.33/x_tables.ko
Remove the files from the install list of kmod-iptables, to avoid
errors during installation.
Fixes: openwrt#23630
Signed-off-by: Georgi Valkov <gvalkov@gmail.com>1 parent dd45fd9 commit 2cdb54e
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
| 66 | + | |
69 | 67 | | |
70 | 68 | | |
71 | 69 | | |
| |||
0 commit comments