1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-26 04:45:07 +03:00

lowpan-tools: install the ieee802145.h header in build root

This commit is contained in:
kyak 2011-07-06 13:42:37 +04:00
parent f4a8c6aebe
commit f0e3a332fb

View File

@ -30,6 +30,11 @@ IEEE 802.15.4-2006) compatibility.
If you want to learn more, please go to http://linux-zigbee.sf.net/
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
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/{iz,izattach,izchat,izcoordinator} $(1)/usr/sbin/