From bbcc138fc0bbef5094c3928d892076ae9a56a213 Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Tue, 4 Nov 2014 14:37:40 +0100 Subject: [PATCH] batman-adv: Preserve configuration file on update The configuration file of batman-adv should be marked as such to avoid that the old configuration options are overwritten when it is upgraded. Signed-off-by: Sven Eckelmann --- batman-adv/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/batman-adv/Makefile b/batman-adv/Makefile index c7be16c..40a36e8 100644 --- a/batman-adv/Makefile +++ b/batman-adv/Makefile @@ -43,6 +43,10 @@ define KernelPackage/batman-adv/config source "$(SOURCE)/Config.in" endef +define Package/kmod-batman-adv/conffiles +/etc/config/batman-adv +endef + MAKE_BATMAN_ADV_ARGS += \ CROSS_COMPILE="$(TARGET_CROSS)" \ KERNELPATH="$(LINUX_DIR)" \