mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
lowpan-tools: update to 0.3
This commit is contained in:
@@ -5,12 +5,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=lowpan-tools
|
PKG_NAME:=lowpan-tools
|
||||||
PKG_VERSION:=0.2.2
|
PKG_VERSION:=0.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/linux-zigbee/linux-zigbee-sources/$(PKG_VERSION)
|
PKG_SOURCE_URL:=@SF/linux-zigbee/linux-zigbee-sources/$(PKG_VERSION)
|
||||||
PKG_MD5SUM:=c727b36e5a6053b15e54ecf220bd5d6b
|
PKG_MD5SUM:=564bdf163de5b33232d751383495a65c
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ define Package/lowpan-tools
|
|||||||
SECTION:=network
|
SECTION:=network
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
URL:=http://sourceforge.net/apps/trac/linux-zigbee/
|
URL:=http://sourceforge.net/apps/trac/linux-zigbee/
|
||||||
DEPENDS:=+libnl-1
|
DEPENDS:=+libnl-3
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/lowpan-tools/description
|
define Package/lowpan-tools/description
|
||||||
@@ -32,7 +32,7 @@ endef
|
|||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include
|
$(INSTALL_DIR) $(1)/usr/include
|
||||||
$(CP) $(PKG_BUILD_DIR)/include/ieee802154.h $(1)/usr/include
|
$(CP) $(PKG_BUILD_DIR)/include/{ieee802154.h,nl802154.h} $(1)/usr/include
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/lowpan-tools/install
|
define Package/lowpan-tools/install
|
||||||
|
|||||||
Reference in New Issue
Block a user