mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
ebtables: Load ebtables kernel module
Ebtables needs some kernel configs options to work properly. The standard yocto kernel config includes these as modules. Add code to load the ebtables module. Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
This commit is contained in:
parent
47fc1cce49
commit
fe155a77f3
|
|
@ -2,10 +2,13 @@ SUMMARY = "Utility for basic Ethernet frame filtering on a Linux bridge, MAC NAT
|
|||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=53b4a999993871a28ab1488fdbd2e73e"
|
||||
SECTION = "console/network"
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
RDEPENDS_${PN} += "perl"
|
||||
|
||||
RRECOMMENDS_${PN} += "kernel-module-ebtables \
|
||||
"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/ebtables/ebtables-v${PV}.tar.gz \
|
||||
file://installnonroot.patch \
|
||||
file://01debian_defaultconfig.patch \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user