projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
remove support for obsolete /etc/modules file
[openwrt.git]
/
package
/
base-files
/
default
/
etc
/
init.d
/
boot
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/*
}
This page took
0.02244 seconds
and
4
git commands to generate.