Changeset ce065b20 in freewrt
- Timestamp:
- May 17, 2007, 9:57:03 AM (19 years ago)
- Children:
- 9db5cbd
- Parents:
- fe039d0
- File:
-
- 1 edited
-
package/iptables/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/iptables/Makefile
rfe039d0 rce065b20 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}
Note:
See TracChangeset
for help on using the changeset viewer.
