modules: update LEDE
788312ca59c5 uqmi: ensure CID is a numeric value before proceeding b934aa2f2144 kernel: update 17.01 kernel to 4.4.116 b3b16c8ce5c6 uqmi: use built-in command for data-link verification e9eb219e5a07 uqmi: use correct value for connection checking 5661ac1de4d8 uqmi: use general method for state cleaning 7c259fb98018 uqmi: silence error on pin verification 046222dfaf12 uqmi: fix raw-ip mode for newer lte modems 0393009ec84e net: uqmi: fix blocking in endless loops when unplugging device 31ae7381b8db kernel: refresh patches 3b227103e6a3 kernel: backport raw-ip mode for newer QMI LTE modems f60be720772c base-files: don't evaluate block-device uevent 623cdc4ffeef ramips: backport mt7530/762x switch fixes b15d54e659b4 perf: use libunwind 566ff9e6ee69 libunwind: enable build for arm
This commit is contained in:
parent
b38ca0a794
commit
b943691488
2
modules
2
modules
@ -2,7 +2,7 @@ GLUON_FEEDS='openwrt gluon routing luci'
|
||||
|
||||
LEDE_REPO=https://git.lede-project.org/openwrt/openwrt.git
|
||||
LEDE_BRANCH=lede-17.01
|
||||
LEDE_COMMIT=2e26bdfeca2ffe381eb17fa9765724be7d45e1d8
|
||||
LEDE_COMMIT=788312ca59c57f1cfc4737378526ff1c2a1c8374
|
||||
|
||||
PACKAGES_OPENWRT_REPO=https://github.com/openwrt/packages.git
|
||||
PACKAGES_OPENWRT_BRANCH=lede-17.01
|
||||
|
@ -12,7 +12,7 @@ are killed to allow unmounting the root filesystem.
|
||||
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
|
||||
|
||||
diff --git a/package/base-files/files/lib/upgrade/common.sh b/package/base-files/files/lib/upgrade/common.sh
|
||||
index 3ddd1e74657e0f9893533f917cb56ed0c2e3196c..6f8e408401906666db945a981100962139fc7d32 100644
|
||||
index 8c1b3b180e1ecfdd2c106dd3b8853cd487ff89b4..ef9aac709fc1619ba15eeb0aeb4a9a6a372369b2 100644
|
||||
--- a/package/base-files/files/lib/upgrade/common.sh
|
||||
+++ b/package/base-files/files/lib/upgrade/common.sh
|
||||
@@ -56,7 +56,6 @@ run_ramfs() { # <command> [...]
|
||||
@ -147,7 +147,7 @@ index 3ddd1e74657e0f9893533f917cb56ed0c2e3196c..6f8e408401906666db945a9811009621
|
||||
}
|
||||
|
||||
get_magic_word() {
|
||||
@@ -328,12 +316,14 @@ default_do_upgrade() {
|
||||
@@ -331,12 +319,14 @@ default_do_upgrade() {
|
||||
fi
|
||||
}
|
||||
|
||||
@ -166,7 +166,7 @@ index 3ddd1e74657e0f9893533f917cb56ed0c2e3196c..6f8e408401906666db945a9811009621
|
||||
fi
|
||||
|
||||
if [ "$SAVE_CONFIG" -eq 1 ] && type 'platform_copy_config' >/dev/null 2>/dev/null; then
|
||||
@@ -341,12 +331,11 @@ do_upgrade() {
|
||||
@@ -344,12 +334,11 @@ do_upgrade() {
|
||||
fi
|
||||
|
||||
v "Upgrade completed"
|
||||
|
@ -13,7 +13,7 @@ fixed eventually to use platform_do_upgrade for that purpose.
|
||||
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
|
||||
|
||||
diff --git a/package/base-files/files/lib/upgrade/common.sh b/package/base-files/files/lib/upgrade/common.sh
|
||||
index 6f8e408401906666db945a981100962139fc7d32..b18463f6b8e81d871b27146c00d061941ac6a2ec 100644
|
||||
index ef9aac709fc1619ba15eeb0aeb4a9a6a372369b2..af7682c29e005c6ca47b91e9be2d60c359a90d05 100644
|
||||
--- a/package/base-files/files/lib/upgrade/common.sh
|
||||
+++ b/package/base-files/files/lib/upgrade/common.sh
|
||||
@@ -30,106 +30,6 @@ install_bin() { # <file> [ <symlink> ... ]
|
||||
|
@ -6,10 +6,10 @@ Fixes: 30f61a34b4cf "base-files: always use staged sysupgrade"
|
||||
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
|
||||
|
||||
diff --git a/package/base-files/files/lib/upgrade/common.sh b/package/base-files/files/lib/upgrade/common.sh
|
||||
index b18463f6b8e81d871b27146c00d061941ac6a2ec..f0443f8c495dc0c14a52e8b88b20a22c7620291b 100644
|
||||
index af7682c29e005c6ca47b91e9be2d60c359a90d05..6ccd84c5a95348124412adc8bf41d3fa4894435a 100644
|
||||
--- a/package/base-files/files/lib/upgrade/common.sh
|
||||
+++ b/package/base-files/files/lib/upgrade/common.sh
|
||||
@@ -219,7 +219,7 @@ default_do_upgrade() {
|
||||
@@ -222,7 +222,7 @@ default_do_upgrade() {
|
||||
do_upgrade_stage2() {
|
||||
v "Performing system upgrade..."
|
||||
if [ -n "$do_upgrade" ]; then
|
||||
|
@ -5,7 +5,7 @@ Subject: ar71xx: add unaligned access hacks for VXLAN
|
||||
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
|
||||
|
||||
diff --git a/target/linux/ar71xx/patches-4.4/910-unaligned_access_hacks.patch b/target/linux/ar71xx/patches-4.4/910-unaligned_access_hacks.patch
|
||||
index a8d8c15c3b07d70e159e03e61634fa5a9b7069a5..3550da14482cf6f08e321e0874d87297a5e23252 100644
|
||||
index 9a440b45059b4af9a974cd82f4686ea5c6f3e265..37841c035cd8b0b893b27e9f1fad6e0b02f4af6f 100644
|
||||
--- a/target/linux/ar71xx/patches-4.4/910-unaligned_access_hacks.patch
|
||||
+++ b/target/linux/ar71xx/patches-4.4/910-unaligned_access_hacks.patch
|
||||
@@ -929,3 +929,119 @@
|
||||
|
Loading…
Reference in New Issue
Block a user