diff options
author | Michael Heimpold <mhei@heimpold.de> | 2019-03-26 22:09:14 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-04-06 19:14:06 +0200 |
commit | 32a6c252dbcf91c567031ef6175a7d008e492088 (patch) | |
tree | 14348cd766ecac9fa6fb54ea2a9113416a6d4b45 /package/network/utils/wpan-tools | |
parent | 007e947976132cb6a39befcf8883beef69e7bee9 (diff) | |
download | upstream-32a6c252dbcf91c567031ef6175a7d008e492088.tar.gz upstream-32a6c252dbcf91c567031ef6175a7d008e492088.tar.bz2 upstream-32a6c252dbcf91c567031ef6175a7d008e492088.zip |
wpan-tools: clean up Makefile
When we only call the default, we do not need to define it explicitly.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'package/network/utils/wpan-tools')
-rw-r--r-- | package/network/utils/wpan-tools/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/network/utils/wpan-tools/Makefile b/package/network/utils/wpan-tools/Makefile index e57223dee4..060aaf5046 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/ |