Hi all, 2008/8/7 <[EMAIL PROTECTED]>: > so, we have a patch that fixes etrax ?
Following the axis mailing list I just made a patch that should fix iptables problem on cris arch. I don't test it on real hardware. Some one can test it? vvvvvvvvvvvvvvvvvvvvvvvvvvv Index: package/iptables/patches/1.4.0/008-table_alignment_fix.patch =================================================================== --- package/iptables/patches/1.4.0/008-table_alignment_fix.patch (revisione 0) +++ package/iptables/patches/1.4.0/008-table_alignment_fix.patch (revisione 0) @@ -0,0 +1,13 @@ +#related to http://lists.netfilter.org/pipermail/netfilter-devel/2007-January/026659.html for cris +diff -Naur iptables-1.4.0.ori/libiptc/libiptc.c iptables-1.4.0/libiptc/libiptc.c +--- iptables-1.4.0.ori/libiptc/libiptc.c 2007-12-22 13:44:18.000000000 +0100 ++++ iptables-1.4.0/libiptc/libiptc.c 2008-08-19 12:07:47.000000000 +0200 +@@ -63,7 +63,7 @@ + struct ipt_error_target + { + STRUCT_ENTRY_TARGET t; +- char error[TABLE_MAXNAMELEN]; ++ char error[FUNCTION_MAXNAMELEN]; + }; + + struct chain_head; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Regards > i have not been following the discussion in detai, could someone point > me at a patch if there is one ? i have foxboards hee and could test it > > > > Quoting Hinko Kocevar <[EMAIL PROTECTED]>: > >> MichelinoK wrote: >> >>> 2) Should your patch be renamed in "987something.patch"? and placed where >>> EXACTLY? >> >> Depends. Does it solve your problem? >> >> Regards, >> Hinko >> >> -- >> ?ETRTA POT, d.o.o., Kranj >> Planina 3 >> 4000 Kranj >> Slovenia, Europe >> Tel. +386 (0) 4 280 66 03 >> E-mail: [EMAIL PROTECTED] >> Http: www.cetrtapot.si >> >> _______________________________________________ >> openwrt-devel mailing list >> [email protected] >> http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel >> > > > > -- > John Crispin > hacking, coding, etc > blogic on irc > > _______ ________ __ > | |.-----.-----.-----.| | | |.----.| |_ > | - || _ | -__| || | | || _|| _| > |_______|| __|_____|__|__||________||__| |____| > |__| W I R E L E S S F R E E D O M > KAMIKAZE (bleeding edge) ----------------------- > * 10 oz Vodka Shake well with ice and strain > * 10 oz Triple sec mixture into 10 shot glasses. > * 10 oz lime juice Salute! > --------------------------------------------------- > _______________________________________________ > openwrt-devel mailing list > [email protected] > http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel > -- Claudio User linux #415284 - http://www.crisos.org/ _______________________________________________ openwrt-devel mailing list [email protected] http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
