On Wed, 2008-06-18 at 10:28 -0400, Brian J. Murrell wrote: > Per the conversation thread here: > http://www.mail-archive.com/[EMAIL PROTECTED]/msg04331.html and specifically > in this message: http://www.mail-archive.com/[EMAIL PROTECTED]/msg04415.html > find below the aforementioned patch that will never be integrated into > shorewall and that we will have to carry forward until busybox is able to > handle huge integers. > > Signed-off-by: Brian J. Murrell <[EMAIL PROTECTED]>
Additional to the patch already submitted, this is also needed since the patch uses "bc" instead of some internal shell integer comparisons. Signed-off-by: Brian J. Murrell <[EMAIL PROTECTED]> Index: feeds/packages/net/shorewall-lite/Makefile =================================================================== --- feeds/packages/net/shorewall-lite/Makefile (revision 11527) +++ feeds/packages/net/shorewall-lite/Makefile (working copy) @@ -23,7 +23,7 @@ define Package/shorewall-lite SECTION:=net CATEGORY:=Network - DEPENDS:=+ip +iptables +iptables-utils + DEPENDS:=+ip +iptables +iptables-utils +bc TITLE:=Shorewall Lite URL:=http://www.shorewall.net/ SUBMENU:=firewall
signature.asc
Description: This is a digitally signed message part
_______________________________________________ openwrt-devel mailing list [email protected] http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
