Skip to content

Commit

Permalink
generic: disable libpfring
Browse files Browse the repository at this point in the history
Building this package breaks the builds. We do not require it, thus we
can simply disable it.

Signed-off-by: David Bauer <[email protected]>
  • Loading branch information
blocktrron committed Mar 12, 2024
1 parent 8aa9407 commit 1ff17a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions targets/generic
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ config('ALL_NONSHARED', true)
try_config('PACKAGE_usbip', false) -- fails to build
try_config('PACKAGE_coova-chilli', false) -- fails to build
try_config('PACKAGE_kmod-ipt-coova', false) -- fails to build
try_config('PACKAGE_libpfring', false) -- fails to build
try_config('PACKAGE_kmod-pf-ring', false) -- fails to build

try_config('PACKAGE_ATH_DEBUG', true)

Expand Down

0 comments on commit 1ff17a6

Please sign in to comment.