diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-11-07 18:06:29 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-11-07 18:06:29 +0000 |
commit | 5975c119e3180aeea7ea3a10a585c6acfaef1419 (patch) | |
tree | bf34bb5dcb9d721ddbd13b1bf65cde6609b4c366 /package/system | |
parent | 9a000667e624e7a6465889cbeb46e4e1e92c11eb (diff) | |
download | upstream-5975c119e3180aeea7ea3a10a585c6acfaef1419.tar.gz upstream-5975c119e3180aeea7ea3a10a585c6acfaef1419.tar.bz2 upstream-5975c119e3180aeea7ea3a10a585c6acfaef1419.zip |
ubox: fix extroot/extoverlay mounting by label and support mounting by device name
SVN-Revision: 38680
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 14a3d4bdab..c913231505 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-11-07 +PKG_VERSION:=2013-11-07.1 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:=32f0efdf83999146cb3ad491e432f44c8655f907 +PKG_SOURCE_VERSION:=0588218d4bc58b0e099272338decbe4734f5678b PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |