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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38021 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
John Crispin
2013-09-17 21:45:17 +00:00
parent a1d883cc85
commit 751f928815
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