Change Details
lowpan-tools/Makefile |
5 | 5 | include $(TOPDIR)/rules.mk |
6 | 6 | |
7 | 7 | PKG_NAME:=lowpan-tools |
8 | | PKG_VERSION:=0.2.2 |
| 8 | PKG_VERSION:=0.3 |
9 | 9 | PKG_RELEASE:=1 |
10 | 10 | |
11 | 11 | PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
12 | 12 | PKG_SOURCE_URL:=@SF/linux-zigbee/linux-zigbee-sources/$(PKG_VERSION) |
13 | | PKG_MD5SUM:=c727b36e5a6053b15e54ecf220bd5d6b |
| 13 | PKG_MD5SUM:=564bdf163de5b33232d751383495a65c |
14 | 14 | |
15 | 15 | include $(INCLUDE_DIR)/package.mk |
16 | 16 | |
... | ... | |
19 | 19 | SECTION:=network |
20 | 20 | CATEGORY:=Network |
21 | 21 | URL:=http://sourceforge.net/apps/trac/linux-zigbee/ |
22 | | DEPENDS:=+libnl-1 |
| 22 | DEPENDS:=+libnl-3 |
23 | 23 | endef |
24 | 24 | |
25 | 25 | define Package/lowpan-tools/description |
... | ... | |
32 | 32 | |
33 | 33 | define Build/InstallDev |
34 | 34 | $(INSTALL_DIR) $(1)/usr/include |
35 | | $(CP) $(PKG_BUILD_DIR)/include/ieee802154.h $(1)/usr/include |
| 35 | $(CP) $(PKG_BUILD_DIR)/include/{ieee802154.h,nl802154.h} $(1)/usr/include |
36 | 36 | endef |
37 | 37 | |
38 | 38 | define Package/lowpan-tools/install |
Download the corresponding diff file