Просмотр исходного кода

fstools: fix exit code of uci-defaults script

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

SVN-Revision: 44180
Jo-Philipp Wich 11 лет назад
Родитель
Сommit
772a664571
2 измененных файлов с 3 добавлено и 2 удалено
  1. 2 2
      package/system/fstools/Makefile
  2. 1 0
      package/system/fstools/files/fstab.default

+ 2 - 2
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)
 

+ 1 - 0
package/system/fstools/files/fstab.default

@@ -1 +1,2 @@
 [ ! -f /etc/config/fstab ] && ( block detect > /etc/config/fstab )
+exit 0