projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
634673b
)
wrt55agv2-spidevs: mark as broken
author
Felix Fietkau
<nbd@nbd.name>
Wed, 7 Feb 2018 13:27:52 +0000
(14:27 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Fri, 9 Feb 2018 09:29:07 +0000
(10:29 +0100)
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>
package/kernel/wrt55agv2-spidevs/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/wrt55agv2-spidevs/Makefile
b/package/kernel/wrt55agv2-spidevs/Makefile
index d80c1e570b483848d2c09e0391453f88492af12e..e7264a3e4f5590c570f0629c2097895945a0b919 100644
(file)
--- 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