diff options
author | John Crispin <blogic@openwrt.org> | 2014-01-22 15:33:16 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-01-22 15:33:16 +0000 |
commit | 27a8f6583e65734b507bc1d208cb89b76909b3b8 (patch) | |
tree | 8c360a3d4f3c25229b4306a854665f2036a7fc44 /package/system/ubox/Makefile | |
parent | 5e6bed3d037caeaec79b4ea8e4502602daedb352 (diff) | |
download | upstream-27a8f6583e65734b507bc1d208cb89b76909b3b8.tar.gz upstream-27a8f6583e65734b507bc1d208cb89b76909b3b8.tar.bz2 upstream-27a8f6583e65734b507bc1d208cb89b76909b3b8.zip |
ubox: revert log buffer size changes
the fix horribly broke existing setups
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39366 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/ubox/Makefile')
-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 5aeedfca18..ae26e98650 100644 --- a/package/system/ubox/Makefile +++ b/package/system/ubox/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ubox -PKG_VERSION:=2014-01-21 +PKG_VERSION:=2014-01-22 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:=2b32e9059166a23204fcf01e65a9184b3c39166b +PKG_SOURCE_VERSION:=cb6425ce059ddcd4ade45200fdcc39234ff500ad PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |