diff options
| author | Michael Heimpold | 2019-03-26 21:09:14 +0000 |
|---|---|---|
| committer | Christian Lamparter | 2019-04-06 17:14:06 +0000 |
| commit | 32a6c252dbcf91c567031ef6175a7d008e492088 (patch) | |
| tree | 14348cd766ecac9fa6fb54ea2a9113416a6d4b45 | |
| parent | 007e947976132cb6a39befcf8883beef69e7bee9 (diff) | |
| download | openwrt-32a6c252dbcf91c567031ef6175a7d008e492088.tar.gz | |
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>
| -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/ |