From c5994ad4fc5c19c6ddfdd2fe5daeb58370cae105 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 1 Aug 2025 20:34:52 +0200 Subject: Disable NBFT support in the initrd generator The nm-initrd-generator is not really hooked up in Debian and enabling NBFT support would drap in additional dependencies like NVME. So disable support for this feature until there is actual demand for it. --- debian/rules | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 12796228..30b974d9 100755 --- a/debian/rules +++ b/debian/rules @@ -56,6 +56,7 @@ override_dh_auto_configure: -Dovs=false \ -Dqt=false \ -Debpf=false \ + -Dnbft=false \ -Dofono=true override_dh_makeshlibs: -- cgit 1.3.0-6-gf8a5