summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Eckelmann2014-11-04 13:37:40 +0000
committerSven Eckelmann2014-11-04 13:57:29 +0000
commitbbcc138fc0bbef5094c3928d892076ae9a56a213 (patch)
treeaab9d93c8ada9c7607e31fd4a691853b11fdd256
parent69f203d5c309e84a4ec89396a07a160a176b53c9 (diff)
downloadrouting-bbcc138fc0bbef5094c3928d892076ae9a56a213.tar.gz
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 <sven@narfation.org>
-rw-r--r--batman-adv/Makefile4
1 files changed, 4 insertions, 0 deletions
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)" \