mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
vpnbypass: linted (shellshock) init script, modified README.
This commit is contained in:
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=vpnbypass
|
||||
PKG_VERSION:=1.3.0
|
||||
PKG_RELEASE:=3
|
||||
PKG_RELEASE:=5
|
||||
PKG_LICENSE:=GPL-3.0+
|
||||
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net>
|
||||
|
||||
@@ -14,8 +14,8 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define Package/$(PKG_NAME)
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+ip-full +ipset +iptables +ubox +dnsmasq-full
|
||||
CONFLICTS:=ip dnsmasq
|
||||
DEPENDS:=+ipset +iptables
|
||||
CONFLICTS:=openvpn-policy-routing
|
||||
TITLE:=Simple VPN Bypass Service
|
||||
PKGARCH:=all
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user