summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-16 23:23:58 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-16 23:23:58 +0000
commit1c2ebc22c18d08f0f9c6055a518d2b8465c4db27 (patch)
tree32a4c7df97f1beebab089c7e2a47c3c02826f2de /package
parent966ef2a80bc8c9d0dfaf9b48426fdfbed9056716 (diff)
remove support for obsolete /etc/modules file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5173 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rwxr-xr-xpackage/base-files/default/etc/init.d/boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/default/etc/init.d/boot b/package/base-files/default/etc/init.d/boot
index a5c8603a5..c58365234 100755
--- a/package/base-files/default/etc/init.d/boot
+++ b/package/base-files/default/etc/init.d/boot
@@ -22,5 +22,5 @@ start() {
/usr/bin/env -i ACTION=add INTERFACE="$iface" /sbin/hotplug net
done
- load_modules /etc/modules /etc/modules.d/*
+ load_modules /etc/modules.d/*
}