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 include $(TOPDIR)/rules.mk 8 include $(TOPDIR)/rules.mk
9   9  
10 PKG_NAME:=libnetfilter_cttimeout 10 PKG_NAME:=libnetfilter_cttimeout
Line 11... Line 11...
11 PKG_VERSION:=1.0.0 11 PKG_VERSION:=1.0.0
12 PKG_RELEASE:=2 12 PKG_RELEASE:=1
13   13  
14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
Line 28... Line 28...
28 SECTION:=libs 28 SECTION:=libs
29 CATEGORY:=Libraries 29 CATEGORY:=Libraries
30 DEPENDS:=+libmnl 30 DEPENDS:=+libmnl
31 TITLE:=API to the in-kernel connection tracking timeout infrastructure 31 TITLE:=API to the in-kernel connection tracking timeout infrastructure
32 URL:=http://www.netfilter.org/projects/libnetfilter_cttimeout/ 32 URL:=http://www.netfilter.org/projects/libnetfilter_cttimeout/
33 ABI_VERSION:=1 -  
34 endef 33 endef
Line 35... Line 34...
35   34  
36 define Package/libnetfilter-cttimeout/description 35 define Package/libnetfilter-cttimeout/description
37 libnetfilter_cttimeout is a userspace library providing a programming 36 libnetfilter_cttimeout is a userspace library providing a programming