mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +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:
committed by
Joe MacDonald
parent
47fc1cce49
commit
fe155a77f3
@@ -2,10 +2,13 @@ SUMMARY = "Utility for basic Ethernet frame filtering on a Linux bridge, MAC NAT
|
|||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=53b4a999993871a28ab1488fdbd2e73e"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=53b4a999993871a28ab1488fdbd2e73e"
|
||||||
SECTION = "console/network"
|
SECTION = "console/network"
|
||||||
PR = "r2"
|
PR = "r3"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "perl"
|
RDEPENDS_${PN} += "perl"
|
||||||
|
|
||||||
|
RRECOMMENDS_${PN} += "kernel-module-ebtables \
|
||||||
|
"
|
||||||
|
|
||||||
SRC_URI = "${SOURCEFORGE_MIRROR}/ebtables/ebtables-v${PV}.tar.gz \
|
SRC_URI = "${SOURCEFORGE_MIRROR}/ebtables/ebtables-v${PV}.tar.gz \
|
||||||
file://installnonroot.patch \
|
file://installnonroot.patch \
|
||||||
file://01debian_defaultconfig.patch \
|
file://01debian_defaultconfig.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user