diff options
Diffstat (limited to 'target/linux')
4 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/layerscape/patches-5.4/802-can-0006-can-rx-offload-Prepare-for-CAN-FD-support.patch b/target/linux/layerscape/patches-5.4/802-can-0006-can-rx-offload-Prepare-for-CAN-FD-support.patch index c88f14f01f..51eb42494e 100644 --- a/target/linux/layerscape/patches-5.4/802-can-0006-can-rx-offload-Prepare-for-CAN-FD-support.patch +++ b/target/linux/layerscape/patches-5.4/802-can-0006-can-rx-offload-Prepare-for-CAN-FD-support.patch @@ -3,7 +3,7 @@ From: Joakim Zhang <qiangqing.zhang@nxp.com> Date: Fri, 12 Jul 2019 08:02:38 +0000 Subject: [PATCH] can: rx-offload: Prepare for CAN FD support -The skbs for classic CAN and CAN FD frames are allocated with seperate +The skbs for classic CAN and CAN FD frames are allocated with separate functions: alloc_can_skb() and alloc_canfd_skb(). In order to support CAN FD frames via the rx-offload helper, the driver diff --git a/target/linux/mediatek/Makefile b/target/linux/mediatek/Makefile index e2e44c78bb..2ee00e5d17 100644 --- a/target/linux/mediatek/Makefile +++ b/target/linux/mediatek/Makefile @@ -6,7 +6,7 @@ ARCH:=arm BOARD:=mediatek BOARDNAME:=MediaTek Ralink ARM SUBTARGETS:=mt7622 mt7623 mt7629 -FEATURES:=squashfs nand seperate_ramdisk fpu +FEATURES:=squashfs nand separate_ramdisk fpu KERNEL_PATCHVER:=5.4 KERNEL_TESTING_PATCHVER:=5.10 diff --git a/target/linux/rockchip/patches-5.10/100-rockchip-use-system-LED-for-OpenWrt.patch b/target/linux/rockchip/patches-5.10/100-rockchip-use-system-LED-for-OpenWrt.patch index 7f9af85b1d..7b3b50ffd8 100644 --- a/target/linux/rockchip/patches-5.10/100-rockchip-use-system-LED-for-OpenWrt.patch +++ b/target/linux/rockchip/patches-5.10/100-rockchip-use-system-LED-for-OpenWrt.patch @@ -5,7 +5,7 @@ Subject: [PATCH] rockchip: use system LED for OpenWrt Use the SYS LED on the casing for showing system status. -This patch is kept seperate from the NanoPi R2S support patch, as i plan +This patch is kept separate from the NanoPi R2S support patch, as i plan on submitting the device support upstream. Signed-off-by: David Bauer <mail@david-bauer.net> diff --git a/target/linux/rockchip/patches-5.4/100-rockchip-use-system-LED-for-OpenWrt.patch b/target/linux/rockchip/patches-5.4/100-rockchip-use-system-LED-for-OpenWrt.patch index 7f9af85b1d..7b3b50ffd8 100644 --- a/target/linux/rockchip/patches-5.4/100-rockchip-use-system-LED-for-OpenWrt.patch +++ b/target/linux/rockchip/patches-5.4/100-rockchip-use-system-LED-for-OpenWrt.patch @@ -5,7 +5,7 @@ Subject: [PATCH] rockchip: use system LED for OpenWrt Use the SYS LED on the casing for showing system status. -This patch is kept seperate from the NanoPi R2S support patch, as i plan +This patch is kept separate from the NanoPi R2S support patch, as i plan on submitting the device support upstream. Signed-off-by: David Bauer <mail@david-bauer.net> |