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

Too big already… !

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
Raito Bezarius 2024-12-09 00:22:30 +01:00
parent c5c82a5391
commit 0c6d26b4fc

View file

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