X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fpackage-dumpinfo.mk;h=ef98c482fbd3ba764e79e56c44a69e57554eba56;hb=8293aec94348a077e370eb0ceb3076fc64dcc092;hp=8a42be5bd186ec4ce8c8b925d853d09c05306804;hpb=1e2570dd04ab8239bcd98538ed49de8255a89cdc;p=openwrt%2Fopenwrt.git diff --git a/include/package-dumpinfo.mk b/include/package-dumpinfo.mk index 8a42be5bd1..ef98c482fb 100644 --- a/include/package-dumpinfo.mk +++ b/include/package-dumpinfo.mk @@ -24,7 +24,8 @@ $(if $(MENU),Menu: $(MENU) )$(if $(DEFAULT),Default: $(DEFAULT) )$(if $(findstring $(PREREQ_CHECK),1),Prereq-Check: 1 )Version: $(VERSION) -Depends: $(call PKG_FIXUP_DEPENDS,$(1),$(DEPENDS)) +$(if $(ABI_VERSION),ABIVersion: $(ABI_VERSION) +)Depends: $(call PKG_FIXUP_DEPENDS,$(1),$(DEPENDS)) Conflicts: $(CONFLICTS) Menu-Depends: $(MDEPENDS) Provides: $(PROVIDES)