aboutsummaryrefslogtreecommitdiffstats
path: root/package/wrt55agv2-spidevs/Makefile
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2009-02-10 16:55:38 +0000
committerMichael Büsch <mb@bu3sch.de>2009-02-10 16:55:38 +0000
commit317bf035162f73b469bd548be571f7bd0b95e816 (patch)
tree9a720feb533791e187439fa9c19c33ebb988a27d /package/wrt55agv2-spidevs/Makefile
parentf4937f60c99fa61ee13644a93b46317a1e08a1b6 (diff)
downloadupstream-317bf035162f73b469bd548be571f7bd0b95e816.tar.gz
upstream-317bf035162f73b469bd548be571f7bd0b95e816.tar.bz2
upstream-317bf035162f73b469bd548be571f7bd0b95e816.zip
Deprecate the old SPI-GPIO driver.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14464 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wrt55agv2-spidevs/Makefile')
-rw-r--r--package/wrt55agv2-spidevs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wrt55agv2-spidevs/Makefile b/package/wrt55agv2-spidevs/Makefile
index fa9b1c07ab..c6c85dab42 100644
--- a/package/wrt55agv2-spidevs/Makefile
+++ b/package/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:=@LINUX_2_6 @TARGET_atheros +kmod-spi-gpio +kmod-spi-ks8995
+ DEPENDS:=@LINUX_2_6 @TARGET_atheros +kmod-spi-gpio-old +kmod-spi-ks8995
FILES:=$(PKG_BUILD_DIR)/wrt55agv2_spidevs.$(LINUX_KMOD_SUFFIX)
endef