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:
e95852b
)
netifd: make type a local variable in /lib/network/config.sh to avoid clashes with...
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 21 Apr 2012 20:34:41 +0000
(20:34 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 21 Apr 2012 20:34:41 +0000
(20:34 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31430
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/netifd/files/lib/network/config.sh
patch
|
blob
|
history
diff --git
a/package/netifd/files/lib/network/config.sh
b/package/netifd/files/lib/network/config.sh
index
8fa9b1a
..
287124d
100755
(executable)
--- a/
package/netifd/files/lib/network/config.sh
+++ b/
package/netifd/files/lib/network/config.sh
@@
-36,7
+36,7
@@
ubus_call() {
fixup_interface() {
local config="$1"
- local ifname
+ local ifname
type
config_get type "$config" type
config_get ifname "$config" ifname