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

Submitted by Adrian Schmutzler on April 15, 2020, 4:14 p.m.

Details

Message ID 20200415161426.40299-2-freifunk@adrianschmutzler.de
State Accepted
Headers show

Commit Message

Adrian Schmutzler April 15, 2020, 4:14 p.m.
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@adrianschmutzler.de>
---
 buildscript | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Patch hide | download patch | download mbox

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

Comments

Fabian Blaese April 17, 2020, 1:28 p.m.
Reviewed-by: Fabian Bläse <fabian@blaese.de>