Repository : ssh://git@open-mesh.org/openwrt-feed-batman-adv
On branch : master
commit caf5c6a29467d42b750c798b8d79f201615d7dc6 Author: Sven Eckelmann sven@narfation.org Date: Tue Nov 4 14:37:40 2014 +0100
batman-adv-devel: 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 Signed-off-by: Marek Lindner mareklindner@neomailbox.ch
caf5c6a29467d42b750c798b8d79f201615d7dc6 batman-adv-devel/Makefile | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/batman-adv-devel/Makefile b/batman-adv-devel/Makefile index 76f5861..34f4ba7 100644 --- a/batman-adv-devel/Makefile +++ b/batman-adv-devel/Makefile @@ -43,6 +43,10 @@ define KernelPackage/batman-adv-devel/config source "$(SOURCE)/Config.in" endef
+define Package/kmod-batman-adv-devel/conffiles +/etc/config/batman-adv +endef + MAKE_BATMAN_ADV_ARGS += \ CROSS_COMPILE="$(TARGET_CROSS)" \ KERNELPATH="$(LINUX_DIR)" \