1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-24 08:37:28 +02:00

kernel: load regmap modules after kmod-lib-lzo

Otherwise regmap-core will not be able to lookup the lzo exported
symbols.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 36069
This commit is contained in:
Florian Fainelli 2013-03-17 19:45:42 +00:00
parent 7e83385028
commit a5e7687e12

View File

@ -542,7 +542,7 @@ define KernelPackage/regmap
$(LINUX_DIR)/drivers/base/regmap/regmap-core.ko \
$(LINUX_DIR)/drivers/base/regmap/regmap-i2c.ko \
$(LINUX_DIR)/drivers/base/regmap/regmap-spi.ko
AUTOLOAD:=$(call AutoLoad,10,regmap-core regmap-i2c regmap-spi)
AUTOLOAD:=$(call AutoLoad,21,regmap-core regmap-i2c regmap-spi)
endef
define KernelPackage/regmap/description