diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-05 07:40:25 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-05 07:40:25 +0000 |
commit | 978ecae6855efdd2806c2975b85b22c9b2833862 (patch) | |
tree | 56cd05febdfb8df94a96f24f6ccc171e6ae9a386 /package/base-files/Makefile | |
parent | a65975e0d681074629a6e27988c7a25b22b934cd (diff) | |
download | upstream-978ecae6855efdd2806c2975b85b22c9b2833862.tar.gz upstream-978ecae6855efdd2806c2975b85b22c9b2833862.tar.bz2 upstream-978ecae6855efdd2806c2975b85b22c9b2833862.zip |
base-files: sysupgrade: merge info from "opkg list-changed-conffiles" to backup file list
SVN-Revision: 23233
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 f290e79a06..9598823cb1 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:=57 +PKG_RELEASE:=58 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |