mirror of
https://github.com/openwrt/packages.git
synced 2025-12-27 16:40:05 +04:00
Using strcmp() to compare a version string doesn't work well. Use verrevcmp() function from opkg instead. Signed-off-by: Daniel Golle <daniel@makrotopia.org>