ubox: update to git head
- support mounting swap files from /etc/config/fstab - support mounting swap partitions by label SVN-Revision: 37801
This commit is contained in:
parent
757e80488b
commit
449d7ef460
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ubox
|
||||
PKG_VERSION:=2013-08-16
|
||||
PKG_VERSION:=2013-08-16.1
|
||||
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:=e2625200c27c9e3a36d90cd0b38b56486886182f
|
||||
PKG_SOURCE_VERSION:=5290ec879aa4d9f4192df00aad4434b0f0afa872
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
CMAKE_INSTALL:=1
|
||||
|
||||
|
|
Loading…
Reference in a new issue