Changeset 266
- Timestamp:
- 02/14/10 00:06:57 (2 years ago)
- Location:
- floppyfw-3.0
- Files:
-
- 1 added
- 3 modified
-
Makefile (modified) (3 diffs)
-
makefiles/linux.mk (modified) (1 diff)
-
makefiles/module-packages.mk (modified) (1 diff)
-
makefiles/realtek-81xxx-driver.mk (added)
Legend:
- Unmodified
- Added
- Removed
-
floppyfw-3.0/Makefile
r265 r266 38 38 39 39 # Which version of floppyfw is this? 40 FLOPPYFW_VERSION=3.0.1 140 FLOPPYFW_VERSION=3.0.12rc1 41 41 42 42 # What sortof target system shall we compile this for? … … 139 139 TARGETS+=linux 140 140 141 # It's a externally compiled module but should be in the base. 142 TARGETS+=realtek-81xxx-driver 143 141 144 TARGETS+=busybox 142 145 USE_BUSYBOX_SNAPSHOT=false … … 161 164 162 165 TARGETS+=wireless-tools 166 163 167 164 168 TARGETS+=dropbear -
floppyfw-3.0/makefiles/linux.mk
r263 r266 27 27 28 28 # Version of Linux to download and then apply patches to 29 DOWNLOAD_LINUX_VERSION=2.4.37. 629 DOWNLOAD_LINUX_VERSION=2.4.37.9 30 30 # Version of Linux AFTER patches 31 31 LINUX_VERSION=$(DOWNLOAD_LINUX_VERSION)-floppyfw-$(FLOPPYFW_VERSION) -
floppyfw-3.0/makefiles/module-packages.mk
r222 r266 18 18 19 19 module-packages: linux-depmod $(MODULES_DIR)/.stripped basemods nics \ 20 pcmciabase \20 pcmciabase realtek8 \ 21 21 tcmods idemods pcmcia pppmods ebtablesmods ipvsmods parportmods 22 22