Update OpenWrt base
This commit is contained in:
parent
b78a53c5af
commit
4f051061de
2
modules
2
modules
@ -1,7 +1,7 @@
|
|||||||
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=efc26cc8e0513b3ec703ba540a554fde2c717cf6
|
OPENWRT_COMMIT=23395d539f4a45d8bed611e7f9c64275cd1cce0e
|
||||||
|
|
||||||
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=9622fe984bba3a4547f48bc507ebaba7637eb2b0
|
||||||
|
@ -5,7 +5,7 @@ Subject: fix UBNT XM model detection
|
|||||||
Signed-off-by: Neal Oakey <neal.oakey@bingo-ev.de>
|
Signed-off-by: Neal Oakey <neal.oakey@bingo-ev.de>
|
||||||
|
|
||||||
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
|
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
|
||||||
index d0abf42..f345fae 100755
|
index 5768286..7f50d8a 100755
|
||||||
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
|
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
|
||||||
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
|
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
|
||||||
@@ -64,6 +64,40 @@ wndr3700_board_detect() {
|
@@ -64,6 +64,40 @@ wndr3700_board_detect() {
|
||||||
@ -49,7 +49,7 @@ index d0abf42..f345fae 100755
|
|||||||
cybertan_get_hw_magic() {
|
cybertan_get_hw_magic() {
|
||||||
local part
|
local part
|
||||||
|
|
||||||
@@ -472,12 +506,14 @@ ar71xx_board_detect() {
|
@@ -475,12 +509,14 @@ ar71xx_board_detect() {
|
||||||
;;
|
;;
|
||||||
*"Bullet M")
|
*"Bullet M")
|
||||||
name="bullet-m"
|
name="bullet-m"
|
||||||
@ -64,7 +64,7 @@ index d0abf42..f345fae 100755
|
|||||||
;;
|
;;
|
||||||
*"Nanostation M XW")
|
*"Nanostation M XW")
|
||||||
name="nanostation-m-xw"
|
name="nanostation-m-xw"
|
||||||
@@ -664,6 +700,7 @@ ar71xx_board_detect() {
|
@@ -667,6 +703,7 @@ ar71xx_board_detect() {
|
||||||
;;
|
;;
|
||||||
*"Rocket M")
|
*"Rocket M")
|
||||||
name="rocket-m"
|
name="rocket-m"
|
||||||
|
Loading…
Reference in New Issue
Block a user