summaryrefslogtreecommitdiff
path: root/strata
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-12 14:43:44 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2015-04-07 10:05:01 +0000
commitf1b7745620d567436ab6bf14a9e6e51ff3a1a480 (patch)
treebe47f74bb595f757320c8aae7e42be49f4e7557d /strata
parentd9bef7b3317625f5860bc78c3e1effdc320ebb7d (diff)
downloaddefinitions-f1b7745620d567436ab6bf14a9e6e51ff3a1a480.tar.gz
Enable iproute2 support to kernels
Change-Id: I113e08474cc4a1c3a60c9a683725d7fdc13ffe08
Diffstat (limited to 'strata')
-rw-r--r--strata/bsp-armv8l64-generic/linux-armv8l64-generic.morph3
-rw-r--r--strata/bsp-jetson/linux-jetson-tk1.morph3
-rw-r--r--strata/bsp-ppc64-generic/linux-ppc64.morph3
-rw-r--r--strata/bsp-x86_32-generic/linux-x86-32-generic.morph3
-rw-r--r--strata/bsp-x86_64-generic/linux-x86-64-generic.morph3
5 files changed, 15 insertions, 0 deletions
diff --git a/strata/bsp-armv8l64-generic/linux-armv8l64-generic.morph b/strata/bsp-armv8l64-generic/linux-armv8l64-generic.morph
index 1ef31965..de4aff7a 100644
--- a/strata/bsp-armv8l64-generic/linux-armv8l64-generic.morph
+++ b/strata/bsp-armv8l64-generic/linux-armv8l64-generic.morph
@@ -103,6 +103,9 @@ configure-commands:
- scripts/config -e IP_NF_RAW
- scripts/config -e IP_NF_SECURITY
- scripts/config -e IP_NF_ARPTABLES
+- scripts/config -e NETFILTER_NETLINK_QUEUE
+- scripts/config -e SCSI_NETLINK
+- scripts/config -e NETFILTER_XT_TARGET_MARK
# Required for M400
- scripts/config -e SATA_AHCI_PLATFORM
- scripts/config -e AHCI_XGENE
diff --git a/strata/bsp-jetson/linux-jetson-tk1.morph b/strata/bsp-jetson/linux-jetson-tk1.morph
index 3abf7535..b811630f 100644
--- a/strata/bsp-jetson/linux-jetson-tk1.morph
+++ b/strata/bsp-jetson/linux-jetson-tk1.morph
@@ -80,6 +80,9 @@ configure-commands:
- scripts/config -e IP_NF_RAW
- scripts/config -e IP_NF_SECURITY
- scripts/config -e IP_NF_ARPTABLES
+- scripts/config -e NETFILTER_NETLINK_QUEUE
+- scripts/config -e SCSI_NETLINK
+- scripts/config -e NETFILTER_XT_TARGET_MARK
- yes '' | make ARCH=arm oldconfig
build-commands:
- make $MAKEFLAGS ARCH=arm LOADADDR=0x80200000 zImage dtbs
diff --git a/strata/bsp-ppc64-generic/linux-ppc64.morph b/strata/bsp-ppc64-generic/linux-ppc64.morph
index a193b3d7..93273df3 100644
--- a/strata/bsp-ppc64-generic/linux-ppc64.morph
+++ b/strata/bsp-ppc64-generic/linux-ppc64.morph
@@ -80,6 +80,9 @@ configure-commands:
- scripts/config -e IP_NF_RAW
- scripts/config -e IP_NF_SECURITY
- scripts/config -e IP_NF_ARPTABLES
+- scripts/config -e NETFILTER_NETLINK_QUEUE
+- scripts/config -e SCSI_NETLINK
+- scripts/config -e NETFILTER_XT_TARGET_MARK
- yes '' | make oldconfig
build-commands:
- make $MAKEFLAGS ARCH=powerpc zImage
diff --git a/strata/bsp-x86_32-generic/linux-x86-32-generic.morph b/strata/bsp-x86_32-generic/linux-x86-32-generic.morph
index f1e4154f..32ee6f26 100644
--- a/strata/bsp-x86_32-generic/linux-x86-32-generic.morph
+++ b/strata/bsp-x86_32-generic/linux-x86-32-generic.morph
@@ -113,6 +113,9 @@ configure-commands:
- scripts/config -e IP_NF_SECURITY
- scripts/config -e IP_NF_ARPTABLES
- scripts/config -e KVM_INTEL
+- scripts/config -e NETFILTER_NETLINK_QUEUE
+- scripts/config -e SCSI_NETLINK
+- scripts/config -e NETFILTER_XT_TARGET_MARK
- yes '' | make oldconfig
build-commands:
- make $MAKEFLAGS
diff --git a/strata/bsp-x86_64-generic/linux-x86-64-generic.morph b/strata/bsp-x86_64-generic/linux-x86-64-generic.morph
index 41abf01e..1084cba2 100644
--- a/strata/bsp-x86_64-generic/linux-x86-64-generic.morph
+++ b/strata/bsp-x86_64-generic/linux-x86-64-generic.morph
@@ -113,6 +113,9 @@ configure-commands:
- scripts/config -e IP_NF_SECURITY
- scripts/config -e IP_NF_ARPTABLES
- scripts/config -e KVM_INTEL
+- scripts/config -e NETFILTER_NETLINK_QUEUE
+- scripts/config -e SCSI_NETLINK
+- scripts/config -e NETFILTER_XT_TARGET_MARK
- yes '' | make oldconfig
build-commands:
- make $MAKEFLAGS