aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Ardelean <ardeleanalex@gmail.com>2016-10-06 09:20:21 +0300
committerJohn Crispin <john@phrozen.org>2016-10-15 11:36:52 +0200
commitd679afa37da2115aaea2cc1fbcd3a785872d9ed1 (patch)
tree62621db223580a4699f95e533954245db29c1d6d
parent8df2122cdd9fd9a1cf9859d023957c3115bd492a (diff)
downloadupstream-d679afa37da2115aaea2cc1fbcd3a785872d9ed1.tar.gz
upstream-d679afa37da2115aaea2cc1fbcd3a785872d9ed1.tar.bz2
upstream-d679afa37da2115aaea2cc1fbcd3a785872d9ed1.zip
utils/px5g-standalone: drop Build/Prepare rule in favor of default one
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
-rw-r--r--package/utils/px5g-standalone/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/utils/px5g-standalone/Makefile b/package/utils/px5g-standalone/Makefile
index 38f60c3762..2f7fceddca 100644
--- a/package/utils/px5g-standalone/Makefile
+++ b/package/utils/px5g-standalone/Makefile
@@ -27,11 +27,6 @@ define Package/px5g-standalone/description
and PEM format for use with stunnel, uhttpd and others.
endef
-define Build/Prepare
- mkdir -p $(PKG_BUILD_DIR)
- $(CP) ./src/* $(PKG_BUILD_DIR)/
-endef
-
define Package/px5g-standalone/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/px5g $(1)/usr/sbin/px5g