feat: remove iptables from iproute2
Some checks failed
build liminix / test_shell_customization (push) Has been cancelled
build liminix / build_zyxel-nwa50ax_mips (push) Has been cancelled
build liminix / test_hostapd (push) Has been cancelled
build liminix / build_vm_qemu_mips (push) Has been cancelled

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
Raito Bezarius 2024-12-09 00:13:18 +01:00
parent 1598d59ca7
commit d6c976f8a1

View file

@ -213,7 +213,8 @@ extraPkgs // {
'';
});
# Don't bring ebpf stuff to the table.
in i.override { elfutils = null; };
# We also remove tc so we can drop iptables as well.
in i.override { elfutils = null; iptables = null; };
wpa_supplicant = prev.wpa_supplicant.override {
dbusSupport = false;