diff options
author | John Crispin <john@openwrt.org> | 2013-11-07 15:31:44 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-11-07 15:31:44 +0000 |
commit | 9a000667e624e7a6465889cbeb46e4e1e92c11eb (patch) | |
tree | c549a93661ed4d5b65866732d1f02e33701cdaca /package/system | |
parent | f69788445c8382d9eab34782dc0375562ffb12df (diff) | |
download | upstream-9a000667e624e7a6465889cbeb46e4e1e92c11eb.tar.gz upstream-9a000667e624e7a6465889cbeb46e4e1e92c11eb.tar.bz2 upstream-9a000667e624e7a6465889cbeb46e4e1e92c11eb.zip |
ubox: update to latest git head
support for specifying swap priority from the command line
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38679
Diffstat (limited to 'package/system')
-rw-r--r-- | package/system/ubox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile index 6e587a4e3b..14a3d4bdab 100644 --- a/package/system/ubox/Makefile +++ b/package/system/ubox/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ubox -PKG_VERSION:=2013-10-27 +PKG_VERSION:=2013-11-07 PKG_RELEASE=$(PKG_SOURCE_VERSION)-1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/ubox.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=a9cb25c5c2b9d864f77033533fab9f2f8a6f94ab +PKG_SOURCE_VERSION:=32f0efdf83999146cb3ad491e432f44c8655f907 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |