summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-07-02 09:35:08 +0000
committerJohn Crispin <john@openwrt.org>2013-07-02 09:35:08 +0000
commite06ab3831b15caa14087e21c1321575099b2b567 (patch)
tree11f970b17a14286661a7758855ce10e413d42557
parentfdfbac75c24aeaeeb4f02609a16ff4143925a9eb (diff)
downloadmaster-31e0f0ae-e06ab3831b15caa14087e21c1321575099b2b567.tar.gz
master-31e0f0ae-e06ab3831b15caa14087e21c1321575099b2b567.tar.bz2
master-31e0f0ae-e06ab3831b15caa14087e21c1321575099b2b567.zip
ubox: add e2fsck support
Signed-off-by: Peter Wagner <tripolar@gmx.at> SVN-Revision: 37127
-rw-r--r--package/system/ubox/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile
index 2d27607c36..84f55826a1 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-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