mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-19 18:51:17 +04:00
bb22a514dc
When a package variant changes from =y to =m, its .install stamp file was not being cleaned up, causing both variants to appear in the package install list. Fix by making compile depend on prepare-package-install, ensuring the stamp file is always cleared. Only =y packages recreate it. Signed-off-by: Felix Fietkau <nbd@nbd.name>