Changeset 263
- Timestamp:
- 10/11/09 16:04:26 (3 years ago)
- Location:
- floppyfw-3.0
- Files:
-
- 3 modified
-
Makefile (modified) (1 diff)
-
makefiles/linux.mk (modified) (1 diff)
-
makefiles/ucarp.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
floppyfw-3.0/Makefile
r260 r263 38 38 39 39 # Which version of floppyfw is this? 40 FLOPPYFW_VERSION=3.0. 940 FLOPPYFW_VERSION=3.0.10 41 41 42 42 # What sortof target system shall we compile this for? -
floppyfw-3.0/makefiles/linux.mk
r260 r263 27 27 28 28 # Version of Linux to download and then apply patches to 29 DOWNLOAD_LINUX_VERSION=2.4.37. 229 DOWNLOAD_LINUX_VERSION=2.4.37.6 30 30 # Version of Linux AFTER patches 31 31 LINUX_VERSION=$(DOWNLOAD_LINUX_VERSION)-floppyfw-$(FLOPPYFW_VERSION) -
floppyfw-3.0/makefiles/ucarp.mk
r262 r263 5 5 ############################################################# 6 6 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 8 UCARP_VER=1.5 9 UCARP_SOURCE_URL=ftp://ftp.ucarp.org/pub/ucarp/old/ 9 10 UCARP_SOURCE=ucarp-$(UCARP_VER).tar.bz2 10 11 UCARP_DIR=$(BUILD_DIR)/ucarp-$(UCARP_VER)