diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-12 13:20:27 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-12 13:20:27 +0000 |
commit | 70aaa116eb0b340e44f75e94e2159d41d8b2ecde (patch) | |
tree | 4248b2f6e308234a8c52151af7315bf840a86b59 /package/base-files/Makefile | |
parent | 958a9c96cd631d9eb0cd7e8575d62b7d9fdc32fb (diff) | |
download | upstream-70aaa116eb0b340e44f75e94e2159d41d8b2ecde.tar.gz upstream-70aaa116eb0b340e44f75e94e2159d41d8b2ecde.tar.bz2 upstream-70aaa116eb0b340e44f75e94e2159d41d8b2ecde.zip |
base-files: provide a sysupgrade -r (--restore-backup) option as convenience wrapper for tar -C / -x(v)zf
SVN-Revision: 33147
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 441d394288..50ad7d4a0c 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:=114 +PKG_RELEASE:=115 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |