[openwrt/openwrt] bcm27xx: remove duplicated kmod-rp1-pio package
LEDE Commits
lede-commits at lists.infradead.org
Sat Jan 4 10:17:48 PST 2025
noltari pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/fe8812ab967f03498b689fd5ece5b2cea03659dc
commit fe8812ab967f03498b689fd5ece5b2cea03659dc
Author: John Audia <therealgraysky at proton.me>
AuthorDate: Sat Jan 4 16:36:20 2025 +0100
bcm27xx: remove duplicated kmod-rp1-pio package
Commit f105d1a9a9739267fb25612d039c392a397775bd added a duplicated
kmod-rp1-pio package.
Also remove unneeded blank lines added by the same commit.
Fixes: f105d1a9a973 ("bcm27xx/bcm2712: Fix-up RP1 modules")
Signed-off-by: John Audia <therealgraysky at proton.me>
Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
(cherry picked from commit d5669c040beb0fa29e6916049941f0e76ce07460)
---
target/linux/bcm27xx/modules/hwmon.mk | 2 --
target/linux/bcm27xx/modules/other.mk | 17 -----------------
2 files changed, 19 deletions(-)
diff --git a/target/linux/bcm27xx/modules/hwmon.mk b/target/linux/bcm27xx/modules/hwmon.mk
index db8ba30f87..320b11708f 100644
--- a/target/linux/bcm27xx/modules/hwmon.mk
+++ b/target/linux/bcm27xx/modules/hwmon.mk
@@ -32,5 +32,3 @@ define KernelPackage/hwmon-raspberrypi/description
endef
$(eval $(call KernelPackage,hwmon-raspberrypi))
-
-
diff --git a/target/linux/bcm27xx/modules/other.mk b/target/linux/bcm27xx/modules/other.mk
index 099ce3ce14..7ec35c95f0 100644
--- a/target/linux/bcm27xx/modules/other.mk
+++ b/target/linux/bcm27xx/modules/other.mk
@@ -139,20 +139,3 @@ define KernelPackage/rp1-mailbox/description
endef
$(eval $(call KernelPackage,rp1-mailbox))
-
-
-define KernelPackage/rp1-pio
- SUBMENU:=$(OTHER_MENU)
- TITLE:=RP1 PIO driver
- KCONFIG:=CONFIG_RP1_PIO
- FILES:=$(LINUX_DIR)/drivers/misc/rp1-pio.ko
- AUTOLOAD:=$(call AutoLoad,21,rp1-pio)
- DEPENDS:=@TARGET_bcm27xx_bcm2712 +kmod-rp1
-endef
-
-define KernelPackage/rp1-pio/description
- Driver for the RP1 PIO.
-endef
-
-$(eval $(call KernelPackage,rp1-pio))
-
More information about the lede-commits
mailing list