mirror of
https://github.com/openwrt/packages.git
synced 2025-12-27 08:50:00 +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>