mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-04 04:01:05 +01: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