Browse Source

Fwknopd: Bump PKG_RELEASE and minor fix

An unneccesary include in the init file was causing problems when using the package builder.
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
lilik-openwrt-22.03
Jonathan Bennett 7 years ago
parent
commit
5a69b9c08f
2 changed files with 1 additions and 2 deletions
  1. +1
    -1
      net/fwknop/Makefile
  2. +0
    -1
      net/fwknop/files/fwknopd.init

+ 1
- 1
net/fwknop/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=fwknop
PKG_VERSION:=2.6.9
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.cipherdyne.org/fwknop/download


+ 0
- 1
net/fwknop/files/fwknopd.init View File

@ -4,7 +4,6 @@
# Copyright (C) 2009-2014 fwknop developers and contributors. For a full
# list of contributors, see the file 'CREDITS'.
#
. /lib/functions.sh
USE_PROCD=1
START=95


Loading…
Cancel
Save