network/utils/maccalc: drop Build/Prepare rule in favor of default one

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lede-17.01
Alexandru Ardelean 2016-10-06 09:28:30 +03:00 committed by John Crispin
parent 0af93f8f30
commit a24442c4f3
1 changed files with 0 additions and 5 deletions

View File

@ -25,11 +25,6 @@ define Package/maccalc/description
This package contains a MAC address manipulation utility.
endef
define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)
$(CP) ./src/* $(PKG_BUILD_DIR)/
endef
define Build/Configure
endef