Changeset 130
- Timestamp:
- 06/19/06 00:09:22 (6 years ago)
- Files:
-
- trunk/freewrt/package/busybox/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/busybox/Makefile
r1 r130 5 5 PKG_NAME:=busybox 6 6 PKG_RELEASE:=1 7 PKG_VERSION:=1.1.3 7 8 8 ifeq ($(strip $(BR2_PACKAGE_BUSYBOX_SNAPSHOT)),y)9 # Be aware that this changes daily....10 PKG_VERSION:=0.${shell date +"%G%m%d"}11 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)12 PKG_SOURCE:=$(PKG_NAME)-snapshot.tar.bz213 PKG_SOURCE_URL:=http://www.busybox.net/downloads/snapshots14 PKG_MD5SUM:=x15 else16 PKG_VERSION:=1.1.317 9 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) 18 10 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 19 11 PKG_SOURCE_URL:=http://www.busybox.net/downloads 20 12 PKG_MD5SUM:=19a0b475169335f17e421cf644616fe7 21 endif22 13 PKG_CAT:=bzcat 23 14


