diff options
author | John Crispin <john@openwrt.org> | 2014-01-22 15:33:16 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-01-22 15:33:16 +0000 |
commit | eceea6d6e19a47e616261ec942a1da442cde229a (patch) | |
tree | ea13e1bed6008277f2f84e59717240457d3735e0 /package/system/ubox/Makefile | |
parent | 9dc60303169fbfab11c8637d40501b8594295d33 (diff) | |
download | upstream-eceea6d6e19a47e616261ec942a1da442cde229a.tar.gz upstream-eceea6d6e19a47e616261ec942a1da442cde229a.tar.bz2 upstream-eceea6d6e19a47e616261ec942a1da442cde229a.zip |
ubox: revert log buffer size changes
the fix horribly broke existing setups
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39366
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 |