From: Jo-Philipp Wich Date: Mon, 25 Jul 2011 22:20:42 +0000 (+0000) Subject: [backfire] backport r27776 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f3e41241339797a08d44434a6238511dda5b313c;p=openwrt%2Fsvn-archive%2Farchive.git [backfire] backport r27776 SVN-Revision: 27777 --- diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 8f9dea9701..baf40bc9b2 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=43.23 +PKG_RELEASE:=43.24 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host diff --git a/package/base-files/files/lib/upgrade/common.sh b/package/base-files/files/lib/upgrade/common.sh index bf9c40d295..11e1b2cdfa 100644 --- a/package/base-files/files/lib/upgrade/common.sh +++ b/package/base-files/files/lib/upgrade/common.sh @@ -182,7 +182,7 @@ do_upgrade() { [ -n "$DELAY" ] && sleep "$DELAY" ask_bool 1 "Reboot" && { v "Rebooting system..." - reboot + reboot -f sleep 5 echo b 2>/dev/null >/proc/sysrq-trigger }