Changeset 273 for floppyfw-3.0/Makefile
- Timestamp:
- 07/18/11 22:04:01 (10 months ago)
- Files:
-
- 1 modified
-
floppyfw-3.0/Makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
floppyfw-3.0/Makefile
r271 r273 38 38 39 39 # Which version of floppyfw is this? 40 FLOPPYFW_VERSION=3.0.1 440 FLOPPYFW_VERSION=3.0.15 41 41 42 42 # What sortof target system shall we compile this for? … … 83 83 84 84 # Sourceforge-mirror: 85 SF_HOST= superb-east85 SF_HOST=voxel 86 86 SF_MIRROR=http://$(SF_HOST).dl.sourceforge.net 87 87 … … 197 197 TARGETS+=micro_proxy 198 198 # TARGETS+=quagga 199 # TARGETS+=openssl 200 # TARGETS+=openvpn 199 201 200 202 # The hostap target will add patches to the kernel and build a hostap.ffw … … 222 224 TARGET_CC=gcc 223 225 TARGET_CX=g++ 226 227 #TARGET_CONFIGURE_OPTS=--host=$(ARCH)-ucblic-linux --target=$(ARCH)-uclibc-linux 228 CONFIGURE_OPTS=--target=$(ARCH)-uclibc-linux 224 229 225 230 HOSTCC:=distcc gcc