diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-17 11:09:10 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-17 11:09:10 +0000 |
commit | 1cd6c8a2c08777b8b714042f03be0df0adcee724 (patch) | |
tree | cae17ba8a03780941f16536acaff5b556f27696a /package/base-files/Makefile | |
parent | 52d9ffca975178d921e2979580a408680bee13d4 (diff) | |
download | master-187ad058-1cd6c8a2c08777b8b714042f03be0df0adcee724.tar.gz master-187ad058-1cd6c8a2c08777b8b714042f03be0df0adcee724.tar.bz2 master-187ad058-1cd6c8a2c08777b8b714042f03be0df0adcee724.zip |
[package] sysupgrade: sync *before* mtd write, only fallback to sysrq-trigger if standard reboot fails
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16488 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 81d63d9ffd..f9ad4e7366 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=22 +PKG_RELEASE:=23 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |