Change Details
lowpan-tools/Makefile |
5 | 5 | include $(TOPDIR)/rules.mk |
6 | 6 | |
7 | 7 | PKG_NAME:=lowpan-tools |
8 | | PKG_VERSION:=0.3 |
| 8 | PKG_VERSION:=git |
| 9 | PKG_REV:=a1d9615adde6d1a568813c24a128273ed755af04 |
9 | 10 | PKG_RELEASE:=1 |
10 | 11 | |
11 | | PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
12 | | PKG_SOURCE_URL:=@SF/linux-zigbee/linux-zigbee-sources/$(PKG_VERSION) |
13 | | PKG_MD5SUM:=564bdf163de5b33232d751383495a65c |
| 12 | PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_REV).tar.gz |
| 13 | PKG_SOURCE_URL:=git://linux-zigbee.git.sourceforge.net/gitroot/linux-zigbee/linux-zigbee |
| 14 | PKG_SOURCE_PROTO:=git |
| 15 | PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) |
| 16 | PKG_SOURCE_VERSION:=$(PKG_REV) |
14 | 17 | |
15 | 18 | include $(INCLUDE_DIR)/package.mk |
16 | 19 | |
... | ... | |
30 | 33 | If you want to learn more, please go to http://linux-zigbee.sf.net/ |
31 | 34 | endef |
32 | 35 | |
| 36 | define Build/Prepare |
| 37 | $(call Build/Prepare/Default) |
| 38 | (cd $(PKG_BUILD_DIR) && ./autogen.sh --help) |
| 39 | endef |
| 40 | |
33 | 41 | define Build/InstallDev |
34 | 42 | $(INSTALL_DIR) $(1)/usr/include |
35 | 43 | $(CP) $(PKG_BUILD_DIR)/include/{ieee802154.h,nl802154.h} $(1)/usr/include |
Download the corresponding diff file