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:
1f7ae58
)
ar71xx: load ar934x_nfc driver earlier
author
Gabor Juhos
<juhosg@openwrt.org>
Mon, 10 Dec 2012 10:38:11 +0000
(10:38 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Mon, 10 Dec 2012 10:38:11 +0000
(10:38 +0000)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34589
target/linux/ar71xx/modules.mk
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/modules.mk
b/target/linux/ar71xx/modules.mk
index 5607d188c28b86e221a38d8345da5bdc509d42bd..c72b6148e6ac63c007d51cd4eb6bed33821b2968 100644
(file)
--- a/
target/linux/ar71xx/modules.mk
+++ b/
target/linux/ar71xx/modules.mk
@@
-43,7
+43,7
@@
define KernelPackage/nand-ar934x
KCONFIG:=CONFIG_MTD_NAND_AR934X
DEPENDS:=@TARGET_ar71xx +kmod-nand
FILES:=$(LINUX_DIR)/drivers/mtd/nand/ar934x_nfc.ko
- AUTOLOAD:=$(call AutoLoad,
30
,ar934x_nfc)
+ AUTOLOAD:=$(call AutoLoad,
25
,ar934x_nfc)
endef
define KernelPackage/nand-ar934x/description