diff options
author | Felix Fietkau <nbd@nbd.name> | 2021-10-13 17:49:31 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2021-10-14 20:29:51 +0200 |
commit | f2e1e156c0b64b7fae72940c0895b30266729b1e (patch) | |
tree | 144c29a10aed6593be98660eae4be53c1e1a5fea /target/linux/ramips | |
parent | 0eed96ca5d86bdc4158c8ef6814893bc2a3dc467 (diff) | |
download | upstream-f2e1e156c0b64b7fae72940c0895b30266729b1e.tar.gz upstream-f2e1e156c0b64b7fae72940c0895b30266729b1e.tar.bz2 upstream-f2e1e156c0b64b7fae72940c0895b30266729b1e.zip |
kernel: backport a rewrite of the mips eBPF JIT implementation
This adds support for eBPF JIT for 32 bit targets and significantly improves
correctness.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/patches-5.4/0122-mips-ralink-enable-zboot-support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/patches-5.4/0122-mips-ralink-enable-zboot-support.patch b/target/linux/ramips/patches-5.4/0122-mips-ralink-enable-zboot-support.patch index 34617898c8..4ffbb2bebb 100644 --- a/target/linux/ramips/patches-5.4/0122-mips-ralink-enable-zboot-support.patch +++ b/target/linux/ramips/patches-5.4/0122-mips-ralink-enable-zboot-support.patch @@ -16,7 +16,7 @@ Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig -@@ -626,6 +626,7 @@ config RALINK +@@ -628,6 +628,7 @@ config RALINK select SYS_SUPPORTS_32BIT_KERNEL select SYS_SUPPORTS_LITTLE_ENDIAN select SYS_SUPPORTS_MIPS16 |