mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
cspell.json was accidentally include in a previous commit, so remove it. VARIANT is to be used in package definitions, and BUILD_VARIANT for checking which VARIANT is currently being built. BUILD_VARIANT was incorrectly used in a package definition, so we fix that. Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>