summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlindnermarek2014-11-04 14:52:26 +0000
committerlindnermarek2014-11-04 14:52:26 +0000
commita4cfec2dfa4a7f5e4237ba83f5cb1b85b05c4c6a (patch)
treeaab9d93c8ada9c7607e31fd4a691853b11fdd256
parent69f203d5c309e84a4ec89396a07a160a176b53c9 (diff)
parentbbcc138fc0bbef5094c3928d892076ae9a56a213 (diff)
downloadrouting-a4cfec2dfa4a7f5e4237ba83f5cb1b85b05c4c6a.tar.gz
Merge pull request #63 from ecsv/batadv-conffiles
batman-adv: Preserve configuration file on update
-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)" \