diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-10 10:38:11 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-10 10:38:11 +0000 |
commit | 1b1a83e0c204642409ff0fa14ac71f8536230ad0 (patch) | |
tree | 9cc0e1f374cdf3684d1809c2b17cf1347eea7c14 | |
parent | c586ec0f293f11996e442886b5767c697b87f728 (diff) |
ar71xx: load ar934x_nfc driver earlier
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34589 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ar71xx/modules.mk | 2 |
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 |