Browse Source

docs: gluon-mesh-batman-adv split

Matthias Schiffer 9 years ago
parent
commit
64bac337c7
2 changed files with 4 additions and 1 deletions
  1. 2 0
      docs/releases/v2014.4.rst
  2. 2 1
      docs/site-example/site.mk

+ 2 - 0
docs/releases/v2014.4.rst

@@ -23,6 +23,7 @@ Site changes
   - Obsolete packages:
 
     + ``gluon-config-mode``
+    + ``gluon-mesh-batman-adv``
 
   - Recommended new packages:
 
@@ -31,6 +32,7 @@ Site changes
     + ``gluon-config-mode-mesh-vpn``
     + ``gluon-config-mode-geo-location``
     + ``gluon-config-mode-contact-info``
+    + ``gluon-mesh-batman-adv-14`` or ``gluon-mesh-batman-adv-15`` (specify this before all other packages in the list)
 
 Internals
 ~~~~~~~~~

+ 2 - 1
docs/site-example/site.mk

@@ -2,8 +2,10 @@
 
 ##	GLUON_SITE_PACKAGES
 #		specify gluon/openwrt packages to include here
+#		The gluon-mesh-batman-adv-* package must come first because of the dependency resolution
 
 GLUON_SITE_PACKAGES := \
+	gluon-mesh-batman-adv-15 \
 	gluon-alfred \
 	gluon-announced \
 	gluon-autoupdater \
@@ -18,7 +20,6 @@ GLUON_SITE_PACKAGES := \
 	gluon-luci-autoupdater \
 	gluon-luci-portconfig \
 	gluon-next-node \
-	gluon-mesh-batman-adv \
 	gluon-mesh-vpn-fastd \
 	gluon-radvd \
 	gluon-status-page \