OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 7... Line 7...
7 # 7 #
Line 8... Line 8...
8   8  
Line 9... Line 9...
9 include $(TOPDIR)/rules.mk 9 include $(TOPDIR)/rules.mk
10   10  
Line 11... Line 11...
11 PKG_NAME:=uci 11 PKG_NAME:=uci
12 PKG_RELEASE:=2 12 PKG_RELEASE:=1
13   13  
14 PKG_SOURCE_URL=$(PROJECT_GIT)/project/uci.git 14 PKG_SOURCE_URL=$(PROJECT_GIT)/project/uci.git
Line 33... Line 33...
33 define Package/libuci 33 define Package/libuci
34 SECTION:=libs 34 SECTION:=libs
35 CATEGORY:=Libraries 35 CATEGORY:=Libraries
36 TITLE:=C library for the Unified Configuration Interface (UCI) 36 TITLE:=C library for the Unified Configuration Interface (UCI)
37 DEPENDS:=+libubox 37 DEPENDS:=+libubox
38 ABI_VERSION:=20130104 -  
39 endef 38 endef
Line 40... Line 39...
40   39  
41 define Package/uci 40 define Package/uci
42 SECTION:=base 41 SECTION:=base