diff options
| author | Sven Eckelmann | 2014-11-04 13:37:40 +0000 |
|---|---|---|
| committer | Sven Eckelmann | 2014-11-04 13:57:29 +0000 |
| commit | bbcc138fc0bbef5094c3928d892076ae9a56a213 (patch) | |
| tree | aab9d93c8ada9c7607e31fd4a691853b11fdd256 | |
| parent | 69f203d5c309e84a4ec89396a07a160a176b53c9 (diff) | |
| download | routing-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/Makefile | 4 |
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)" \ |