projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82aa950
)
remove support for obsolete /etc/modules file
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 16 Oct 2006 23:23:58 +0000
(23:23 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 16 Oct 2006 23:23:58 +0000
(23:23 +0000)
SVN-Revision: 5173
package/base-files/default/etc/init.d/boot
patch
|
blob
|
history
diff --git
a/package/base-files/default/etc/init.d/boot
b/package/base-files/default/etc/init.d/boot
index a5c8603a5de8eeee440ef5ba192d641a00f3b4dd..c58365234749a848db67500a6742440895a018fd 100755
(executable)
--- 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/*
}