File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11include $(TOPDIR ) /rules.mk
22include $(INCLUDE_DIR ) /kernel.mk
33
4-
54PKG_NAME: =ipt-netflow
65PKG_RELEASE: =2
76
7+ PKG_SOURCE_URL: =https://github.com/aabc/$(PKG_NAME ) .git
88PKG_VERSION: =2.2
99PKG_SOURCE_VERSION: =v$(PKG_VERSION )
1010
11- # TO BUILD development version uncomment below and remove patches
12- # PKG_VERSION:=git
11+ # TO BUILD development version uncomment 2 rows below and remove patches
12+ # PKG_VERSION:=$(shell ( git ls-remote $(PKG_SOURCE_URL) | grep refs/heads/master | cut -f 1 | head -c 7))
1313# PKG_SOURCE_VERSION:=HEAD
1414
1515PKG_SOURCE_PROTO: =git
1616PKG_SOURCE: =$(PKG_NAME ) -$(PKG_VERSION ) .tar.gz
17- PKG_SOURCE_URL: =https://github.com/aabc/$(PKG_NAME ) .git
1817
1918PKG_SOURCE_SUBDIR: =$(PKG_NAME ) -$(PKG_VERSION )
2019
You can’t perform that action at this time.
0 commit comments