summaryrefslogtreecommitdiffstats
path: root/package/system/fstools/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-01-28 13:44:37 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-01-28 13:44:37 +0000
commit772a6645717bb881fab2941bb4f9ede04cfb56a7 (patch)
tree370e362787d6842250617cb28fcfdcfc4b388e75 /package/system/fstools/Makefile
parentc3f2e8fb0824acabb03bb61be2a4a73e35c2fb18 (diff)
downloadmaster-31e0f0ae-772a6645717bb881fab2941bb4f9ede04cfb56a7.tar.gz
master-31e0f0ae-772a6645717bb881fab2941bb4f9ede04cfb56a7.tar.bz2
master-31e0f0ae-772a6645717bb881fab2941bb4f9ede04cfb56a7.zip
fstools: fix exit code of uci-defaults script
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44180
Diffstat (limited to 'package/system/fstools/Makefile')
-rw-r--r--package/system/fstools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/fstools/Makefile b/package/system/fstools/Makefile
index a71401d443..3ddc0065ff 100644
--- a/package/system/fstools/Makefile
+++ b/package/system/fstools/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2014 OpenWrt.org
+# Copyright (C) 2014-2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=fstools
-PKG_VERSION:=2015-01-07
+PKG_VERSION:=2015-01-28
PKG_RELEASE=$(PKG_SOURCE_VERSION)