Skip to content

Commit

Permalink
Bump: v1.4 beta
Browse files Browse the repository at this point in the history
* Rewrite package
* Remove auto restart support
* Use PROCD to manage service
* Use lua to check and downlod update
* Add log page & merge status to settings page
* Some other fix
  • Loading branch information
kuoruan committed Sep 20, 2017
1 parent b669e0e commit e9fe287
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,24 +1,13 @@
#
# Copyright 2016-2017 Xingwang Liao <kuoruan@gmail.com>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Licensed to the public under the Apache License 2.0.
#

include $(TOPDIR)/rules.mk

PKG_NAME:=luci-app-kcptun
PKG_VERSION:=1.3.3
PKG_RELEASE:=2
PKG_VERSION:=1.4.0
PKG_RELEASE:=1

PKG_LICENSE:=Apache-2.0
PKG_MAINTAINER:=Xingwang Liao <kuoruan@gmail.com>
Expand All @@ -38,6 +27,10 @@ help
$(PKG_MAINTAINER)
endef

define Package/$(PKG_NAME)/conffiles
/etc/config/kcptun
endef

define Package/$(PKG_NAME)/postinst
#!/bin/sh
if [ -z "$${IPKG_INSTROOT}" ]; then
Expand Down

0 comments on commit e9fe287

Please sign in to comment.