ubox: fix extroot/extoverlay mounting by label and support mounting by device name
SVN-Revision: 38680
This commit is contained in:
parent
9a000667e6
commit
5975c119e3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue