base-files: module loading is now handled by ubox/kmodloader

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

SVN-Revision: 37003
This commit is contained in:
John Crispin
2013-06-21 16:53:59 +00:00
parent d0db343fc4
commit 4c43cacce0
2 changed files with 1 additions and 12 deletions

View File

@@ -203,13 +203,6 @@ config_list_foreach() {
done
}
load_modules() {
[ -d /etc/modules.d ] && {
cd /etc/modules.d
sed 's/^[^#]/insmod &/' $* | ash 2>&- || :
}
}
include() {
local file