Changeset 130

Show
Ignore:
Timestamp:
06/19/06 00:09:22 (6 years ago)
Author:
wbx
Message:

no support for busybox snapshot, we use releases

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/busybox/Makefile

    r1 r130  
    55PKG_NAME:=busybox 
    66PKG_RELEASE:=1 
     7PKG_VERSION:=1.1.3 
    78 
    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.bz2 
    13 PKG_SOURCE_URL:=http://www.busybox.net/downloads/snapshots 
    14 PKG_MD5SUM:=x 
    15 else 
    16 PKG_VERSION:=1.1.3 
    179PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) 
    1810PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 
    1911PKG_SOURCE_URL:=http://www.busybox.net/downloads 
    2012PKG_MD5SUM:=19a0b475169335f17e421cf644616fe7 
    21 endif 
    2213PKG_CAT:=bzcat 
    2314