Changeset 237 for floppyfw-3.0
- Timestamp:
- 01/05/08 15:35:51 (4 years ago)
- Location:
- floppyfw-3.0
- Files:
-
- 2 modified
-
Makefile (modified) (1 diff)
-
makefiles/iptables.mk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
floppyfw-3.0/Makefile
r234 r237 38 38 39 39 # Which version of floppyfw is this? 40 FLOPPYFW_VERSION=3.0. 440 FLOPPYFW_VERSION=3.0.5 41 41 42 42 # What sortof target system shall we compile this for? -
floppyfw-3.0/makefiles/iptables.mk
r230 r237 5 5 ############################################################# 6 6 7 IPTABLES_VERSION=1.3. 87 IPTABLES_VERSION=1.3.7 8 8 9 9 IPTABLES_SOURCE_URL=http://netfilter.org/projects/iptables/files/ … … 51 51 $(RM) $(ADD_MASTER)/sbin/iptables-restore 52 52 $(RM) $(ADD_MASTER)/sbin/iptables-save 53 # I hate doing this: (and I really want gcc 3.4)53 # I hate doing this: 54 54 $(RM) $(ADD_MASTER)/lib/iptables/libipt_sctp.so 55 55 $(RM) $(ADD_MASTER)/lib/iptables/libipt_dscp.so