mirror of https://github.com/hak5/openwrt.git
ubox: add e2fsck support
Signed-off-by: Peter Wagner <tripolar@gmx.at> SVN-Revision: 37127lede-17.01
parent
fdfbac75c2
commit
e06ab3831b
|
@ -1,13 +1,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ubox
|
||||
PKG_VERSION:=2013-06-29
|
||||
PKG_VERSION:=2013-07-02
|
||||
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:=0a4e3d257da46a7c0232362ac82a01a8c15ae6d5
|
||||
PKG_SOURCE_VERSION:=267dd987b1aec750f8839d1d8d8c2f80d9f1107e
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
CMAKE_INSTALL:=1
|
||||
|
||||
|
@ -32,7 +32,7 @@ define Package/block-mount
|
|||
SECTION:=base
|
||||
CATEGORY:=Base system
|
||||
TITLE:=Block device mounting and checking
|
||||
DEPENDS:=+ubox
|
||||
DEPENDS:=+ubox +libubox +libuci
|
||||
MENU:=1
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in New Issue