Changeset 257 for floppyfw-3.0
- Timestamp:
- 12/30/08 10:58:13 (3 years ago)
- Location:
- floppyfw-3.0
- Files:
-
- 2 added
- 4 modified
-
Makefile (modified) (1 diff)
-
configs/config-busybox-1.11 (added)
-
makefiles/busybox.mk (modified) (2 diffs)
-
makefiles/dropbear.mk (modified) (1 diff)
-
makefiles/linux.mk (modified) (1 diff)
-
patches/busybox-1.11.3 (added)
Legend:
- Unmodified
- Added
- Removed
-
floppyfw-3.0/Makefile
r256 r257 38 38 39 39 # Which version of floppyfw is this? 40 FLOPPYFW_VERSION=3.0.9rc 140 FLOPPYFW_VERSION=3.0.9rc2 41 41 42 42 # What sortof target system shall we compile this for? -
floppyfw-3.0/makefiles/busybox.mk
r253 r257 7 7 # BUSYBOX_VERSION=1.2.2.1 8 8 # BUSYBOX_VERSION=1.10.4 9 BUSYBOX_VERSION=1.11.2 9 BUSYBOX_VERSION=1.11.3 10 BUSYBOX_CONFIG_VERSION=1.11 10 11 11 12 ifeq ($(USE_BUSYBOX_SNAPSHOT),true) … … 21 22 BUSYBOX_DIR:=$(BUILD_DIR)/busybox-$(BUSYBOX_VERSION) 22 23 BUSYBOX_PATCHES_DIR:=$(PATCH_DIR)/busybox-$(BUSYBOX_VERSION) 23 BUSYBOX_CONFIG:=$(CONFIG_DIR)/config-busybox-$(BUSYBOX_ VERSION)24 BUSYBOX_CONFIG:=$(CONFIG_DIR)/config-busybox-$(BUSYBOX_CONFIG_VERSION) 24 25 endif 25 26 -
floppyfw-3.0/makefiles/dropbear.mk
r253 r257 6 6 7 7 DROPBEAR_SOURCE_URL=http://matt.ucc.asn.au/dropbear/releases/ 8 DROPBEAR_SOURCE=dropbear-0.5 1.tar.gz9 DROPBEAR_DIR=$(BUILD_DIR)/dropbear-0.5 18 DROPBEAR_SOURCE=dropbear-0.52.tar.gz 9 DROPBEAR_DIR=$(BUILD_DIR)/dropbear-0.52 10 10 11 11 DROPBEAR_PKG_DIR=$(PACKAGES_DIR)/dropbear -
floppyfw-3.0/makefiles/linux.mk
r256 r257 27 27 28 28 # Version of Linux to download and then apply patches to 29 DOWNLOAD_LINUX_VERSION=2.4.3 6.729 DOWNLOAD_LINUX_VERSION=2.4.37 30 30 # Version of Linux AFTER patches 31 31 LINUX_VERSION=$(DOWNLOAD_LINUX_VERSION)-floppyfw-$(FLOPPYFW_VERSION)