diff options
| author | Michael Biebl <biebl@debian.org> | 2026-07-03 20:58:16 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2026-07-03 21:07:01 +0200 |
| commit | ef758928d5c20c8af9f4ebf93059e5f22c9f9fec (patch) | |
| tree | 49124b35a1737fc4bfa5ed8b8c1906ecf3da7afc | |
| parent | 8a262689fec31de97de824855df036e8caf404a4 (diff) | |
Disable CLAT (464XLAT) support
This is a new feature requiring BPF support.
| -rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index af815338..4fa89c9a 100755 --- a/debian/rules +++ b/debian/rules @@ -54,6 +54,7 @@ override_dh_auto_configure: -Dovs=true \ -Dqt=false \ -Debpf=false \ + -Dclat=false \ -Dnbft=false \ -Dofono=true |