[PATCH 2/3] buildscript: use micrond from official package repo

Adrian Schmutzler freifunk at adrianschmutzler.de
Mi Apr 15 18:14:25 CEST 2020


micrond has been accepted into the official OpenWrt package repo
and is available in the openwrt-19.07 stable branch. Use this
source instead of the Gluon packages.

During merge, a few fixes/adjustments were made, including transfer
to procd.

Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 buildscript | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildscript b/buildscript
index e4ddf560..2fa97a75 100755
--- a/buildscript
+++ b/buildscript
@@ -24,14 +24,14 @@ PACKAGEURL="https://git.openwrt.org/feed/packages.git"
 OPENWRT=(openwrt
          $PACKAGEURL
          $PACKAGEREV)
-OPENWRT_PKGS="gpioctl-sysfs libugpio fastd haserl"
+OPENWRT_PKGS="gpioctl-sysfs libugpio fastd haserl micrond"
 
 ## Be careful: FFF uses COMPAT_VERSION 15 as default at the moment.
 ## See http://www.open-mesh.org/projects/batman-adv/wiki/Compatversion
 GLUON=(gluon
             https://github.com/freifunk-gluon/packages.git
             8b65619f59c3bdce743c2f2fb2588fdd7079355a)
-GLUON_PKGS="micrond simple-tc uradvd"
+GLUON_PKGS="simple-tc uradvd"
 
 #official openwrt routing packages
 ROUTING=(routing
-- 
2.20.1



Mehr Informationen über die Mailingliste franken-dev