mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
Move version definition to a helper file so multiple versions can be easily defined using it. Variables HOST_GO_VARS, PKG_GO_ASMFLAGS, PKG_GO_GCFLAGS, PKG_GO_INSTALL_ARGS, PKG_GO_LDFLAGS, PKG_GO_VARS, and PKG_GO_ZBOOTSTRAP_MODS are defined using conditional variable assignment and can be overridden for each go version. Link: https://github.com/openwrt/packages/pull/28309 Signed-off-by: George Sapkin <george@sapk.in>