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

@@ -10,7 +10,6 @@ define KernelPackage/nls-base
TITLE:=Native Language Support
KCONFIG:=CONFIG_NLS
FILES:=$(LINUX_DIR)/fs/nls/nls_base.ko
AUTOLOAD:=$(call AutoLoad,20,nls_base,1)
endef
define KernelPackage/nls-base/description