Merge pull request #360 from dangowrt/bmx7_use_procd
authoraxn <neumann@cgws.de>
Mon, 16 Apr 2018 18:26:28 +0000 (20:26 +0200)
committerGitHub <noreply@github.com>
Mon, 16 Apr 2018 18:26:28 +0000 (20:26 +0200)
bmx7: convert init script to use procd

babeld/Makefile
bmx7/Makefile

index cd7f6e36a73fe5ee894598047b58f1d61a2aef3e..db2b32c564892772aa977a68d98765395a09eb8c 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=babeld
-PKG_VERSION:=1.8.0
-PKG_RELEASE:=3
+PKG_VERSION:=1.8.1
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://www.irif.fr/~jch/software/files/
-PKG_MD5SUM:=eb1c66c382e9181c418ebd84e52b5af2
+PKG_MD5SUM:=a57caa5be996c61bd6a1616fdc01d807
 PKG_LICENSE:=MIT
 
 include $(INCLUDE_DIR)/package.mk
index 7188459f11bc7431f696e4acc5bf33588335d3a9..b2d07ab94a6ca75e36f913a6dbbbbadb6bb7a7e2 100644 (file)
@@ -33,7 +33,7 @@ PKG_SOURCE_URL:=git://github.com/bmx-routing/bmx7.git
 PKG_REV:=f78db8298dd8b3658f6fcfa90df2644a15b99924
 PKG_MIRROR_HASH:=80ca8e04603d824e4dede0055030c765bd9e69f7945c01ffb953de37b228028e
 PKG_VERSION:=r2018030903
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 PKG_LICENSE:=GPL-2.0
 
 PKG_SOURCE_VERSION:=$(PKG_REV)
@@ -141,6 +141,7 @@ endef
 
 define Package/bmx7-uci-config/conffiles
 /etc/config/bmx7
+/etc/bmx7
 endef
 
 define Package/bmx7-uci-config/install