projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ac7d33
)
add autoload for spi-ks8995
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 28 Aug 2008 00:15:31 +0000
(
00:15
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 28 Aug 2008 00:15:31 +0000
(
00:15
+0000)
SVN-Revision: 12419
package/spi-ks8995/Makefile
patch
|
blob
|
history
diff --git
a/package/spi-ks8995/Makefile
b/package/spi-ks8995/Makefile
index 5f5b37bb395263047ad33575dec59b540e768f4f..f4647502c3abbb55a8786bbd2187b386baa531da 100644
(file)
--- a/
package/spi-ks8995/Makefile
+++ b/
package/spi-ks8995/Makefile
@@
-20,6
+20,7
@@
define KernelPackage/spi-ks8995
FILES:=$(PKG_BUILD_DIR)/spi_ks8995.$(LINUX_KMOD_SUFFIX)
KCONFIG:=CONFIG_SPI=y \
CONFIG_SPI_MASTER=y
+ AUTOLOAD:=$(call AutoLoad,50,spi_ks8995)
endef
define KernelPackage/spi-ks8995/description