fstools: fix exit code of uci-defaults script
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 28 Jan 2015 13:44:37 +0000 (13:44 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 28 Jan 2015 13:44:37 +0000 (13:44 +0000)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44180

package/system/fstools/Makefile
package/system/fstools/files/fstab.default

index a71401d4430f0584d98ba699a6098ec259bc6847..3ddc0065ff80c43c0f1a33ace865f0edc628ab48 100644 (file)
@@ -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)
 
index dd4ba1c4859114bd2a5c27f9322629228d81c48b..2331e0c288712423e6fb5dd4290a4ba6fb8714b4 100644 (file)
@@ -1 +1,2 @@
 [ ! -f /etc/config/fstab ] && ( block detect > /etc/config/fstab )
+exit 0