[openwrt/openwrt] wrt55agv2-spidevs: mark as broken

LEDE Commits lede-commits at lists.infradead.org
Fri Feb 9 01:29:25 PST 2018


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/f997a6ab260a747e227edaefe02a099b48565c59

commit f997a6ab260a747e227edaefe02a099b48565c59
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Wed Feb 7 14:27:52 2018 +0100

    wrt55agv2-spidevs: mark as broken
    
    The target it was meant for was updated to a version that this does not
    compile with. It probably also hasn't been used in years
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/kernel/wrt55agv2-spidevs/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/wrt55agv2-spidevs/Makefile b/package/kernel/wrt55agv2-spidevs/Makefile
index d80c1e5..e7264a3 100644
--- a/package/kernel/wrt55agv2-spidevs/Makefile
+++ b/package/kernel/wrt55agv2-spidevs/Makefile
@@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/package.mk
 define KernelPackage/wrt55agv2-spidevs
   SUBMENU:=Other modules
   TITLE:=WRT55AG v2 SPI devices support
-  DEPENDS:=@TARGET_ath25 +kmod-spi-gpio-old +kmod-spi-ks8995
+  DEPENDS:=@BROKEN @TARGET_ath25 +kmod-spi-gpio-old +kmod-spi-ks8995
   FILES:=$(PKG_BUILD_DIR)/wrt55agv2_spidevs.ko
 endef
 



More information about the lede-commits mailing list