projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85bd2e1
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5173
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
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
a5c8603
..
c583652
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/*
}