diff options
author | Felix Fietkau <nbd@nbd.name> | 2018-02-07 14:27:52 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-02-09 10:29:07 +0100 |
commit | f997a6ab260a747e227edaefe02a099b48565c59 (patch) | |
tree | 07a41e2afed93879c3321813c3b746182df8f7f6 /package/kernel | |
parent | 634673b2151dd5ef41649b732bc7987b4bb9c63b (diff) | |
download | upstream-f997a6ab260a747e227edaefe02a099b48565c59.tar.gz upstream-f997a6ab260a747e227edaefe02a099b48565c59.tar.bz2 upstream-f997a6ab260a747e227edaefe02a099b48565c59.zip |
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@nbd.name>
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/wrt55agv2-spidevs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/wrt55agv2-spidevs/Makefile b/package/kernel/wrt55agv2-spidevs/Makefile index d80c1e570b..e7264a3e4f 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 |