mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-14 06:30:21 +00:00
Calculate complements by using awk's xor() function with a mask of 0xffffffff instead of relying on the compl() function which appears to produce broken results on certain 64bit architectures. SVN-Revision: 34875