diff options
author | John Crispin <john@openwrt.org> | 2014-01-12 14:07:01 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-01-12 14:07:01 +0000 |
commit | c990d040264284144ebf31c2af4e3e193af6c07b (patch) | |
tree | b53b4a2a7eee299d387653a24ba34a72eec405ad /package/system | |
parent | 03ef20ce6f46601e3749f81da2a3a0127c98815c (diff) | |
download | upstream-c990d040264284144ebf31c2af4e3e193af6c07b.tar.gz upstream-c990d040264284144ebf31c2af4e3e193af6c07b.tar.bz2 upstream-c990d040264284144ebf31c2af4e3e193af6c07b.zip |
ubox: welcome to 2014
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39246
Diffstat (limited to 'package/system')
-rw-r--r-- | package/system/ubox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile index 1c715f081c..0135e07bc6 100644 --- a/package/system/ubox/Makefile +++ b/package/system/ubox/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ubox -PKG_VERSION:=2013-01-12 +PKG_VERSION:=2014-01-12 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git |