fstools: fix exit code of uci-defaults script
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 28 Jan 2015 13:44:37 +0000 (13:44 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 28 Jan 2015 13:44:37 +0000 (13:44 +0000)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44180 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

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