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>
This commit is contained in:
parent
007e947976
commit
32a6c252db
1 changed files with 0 additions and 4 deletions
|
@ -24,10 +24,6 @@ define Package/wpan-tools
|
||||||
DEPENDS:= +libnl
|
DEPENDS:= +libnl
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
|
||||||
$(call Build/Configure/Default)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/wpan-tools/install
|
define Package/wpan-tools/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/iwpan $(1)/usr/sbin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/iwpan $(1)/usr/sbin/
|
||||||
|
|
Loading…
Reference in a new issue