This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#3018
from rajanvaja/coova-chilli-fix
coova-chilli: Fix removal of old files
lilik-openwrt-22.03
champtar
8 years ago
committed by
GitHub
parent
23d3148fc3
ea24eb2409
commit
00665d59c6
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/coova-chilli/Makefile
+1
-1
net/coova-chilli/files/chilli.init
+ 1
- 1
net/coova-chilli/Makefile
View File
@ -12,7 +12,7 @@ PKG_VERSION:=1.3.0+20141128
PKG_MAINTAINER
:=
Imre Kaloz <kaloz@openwrt.org>
PKG_LICENSE
:=
GPL-2.0+
PKG_LICENSE_FILES
:=
COPYING
PKG_RELEASE
:=
3
PKG_RELEASE
:=
4
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_URL
:=
git://github.com/coova/coova-chilli
+ 1
- 1
net/coova-chilli/files/chilli.init
View File
@ -7,7 +7,7 @@ config_cb() {
chilli_inst=$2
if [ "$chilli_inst" != "" ]
then
rm -f /var/run/chilli_${chilli_inst}*
rm -f /var/run/chilli_${chilli_inst}
.
*
chilli_conf=/var/run/chilli_${chilli_inst}.conf
eval "start_chilli_$chilli_inst=1"
fi
Write
Preview
Loading…
Cancel
Save