utils/px5g-standalone: drop Build/Prepare rule in favor of default one
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Thu, 6 Oct 2016 06:20:21 +0000 (09:20 +0300)
committerJohn Crispin <john@phrozen.org>
Sat, 15 Oct 2016 09:36:52 +0000 (11:36 +0200)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
package/utils/px5g-standalone/Makefile

index 38f60c376207a15bb0b61656667115f5a31a5932..2f7fceddcaa3aa0ed30839f4d3e29f8e4be036f7 100644 (file)
@@ -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