Author: jow
Date: 2015-01-28 14:44:37 +0100 (Wed, 28 Jan 2015)
New Revision: 44180

Modified:
   trunk/package/system/fstools/Makefile
   trunk/package/system/fstools/files/fstab.default
Log:
fstools: fix exit code of uci-defaults script

Signed-off-by: Jo-Philipp Wich <[email protected]>

Modified: trunk/package/system/fstools/Makefile
===================================================================
--- trunk/package/system/fstools/Makefile       2015-01-28 12:08:13 UTC (rev 
44179)
+++ trunk/package/system/fstools/Makefile       2015-01-28 13:44:37 UTC (rev 
44180)
@@ -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)
 

Modified: trunk/package/system/fstools/files/fstab.default
===================================================================
--- trunk/package/system/fstools/files/fstab.default    2015-01-28 12:08:13 UTC 
(rev 44179)
+++ trunk/package/system/fstools/files/fstab.default    2015-01-28 13:44:37 UTC 
(rev 44180)
@@ -1 +1,2 @@
 [ ! -f /etc/config/fstab ] && ( block detect > /etc/config/fstab )
+exit 0
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to