Merge pull request #63 from ecsv/batadv-conffiles
batman-adv: Preserve configuration file on update
This commit is contained in:
commit
a4cfec2dfa
1 changed files with 4 additions and 0 deletions
|
@ -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)" \
|
||||
|
|
Loading…
Reference in a new issue