X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=libopkg%2Fpkg_parse.h;h=e27eadd9d4646262995558625c4652d531378ab1;hb=d71856a4f137dc9fb890c5e777790e2c51fde921;hp=d1f901a1031472e8bf8dd24f064c8cfe706d3364;hpb=9bbc7eae91edc3dbb020e2a50d51d9a3fbbf31ca;p=project%2Fopkg-lede.git diff --git a/libopkg/pkg_parse.h b/libopkg/pkg_parse.h index d1f901a..e27eadd 100644 --- a/libopkg/pkg_parse.h +++ b/libopkg/pkg_parse.h @@ -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)