From 32a6c252dbcf91c567031ef6175a7d008e492088 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Tue, 26 Mar 2019 22:09:14 +0100 Subject: [PATCH] wpan-tools: clean up Makefile When we only call the default, we do not need to define it explicitly. Signed-off-by: Michael Heimpold --- package/network/utils/wpan-tools/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package/network/utils/wpan-tools/Makefile b/package/network/utils/wpan-tools/Makefile index e57223dee40..060aaf50468 100644 --- a/package/network/utils/wpan-tools/Makefile +++ b/package/network/utils/wpan-tools/Makefile @@ -24,10 +24,6 @@ define Package/wpan-tools DEPENDS:= +libnl endef -define Build/Configure - $(call Build/Configure/Default) -endef - define Package/wpan-tools/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/iwpan $(1)/usr/sbin/ -- 2.30.2