2
0
forked from Ivasoft/openwrt

kernel: make most modules use AutoProbe

now that we have modprobe we can set more than half of the modules to AutoProbe

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 38021
This commit is contained in:
John Crispin
2013-09-17 21:45:17 +00:00
parent 022cadd64e
commit f12f4074af
21 changed files with 283 additions and 322 deletions

View File

@@ -30,6 +30,7 @@ endif
define KernelPackage/i2c-core
$(call i2c_defaults,$(I2C_CORE_MODULES),51)
AUTOLOAD:=
TITLE:=I2C support
endef