Changeset 273 for floppyfw-3.0/Makefile

Show
Ignore:
Timestamp:
07/18/11 22:04:01 (10 months ago)
Author:
root
Message:

Various fixes I should have synced earlier and one new feature (!).

Now it will attept to save and then use the last address it got from the DHCP server through reboots.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • floppyfw-3.0/Makefile

    r271 r273  
    3838 
    3939# Which version of floppyfw is this? 
    40 FLOPPYFW_VERSION=3.0.14 
     40FLOPPYFW_VERSION=3.0.15 
    4141 
    4242# What sortof target system shall we compile this for? 
     
    8383 
    8484# Sourceforge-mirror: 
    85 SF_HOST=superb-east 
     85SF_HOST=voxel 
    8686SF_MIRROR=http://$(SF_HOST).dl.sourceforge.net 
    8787 
     
    197197TARGETS+=micro_proxy 
    198198# TARGETS+=quagga 
     199# TARGETS+=openssl 
     200# TARGETS+=openvpn 
    199201 
    200202# The hostap target will add patches to the kernel and build a hostap.ffw 
     
    222224TARGET_CC=gcc 
    223225TARGET_CX=g++ 
     226 
     227#TARGET_CONFIGURE_OPTS=--host=$(ARCH)-ucblic-linux --target=$(ARCH)-uclibc-linux 
     228CONFIGURE_OPTS=--target=$(ARCH)-uclibc-linux 
    224229 
    225230HOSTCC:=distcc gcc