Update OpenWrt and LuCI packages
This commit is contained in:
parent
80751d9b6d
commit
2b5bf4c2a2
4
modules
4
modules
@ -4,7 +4,7 @@ OPENWRT_REPO=git://git.openwrt.org/15.05/openwrt.git
|
|||||||
OPENWRT_COMMIT=eadf19c0b43d2f75f196ea8d875a08c7c348530c
|
OPENWRT_COMMIT=eadf19c0b43d2f75f196ea8d875a08c7c348530c
|
||||||
|
|
||||||
PACKAGES_OPENWRT_REPO=git://github.com/openwrt/packages.git
|
PACKAGES_OPENWRT_REPO=git://github.com/openwrt/packages.git
|
||||||
PACKAGES_OPENWRT_COMMIT=9622fe984bba3a4547f48bc507ebaba7637eb2b0
|
PACKAGES_OPENWRT_COMMIT=73776792f7d58e982be9e5819450d4875b273159
|
||||||
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
|
||||||
@ -14,5 +14,5 @@ PACKAGES_ROUTING_REPO=git://github.com/openwrt-routing/packages.git
|
|||||||
PACKAGES_ROUTING_COMMIT=2a8338559de5c4b077cde7a83f43f4700a17d5cc
|
PACKAGES_ROUTING_COMMIT=2a8338559de5c4b077cde7a83f43f4700a17d5cc
|
||||||
|
|
||||||
PACKAGES_LUCI_REPO=git://github.com/openwrt/luci.git
|
PACKAGES_LUCI_REPO=git://github.com/openwrt/luci.git
|
||||||
PACKAGES_LUCI_COMMIT=cdcdfd2594634804ab09dc8105e46116edce0cd6
|
PACKAGES_LUCI_COMMIT=70a4d43cc895b7d728b4fc201f2b6fd9f4b8aaec
|
||||||
PACKAGES_LUCI_BRANCH=for-15.05
|
PACKAGES_LUCI_BRANCH=for-15.05
|
||||||
|
@ -3,7 +3,7 @@ Date: Thu, 19 Mar 2015 18:44:52 +0100
|
|||||||
Subject: modules/base: dispatcher: set default language if none provided by the browser matches
|
Subject: modules/base: dispatcher: set default language if none provided by the browser matches
|
||||||
|
|
||||||
diff --git a/modules/luci-base/luasrc/dispatcher.lua b/modules/luci-base/luasrc/dispatcher.lua
|
diff --git a/modules/luci-base/luasrc/dispatcher.lua b/modules/luci-base/luasrc/dispatcher.lua
|
||||||
index 8b8d1fa..27f9a15 100644
|
index 2526950..be2fc34 100644
|
||||||
--- a/modules/luci-base/luasrc/dispatcher.lua
|
--- a/modules/luci-base/luasrc/dispatcher.lua
|
||||||
+++ b/modules/luci-base/luasrc/dispatcher.lua
|
+++ b/modules/luci-base/luasrc/dispatcher.lua
|
||||||
@@ -182,6 +182,7 @@ function dispatch(request)
|
@@ -182,6 +182,7 @@ function dispatch(request)
|
||||||
|
Loading…
Reference in New Issue
Block a user