Skip to content
Snippets Groups Projects
Commit 46f996b4 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Update modules

This also takes us past the OpenWrt 15.05 final release.
parent 3f72e682
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ export GLUON_LANGS ...@@ -35,7 +35,7 @@ export GLUON_LANGS
ifeq ($(OPENWRT_BUILD),1) ifeq ($(OPENWRT_BUILD),1)
ifeq ($(GLUON_TOOLS),1) ifeq ($(GLUON_TOOLS),1)
DEFAULT_OPKG_REPO := http://downloads.openwrt.org/chaos_calmer/15.05-rc3/%S/packages DEFAULT_OPKG_REPO := http://downloads.openwrt.org/chaos_calmer/15.05/%S/packages
CONFIG_VERSION_REPO := $(shell $(GLUONDIR)/scripts/site.sh opkg_repo || echo '$(DEFAULT_OPKG_REPO)') CONFIG_VERSION_REPO := $(shell $(GLUONDIR)/scripts/site.sh opkg_repo || echo '$(DEFAULT_OPKG_REPO)')
export CONFIG_VERSION_REPO export CONFIG_VERSION_REPO
......
GLUON_FEEDS='openwrt gluon routing luci' GLUON_FEEDS='openwrt gluon routing luci'
OPENWRT_REPO=git://git.openwrt.org/15.05/openwrt.git OPENWRT_REPO=git://git.openwrt.org/15.05/openwrt.git
OPENWRT_COMMIT=be73b965acbf449a10fe3e5d64238ca60cef71c3 OPENWRT_COMMIT=8aa5672b43d5e6e4a768a0b703e918592a312cd0
PACKAGES_OPENWRT_REPO=git://github.com/openwrt/packages.git PACKAGES_OPENWRT_REPO=git://github.com/openwrt/packages.git
PACKAGES_OPENWRT_COMMIT=d32e986ef6ae6ac414a908d914a2230b1ecf482e PACKAGES_OPENWRT_COMMIT=9cadde21830c2e3ac66e4de1eafd5d9cfa006eec
PACKAGES_OPENWRT_BRANCH=for-15.05 PACKAGES_OPENWRT_BRANCH=for-15.05
PACKAGES_GLUON_REPO=git://github.com/freifunk-gluon/packages.git PACKAGES_GLUON_REPO=git://github.com/freifunk-gluon/packages.git
PACKAGES_GLUON_COMMIT=6c6fafa0bad263c220aef25a5dba69dee90353ba PACKAGES_GLUON_COMMIT=fc35a19d2a054a9fb0a8b25c5924966cfb32d946
PACKAGES_ROUTING_REPO=git://github.com/openwrt-routing/packages.git PACKAGES_ROUTING_REPO=git://github.com/openwrt-routing/packages.git
PACKAGES_ROUTING_COMMIT=a845bb4b95bb6598bb1f04a578c47383ff2aaac2 PACKAGES_ROUTING_COMMIT=3b4de3e11226a12f29ccf333fc6a569ea0d48ff0
PACKAGES_LUCI_REPO=git://github.com/openwrt/luci.git PACKAGES_LUCI_REPO=git://github.com/openwrt/luci.git
PACKAGES_LUCI_COMMIT=791ca8b6d217cd17b563c008c86159f519874d72 PACKAGES_LUCI_COMMIT=30f6fe82af20fded9ab4100f0f2a652bf5881947
PACKAGES_LUCI_BRANCH=for-15.05 PACKAGES_LUCI_BRANCH=for-15.05
...@@ -8,10 +8,10 @@ not only opkg-smime. Fix this by applying the same workaround as in ...@@ -8,10 +8,10 @@ not only opkg-smime. Fix this by applying the same workaround as in
ustream-ssl. ustream-ssl.
diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile
index d38ed52..16ff225 100644 index 32bcf2b..4da4d46 100644
--- a/package/system/opkg/Makefile --- a/package/system/opkg/Makefile
+++ b/package/system/opkg/Makefile +++ b/package/system/opkg/Makefile
@@ -70,7 +70,7 @@ endef @@ -72,7 +72,7 @@ endef
define Package/opkg-smime define Package/opkg-smime
$(call Package/opkg/Default) $(call Package/opkg/Default)
TITLE+= (with S/MIME signature support) TITLE+= (with S/MIME signature support)
......
5dcb66d04a38219f7fd91c748f0e9a32 7bed08fa9c06eb8089e82c200340ec66
08d628f1b60980ae837e80caaf2d7e37 a44d8090b8f752ec1d96871dbbb8988a
a8463905834d64a3df8c231cf94ffc88 57d4b7d13c23edd1a689dd6d6adc65ad
beebeea48e3792a20d2324a49f04b74d 0fec8065ae15bf9934ffbe2512e8e39f
682734a2bcc20cf580e27db161f6d0df 521812ea85032e662b3d3469a3a10df8
73d2b013e81727fe0664fd1b78bd291e c8b57a131072a3198e594822481af3e0
67fc80824241f73ea9ef5de62059465a 3c199b535784c56bd7a6b4d6ad82b91f
fd9bfcbbba8366c338b3e2a3eb8448d5 30da46d39f906146155850351fa0acd9
efa451855d1db0df511f08a5ef56377c 8549f8163c15d79b053f26aa0d52e96f
77694101191b9fcdbf96b2622dd5d5a8 d0d2aab265f2535385cf8d756315d27c
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment