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:
6fc0daa
)
/lib/functions.sh: remove hotplug_dev()
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Apr 2014 09:50:26 +0000
(09:50 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Apr 2014 09:50:26 +0000
(09:50 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40406
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/files/lib/functions.sh
patch
|
blob
|
history
diff --git
a/package/base-files/files/lib/functions.sh
b/package/base-files/files/lib/functions.sh
index
30b3f91
..
fa4c2d6
100755
(executable)
--- a/
package/base-files/files/lib/functions.sh
+++ b/
package/base-files/files/lib/functions.sh
@@
-17,10
+17,6
@@
NO_EXPORT=1
LOAD_STATE=1
LIST_SEP=" "
-hotplug_dev() {
- env -i ACTION=$1 INTERFACE=$2 /sbin/hotplug-call net
-}
-
append() {
local var="$1"
local value="$2"