build: add a variable for the name of the {build,staging}_dir/{target,toolchain}...
[openwrt.git] / include / package-defaults.mk
index 0505a43..62ccbb9 100644 (file)
@@ -32,6 +32,7 @@ define Package/Default
   else
     VERSION:=$(PKG_RELEASE)
   endif
+  ABI_VERSION:=
   ifneq ($(PKG_FLAGS),)
     PKGFLAGS:=$(PKG_FLAGS)
   else