Changeset 263

Show
Ignore:
Timestamp:
10/11/09 16:04:26 (3 years ago)
Author:
root
Message:

New kernel version, aka new floppyfw minor release.

Location:
floppyfw-3.0
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • floppyfw-3.0/Makefile

    r260 r263  
    3838 
    3939# Which version of floppyfw is this? 
    40 FLOPPYFW_VERSION=3.0.9 
     40FLOPPYFW_VERSION=3.0.10 
    4141 
    4242# What sortof target system shall we compile this for? 
  • floppyfw-3.0/makefiles/linux.mk

    r260 r263  
    2727 
    2828# Version of Linux to download and then apply patches to 
    29 DOWNLOAD_LINUX_VERSION=2.4.37.2 
     29DOWNLOAD_LINUX_VERSION=2.4.37.6 
    3030# Version of Linux AFTER patches 
    3131LINUX_VERSION=$(DOWNLOAD_LINUX_VERSION)-floppyfw-$(FLOPPYFW_VERSION) 
  • floppyfw-3.0/makefiles/ucarp.mk

    r262 r263  
    55############################################################# 
    66 
    7 UCARP_VER=1.5.1 
    8 UCARP_SOURCE_URL=ftp://ftp.ucarp.org/pub/ucarp/ 
     7# 1.5.1 is the newest one but it wonÃ't configure 
     8UCARP_VER=1.5 
     9UCARP_SOURCE_URL=ftp://ftp.ucarp.org/pub/ucarp/old/ 
    910UCARP_SOURCE=ucarp-$(UCARP_VER).tar.bz2 
    1011UCARP_DIR=$(BUILD_DIR)/ucarp-$(UCARP_VER)