X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fyousong.git;a=blobdiff_plain;f=include%2Fpackage-ipkg.mk;h=bf508fb4934ad6df4893e18745ab47fd93de6ed8;hp=620be991b3e3e1ab95ae9df8d6fb25384cec66de;hb=c0b5c46c9af19127e8d3a1e91de93645c9a9ffe1;hpb=f0918750abd1cd589c5683eb608954b831d9b70a diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index 620be991b3..bf508fb493 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -159,6 +159,7 @@ Version: $(VERSION) $$(call addfield,Depends,$$(Package/$(1)/DEPENDS) )$$(call addfield,Conflicts,$$(call mergelist,$(CONFLICTS)) )$$(call addfield,Provides,$$(call mergelist,$(PROVIDES)) +)$$(call addfield,Alternatives,$$(call mergelist,$(ALTERNATIVES)) )$$(call addfield,Source,$(SOURCE) )$$(call addfield,License,$$(PKG_LICENSE) )$$(call addfield,LicenseFiles,$$(PKG_LICENSE_FILES)