pkg: pass-through ABIVersion to status file
[project/opkg-lede.git] / libopkg / pkg_parse.h
index d1f901a1031472e8bf8dd24f064c8cfe706d3364..e27eadd9d4646262995558625c4652d531378ab1 100644 (file)
@@ -54,6 +54,7 @@ int pkg_parse_line(void *ptr, char *line, uint mask);
 #define PFM_SUGGESTS           (1 << 25)
 #define PFM_TAGS               (1 << 26)
 #define PFM_VERSION            (1 << 27)
+#define PFM_ABIVERSION         (1 << 28)
 
 #define PFM_ALL        (~(uint)0)