aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-10-05 19:24:12 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-10-05 19:24:12 +0000
commita81762a0b3754ef6286da7824ee0ff8e63dc60e3 (patch)
tree29f47d5058426a16a867cbaf05109fcb7ba131d9 /package/base-files/Makefile
parent0aedfbfd70b6fd71ec89839b94c6554a9e5a1bdd (diff)
downloadupstream-a81762a0b3754ef6286da7824ee0ff8e63dc60e3.tar.gz
upstream-a81762a0b3754ef6286da7824ee0ff8e63dc60e3.tar.bz2
upstream-a81762a0b3754ef6286da7824ee0ff8e63dc60e3.zip
[package] base-files:
- add sysupgrade support for keepfile hints * introduces /lib/upgrade/keep.d/ for per-package keepfile lists * introduces /etc/sysupgrade.conf for user defined keepfile hints - prime /lib/upgrade/keep.d/base-files-essential to keep sysupgrade usable for images without opkg - change sysupgrade to build the keepfile list from /lib/upgrade/keep.d/, /etc/sysupgrade.conf and opkg list-changed-conffiles git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23258 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r--package/base-files/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index 9598823cb1..ff6dbc0871 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:=58
+PKG_RELEASE:=59
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
PKG_BUILD_DEPENDS:=opkg/host
@@ -54,6 +54,8 @@ define Package/base-files/conffiles
/etc/shells
/etc/sysctl.conf
/etc/rc.local
+/etc/config/
+/etc/dropbear/
$(call $(TARGET)/conffiles)
endef