mirror of
https://github.com/openwrt/packages.git
synced 2025-12-25 18:24:51 +04:00
Previously, `PKG_SOURCE_VERSION` in the Makefile was incorrectly set to `0.1.1` instead of tracking `PKG_VERSION`. This mismatch caused compilation issues for the package. This fix ensures `PKG_SOURCE_VERSION` dynamically aligns with `PKG_VERSION` to prevent future discrepancies. Signed-off-by: Gagan Deep <pandafy.dev@gmail.com>