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>
This commit is contained in:
Sven Eckelmann 2014-11-04 14:37:40 +01:00
parent 69f203d5c3
commit bbcc138fc0

View file

@ -43,6 +43,10 @@ define KernelPackage/batman-adv/config
source "$(SOURCE)/Config.in" source "$(SOURCE)/Config.in"
endef endef
define Package/kmod-batman-adv/conffiles
/etc/config/batman-adv
endef
MAKE_BATMAN_ADV_ARGS += \ MAKE_BATMAN_ADV_ARGS += \
CROSS_COMPILE="$(TARGET_CROSS)" \ CROSS_COMPILE="$(TARGET_CROSS)" \
KERNELPATH="$(LINUX_DIR)" \ KERNELPATH="$(LINUX_DIR)" \