aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/uci/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/system/uci/Makefile')
-rw-r--r--package/system/uci/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/system/uci/Makefile b/package/system/uci/Makefile
index 0f7ef68f17..64849ec112 100644
--- a/package/system/uci/Makefile
+++ b/package/system/uci/Makefile
@@ -9,7 +9,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=uci
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE_URL=$(PROJECT_GIT)/project/uci.git
PKG_SOURCE_PROTO:=git
@@ -35,6 +35,7 @@ define Package/libuci
CATEGORY:=Libraries
TITLE:=C library for the Unified Configuration Interface (UCI)
DEPENDS:=+libubox
+ ABI_VERSION:=20130104
endef
define Package/uci