diff --git a/modules b/modules index 1ac29d2ef8d595bce936d1ad37848fd4a14207e7..cf99e159bab08da33f0724b0669cb09d9e5c5dd4 100644 --- a/modules +++ b/modules @@ -2,4 +2,4 @@ GLUON_SITE_FEEDS='ffnw' PACKAGES_FFNW_REPO=https://git.nordwest.freifunk.net/ffnw/packages.git PACKAGES_FFNW_BRANCH=0.5.5 -PACKAGES_FFNW_COMMIT=30c38dc4581fbe34c5c32e0dc779f6543161bca8 +PACKAGES_FFNW_COMMIT=17cd7d3bcbd6331a3f74d4ed4898c4d443b1270c diff --git a/site.mk b/site.mk index 1a9e4d102a10c18acb8d589fe5869eff3d7d987e..e58b4313e26d2ccc8ae11267e1d2568e73d5a5bd 100644 --- a/site.mk +++ b/site.mk @@ -24,9 +24,10 @@ GLUON_SITE_PACKAGES := \ haveged \ ffnw-fastdreg \ ffnw-configurator \ - ffnw-nodewatcher + ffnw-nodewatcher \ + ffnw-opkgconfig -DEFAULT_GLUON_RELEASE := 0.5.5.2+0$(shell date '+%Y%m%d') +DEFAULT_GLUON_RELEASE := 0.5.5.3+0$(shell date '+%Y%m%d') # Allow overriding the release number from the command line GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)