Skip to content

Commit

Permalink
jetson: disable dco in openvpn to fix build failure
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed Jul 3, 2023
1 parent 999056d commit 45801a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion buildroot
4 changes: 2 additions & 2 deletions configs/jetson/nano/buildroot/quirks
@@ -1,2 +1,2 @@
# netlink is not compatible with the 4.9.x legacy kernel
# BR2_PACKAGE_LIBNL is not set
# DCO does not compile correctly on the legacy kernel
BR2_PACKAGE_OPENVPN_DISABLE_DCO=y
4 changes: 2 additions & 2 deletions configs/jetson/tx2/buildroot/quirks
@@ -1,2 +1,2 @@
# netlink is not compatible with the 4.9.x legacy kernel
# BR2_PACKAGE_LIBNL is not set
# DCO does not compile correctly on the legacy kernel
BR2_PACKAGE_OPENVPN_DISABLE_DCO=y

0 comments on commit 45801a0

Please sign in to comment.