projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3630b45
)
Fix typo in the payload option for br2684ctl (#3318)
author
Florian Fainelli
<florian@openwrt.org>
Thu, 10 Apr 2008 14:09:04 +0000
(14:09 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Thu, 10 Apr 2008 14:09:04 +0000
(14:09 +0000)
SVN-Revision: 10783
package/br2684ctl/files/br2684ctl
patch
|
blob
|
history
diff --git
a/package/br2684ctl/files/br2684ctl
b/package/br2684ctl/files/br2684ctl
index b31373ffc572f07e03b31707d9d0412815fea96d..5a2bedd3d804339f386341e1e50a505e36e45d03 100755
(executable)
--- a/
package/br2684ctl/files/br2684ctl
+++ b/
package/br2684ctl/files/br2684ctl
@@
-14,7
+14,7
@@
start_daemon() {
config_get vpi "$cfg" vpi
config_get vci "$cfg" vci
config_get encaps "$cfg" encaps
- config_get payload "cfg" payload
+ config_get payload "
$
cfg" payload
case "$encaps" in
1|vc) encaps=1;;
*) encaps=0;;