diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-12-20 17:25:15 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-12-20 17:25:15 +0000 |
commit | ac4e4662976343763a87dc199b85fffa7c8aa04a (patch) | |
tree | b2e1750250eaf81d37a293e307271974bc396a2a /package/base-files/Makefile | |
parent | d1d3cd65a847c0518448e195fd40962cf88d31c4 (diff) | |
download | upstream-ac4e4662976343763a87dc199b85fffa7c8aa04a.tar.gz upstream-ac4e4662976343763a87dc199b85fffa7c8aa04a.tar.bz2 upstream-ac4e4662976343763a87dc199b85fffa7c8aa04a.zip |
[package] base-files: add -b (--create-backup) option to sysupgrade, which generates a backup .tar.gz according to the user settings. This will also be reused by LuCI.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29587 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 b2d1d352a5..12ae50ba17 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:=98 +PKG_RELEASE:=99 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |