diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-07-31 14:10:34 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-07-31 14:10:34 +0000 |
commit | 7278ed62833dbcfd17a76dbfde3319d69c61048c (patch) | |
tree | f912d53b4156e0102c64abea1b7c1f04b6cbe4fe /package/base-files/Makefile | |
parent | a0afb630d46ab46a10f150b843e6e231338651d2 (diff) | |
download | master-187ad058-7278ed62833dbcfd17a76dbfde3319d69c61048c.tar.gz master-187ad058-7278ed62833dbcfd17a76dbfde3319d69c61048c.tar.bz2 master-187ad058-7278ed62833dbcfd17a76dbfde3319d69c61048c.zip |
base-files: abort sysupgrade if file specified with --restore-config is not found
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37624 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 dcae920f9a..93941b9155 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/version.mk PKG_NAME:=base-files -PKG_RELEASE:=144 +PKG_RELEASE:=145 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |