diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-16 23:23:58 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-16 23:23:58 +0000 |
commit | 38bd53b7ae08756aa4aa78cd2804abf2fec1bd9c (patch) | |
tree | 32a4c7df97f1beebab089c7e2a47c3c02826f2de | |
parent | 85bd2e19ccf988fb0366ce8acb09474775129439 (diff) | |
download | upstream-38bd53b7ae08756aa4aa78cd2804abf2fec1bd9c.tar.gz upstream-38bd53b7ae08756aa4aa78cd2804abf2fec1bd9c.tar.bz2 upstream-38bd53b7ae08756aa4aa78cd2804abf2fec1bd9c.zip |
remove support for obsolete /etc/modules file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5173 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rwxr-xr-x | package/base-files/default/etc/init.d/boot | 2 |
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 a5c8603a5d..c583652347 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/* } |