aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2017-02-14 22:31:25 +0200
committerGitHub <noreply@github.com>2017-02-14 22:31:25 +0200
commit13ec95789ed55001a16e2cf0f84945b1bbef6419 (patch)
treea00968fc8b4510ca7f9b45801f2a488d54e2725f
parentb2e1dfefa3f0a57f44761a1aab56f99bc527e26c (diff)
parentaea4fc846d2db79c42d6f60e507f609ed1b9ae2a (diff)
Merge pull request #4008 from stangri/vpnbypass
vpnbypass: makefile hotfix
-rw-r--r--net/vpnbypass/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/vpnbypass/Makefile b/net/vpnbypass/Makefile
index d7cb3d8bc..8b3eee0a9 100644
--- a/net/vpnbypass/Makefile
+++ b/net/vpnbypass/Makefile
@@ -32,8 +32,6 @@ define Package/$(PKG_NAME)/conffiles
endef
define Build/Prepare
-# sed -i "s|^\(PKG_NAME\).*|\1='$(PKG_NAME)'|" ./files/vpnbypass.init
-# sed -i "s|^\(PKG_VERSION\).*|\1='$(PKG_VERSION)-$(PKG_RELEASE)'|" ./files/vpnbypass.init
endef
define Build/Configure