aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/modules.mk
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-12-10 10:38:11 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-12-10 10:38:11 +0000
commit3cbc1a49e27d42a1fc9012d51d8327b8c7ab1a89 (patch)
tree1cd312ab9f6aa7d38e65cb5ab75969ca04a49fbc /target/linux/ar71xx/modules.mk
parent1f7ae58a2cbc10085b907db5ddb0f744555c5967 (diff)
downloadupstream-3cbc1a49e27d42a1fc9012d51d8327b8c7ab1a89.tar.gz
upstream-3cbc1a49e27d42a1fc9012d51d8327b8c7ab1a89.tar.bz2
upstream-3cbc1a49e27d42a1fc9012d51d8327b8c7ab1a89.zip
ar71xx: load ar934x_nfc driver earlier
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34589
Diffstat (limited to 'target/linux/ar71xx/modules.mk')
-rw-r--r--target/linux/ar71xx/modules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/modules.mk b/target/linux/ar71xx/modules.mk
index 5607d188c2..c72b6148e6 100644
--- 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