Changeset 2523
- Timestamp:
- 05/17/07 09:57:03 (2 years ago)
- Files:
-
- trunk/freewrt/package/iptables/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/iptables/Makefile
r2519 r2523 9 9 PKG_NAME:= iptables 10 10 PKG_VERSION:= 1.3.7 11 PKG_RELEASE:= 511 PKG_RELEASE:= 6 12 12 PKG_MD5SUM:= dd965bdacbb86ce2a6498829fddda6b7 13 13 PKG_SOURCE_URL:= http://www.netfilter.org/projects/iptables/files \ … … 38 38 39 39 SUB_INSTALL-${FWRT_PACKAGE_IPTABLES_UTILS}+= iptables-utils-install 40 ifeq ($(FWRT_IPV6),y) 40 41 SUB_INSTALL-${FWRT_PACKAGE_IP6TABLES}+= ip6tables-install 42 endif 41 43 42 44 do-configure: 43 45 chmod a+x $(WRKBUILD)/extensions/.*-test* 44 sed -i's/^DO_IPV6.*//' $(WRKBUILD)/Makefile46 $(SED) 's/^DO_IPV6.*//' $(WRKBUILD)/Makefile 45 47 46 48 post-install: ${SUB_INSTALL-m} ${SUB_INSTALL-y}


