Changeset 237

Show
Ignore:
Timestamp:
01/05/08 15:35:51 (4 years ago)
Author:
root
Message:

Needed a 3.0.5, iptables 1.3.8 didn't really work out well.

Location:
floppyfw-3.0
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • floppyfw-3.0/Makefile

    r234 r237  
    3838 
    3939# Which version of floppyfw is this? 
    40 FLOPPYFW_VERSION=3.0.4 
     40FLOPPYFW_VERSION=3.0.5 
    4141 
    4242# What sortof target system shall we compile this for? 
  • floppyfw-3.0/makefiles/iptables.mk

    r230 r237  
    55############################################################# 
    66 
    7 IPTABLES_VERSION=1.3.8 
     7IPTABLES_VERSION=1.3.7 
    88 
    99IPTABLES_SOURCE_URL=http://netfilter.org/projects/iptables/files/ 
     
    5151        $(RM) $(ADD_MASTER)/sbin/iptables-restore 
    5252        $(RM) $(ADD_MASTER)/sbin/iptables-save 
    53         # I hate doing this: (and I really want gcc 3.4) 
     53        # I hate doing this:  
    5454        $(RM) $(ADD_MASTER)/lib/iptables/libipt_sctp.so 
    5555        $(RM) $(ADD_MASTER)/lib/iptables/libipt_dscp.so