build: reset ALTERNATIVES field in Package/Default

Otherwise ipkg packages may wrongly take on alternatives specs of
another package sharing the same package Makefile

Fixes FS#753

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
Yousong Zhou 2017-05-03 17:30:08 +08:00
parent 1ff71ccd5e
commit 7842ccecc0
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ define Package/Default
VARIANT:=
DEFAULT_VARIANT:=
USERID:=
ALTERNATIVES:=
endef
Build/Patch:=$(Build/Patch/Default)