ubox: fix compile error (#13877)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37330
This commit is contained in:
parent
0444e32acd
commit
f75bba6f87
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ubox
|
||||
PKG_VERSION:=2013-07-14
|
||||
PKG_VERSION:=2013-07-15
|
||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=git://nbd.name/luci2/ubox.git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=c105f22064d6f2d5cb55282d0439d924e827e5ac
|
||||
PKG_SOURCE_VERSION:=b766d2b693dbfa4367166c9475e56b0aa3546aa2
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
CMAKE_INSTALL:=1
|
||||
|
||||
|
|
Loading…
Reference in a new issue