diff options
| author | Markus Stockhausen | 2024-09-08 20:01:11 +0000 |
|---|---|---|
| committer | Sander Vanheule | 2024-09-14 17:58:55 +0000 |
| commit | 22f616af7f1f6a13449c15cce27788062f03f973 (patch) | |
| tree | bdeec16adf52b541b8ee98c8c9cd29b0cf561caa | |
| parent | 4fd4274f68675c9df76e323d4c2b3fe5860a7a3b (diff) | |
realtek: 6.6: refresh patch 304-spi-update-dependency-for-spi-realtek-rtl
No content changes. Only take over the new patch locations.
Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
| -rw-r--r-- | target/linux/realtek/patches-6.6/304-spi-update-dependency-for-spi-realtek-rtl.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/realtek/patches-6.6/304-spi-update-dependency-for-spi-realtek-rtl.patch b/target/linux/realtek/patches-6.6/304-spi-update-dependency-for-spi-realtek-rtl.patch index f2b57bacde..01530257b8 100644 --- a/target/linux/realtek/patches-6.6/304-spi-update-dependency-for-spi-realtek-rtl.patch +++ b/target/linux/realtek/patches-6.6/304-spi-update-dependency-for-spi-realtek-rtl.patch @@ -14,7 +14,7 @@ Submitted-by: INAGAKI Hiroshi <musashino.open@gmail.com> --- a/drivers/spi/Makefile +++ b/drivers/spi/Makefile -@@ -97,7 +97,7 @@ obj-$(CONFIG_SPI_QUP) += spi-qup.o +@@ -114,7 +114,7 @@ obj-$(CONFIG_SPI_QUP) += spi-qup.o obj-$(CONFIG_SPI_ROCKCHIP) += spi-rockchip.o obj-$(CONFIG_SPI_ROCKCHIP_SFC) += spi-rockchip-sfc.o obj-$(CONFIG_SPI_RB4XX) += spi-rb4xx.o @@ -22,4 +22,4 @@ Submitted-by: INAGAKI Hiroshi <musashino.open@gmail.com> +obj-$(CONFIG_RTL83XX) += spi-realtek-rtl.o obj-$(CONFIG_SPI_RPCIF) += spi-rpc-if.o obj-$(CONFIG_SPI_RSPI) += spi-rspi.o - obj-$(CONFIG_SPI_S3C24XX) += spi-s3c24xx-hw.o + obj-$(CONFIG_SPI_RZV2M_CSI) += spi-rzv2m-csi.o |