diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 03:02:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 03:02:28 +0000 |
commit | 1850e0f0a7627b4e0ef18516ff2b25a7c14215ca (patch) | |
tree | 22c612d44a744058d16d50acce527f0d07c9151b /package/kernel/wrt55agv2-spidevs | |
parent | 558a452e1a50f6195c8839c9828ae94a89ea0308 (diff) | |
download | mtk-20170518-1850e0f0a7627b4e0ef18516ff2b25a7c14215ca.zip mtk-20170518-1850e0f0a7627b4e0ef18516ff2b25a7c14215ca.tar.gz mtk-20170518-1850e0f0a7627b4e0ef18516ff2b25a7c14215ca.tar.bz2 |
Rename 'atheros' target to 'ath25'
Rename 'atheros' target to more precise 'ath25'.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 44736
Diffstat (limited to 'package/kernel/wrt55agv2-spidevs')
-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 bfd24c2..a63180b 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_atheros +kmod-spi-gpio-old +kmod-spi-ks8995 + DEPENDS:=@TARGET_ath25 +kmod-spi-gpio-old +kmod-spi-ks8995 FILES:=$(PKG_BUILD_DIR)/wrt55agv2_spidevs.ko endef |