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 | 1c6821b42e21fd79cf7ba739ecd4e66947c094b1 (patch) | |
tree | 24c9df23ac3f1e10c0023610d27c0e05d482a9ec /package/base-files/Makefile | |
parent | 77dda8d67ac852b73bf60c8dec0fbb958168b7ea (diff) | |
download | upstream-1c6821b42e21fd79cf7ba739ecd4e66947c094b1.tar.gz upstream-1c6821b42e21fd79cf7ba739ecd4e66947c094b1.tar.bz2 upstream-1c6821b42e21fd79cf7ba739ecd4e66947c094b1.zip |
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.
SVN-Revision: 29587
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 |