mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-13 18:34:53 +00: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:
parent
7e83385028
commit
a5e7687e12
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user