package/ebtables: fix runtime in case of BR2_KERNEL_64_USERLAND_32
authorThomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Tue, 18 May 2021 07:46:27 +0000 (09:46 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Fri, 21 May 2021 09:01:41 +0000 (11:01 +0200)
commit4b5743e5235ff7d88806305a40476ecb9b408876
tree10cb3b1d8193016e265e6716c631af04a8d5fd44
parent8c7222ad038a4b83e69733353ba3219815ac66d9
package/ebtables: fix runtime in case of BR2_KERNEL_64_USERLAND_32

ebtables 2.0.11 no longer works correctly when userland is 32-bit and the
kernel is 64-bit. This used to work correctly in version 2.0.10-4.

Problem is twofold:
- ebtables itself was broken and needs to be patched
- buildroot needs to pass the correct flag again to indicate when we are in
  this situation

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/ebtables/0002-ebtables.h-restore-KERNEL_64_USERSPACE_32-checks.patch [new file with mode: 0644]
package/ebtables/0003-configure.ac-add-option-enable-kernel-64-userland-32.patch [new file with mode: 0644]
package/ebtables/ebtables.mk