mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 09:31:53 +02:00
lowpan-tools: install the ieee802145.h header in build root
This commit is contained in:
parent
f4a8c6aebe
commit
f0e3a332fb
@ -30,6 +30,11 @@ IEEE 802.15.4-2006) compatibility.
|
|||||||
If you want to learn more, please go to http://linux-zigbee.sf.net/
|
If you want to learn more, please go to http://linux-zigbee.sf.net/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Build/InstallDev
|
||||||
|
$(INSTALL_DIR) $(1)/usr/include
|
||||||
|
$(CP) $(PKG_BUILD_DIR)/include/ieee802154.h $(1)/usr/include
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/lowpan-tools/install
|
define Package/lowpan-tools/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/{iz,izattach,izchat,izcoordinator} $(1)/usr/sbin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/{iz,izattach,izchat,izcoordinator} $(1)/usr/sbin/
|
||||||
|
Loading…
Reference in New Issue
Block a user