Changeset 226

Show
Ignore:
Timestamp:
05/27/07 12:54:34 (5 years ago)
Author:
root
Message:

Last changes for 3.0.2

Location:
floppyfw-3.0
Files:
4 added
4 modified

Legend:

Unmodified
Added
Removed
  • floppyfw-3.0/Makefile

    r225 r226  
    3838 
    3939# Which version of floppyfw is this? 
    40 FLOPPYFW_VERSION=3.0.2rc1 
     40FLOPPYFW_VERSION=3.0.2 
    4141 
    4242# What sortof target system shall we compile this for? 
  • floppyfw-3.0/makefiles/busybox.mk

    r225 r226  
    55############################################################# 
    66 
    7 BUSYBOX_VERSION=1.2.1 
     7BUSYBOX_VERSION=1.2.2.1 
    88# BUSYBOX_VERSION=1.5.0 
    99 
  • floppyfw-3.0/makefiles/dropbear.mk

    r53 r226  
    66 
    77DROPBEAR_SOURCE_URL=http://matt.ucc.asn.au/dropbear/releases/ 
    8 DROPBEAR_SOURCE=dropbear-0.48.1.tar.gz 
    9 DROPBEAR_DIR=$(BUILD_DIR)/dropbear-0.48.1 
     8DROPBEAR_SOURCE=dropbear-0.49.tar.gz 
     9DROPBEAR_DIR=$(BUILD_DIR)/dropbear-0.49 
    1010 
    1111DROPBEAR_PKG_DIR=$(PACKAGES_DIR)/dropbear 
  • floppyfw-3.0/makefiles/linux.mk

    r219 r226  
    2727 
    2828# Version of Linux to download and then apply patches to 
    29 DOWNLOAD_LINUX_VERSION=2.4.34.2 
     29DOWNLOAD_LINUX_VERSION=2.4.34.4 
    3030# Version of Linux AFTER patches 
    3131LINUX_VERSION=$(DOWNLOAD_LINUX_VERSION)-floppyfw-$(FLOPPYFW_VERSION)