modules: update LEDE
9b0a4bafbce7 base-files: tune fragment queue thresholds for available system memory b47094ce96ff include/package-defaults.mk: fix default Build/Prepare with empty ./src 75be005e8bdc include/rootfs.mk: retain list of conffiles with CONFIG_CLEAN_IPKG 696c6325a3a7 include/rootfs.mk: do not remove opkg prerm scripts during rootfs preparation 17c0362178ca base-files: sysupgrade: do not rely on opkg to list changed conffiles 2ae9ebf37402 kernel: bump 4.4 to 4.4.120 for 17.01 571d3def6baf x86: add preinit hook to reload microcode 681aaaf719ec firmware: add microcode package for Intel c6314ee06f94 firmware: add microcode package for AMD 222521d5937a tools: add iucode-tool f7a6b6724a63 x86: enable microcode loading for Intel and AMD dfe620cb93c0 odhcpd: fix interop with wide DHCPv6 client (FS#1377) 18c999a6ff33 base-files: fix off-by-one in counting seconds for factory reset 92ea65b36aa7 sunxi: disable LPAE to allow kernel to run on A13 7dcbe0e22dbb bcm53xx: fix fallback code for picking status LED 4db583b9c2ab mountd: update to the latest version from 2018-02-26
This commit is contained in:
		
							parent
							
								
									2353f4dddf
								
							
						
					
					
						commit
						6bd839f361
					
				
							
								
								
									
										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=01d7a5d7dee247c40a7ecfbd7ba221640752e76f
 | 
			
		||||
LEDE_COMMIT=9b0a4bafbce7db0133cb69a2f73c9312f4ff1df7
 | 
			
		||||
 | 
			
		||||
PACKAGES_OPENWRT_REPO=https://github.com/openwrt/packages.git
 | 
			
		||||
PACKAGES_OPENWRT_BRANCH=lede-17.01
 | 
			
		||||
 | 
			
		||||
@ -6,7 +6,7 @@ This conflicts with our reset button usage.
 | 
			
		||||
 | 
			
		||||
diff --git a/package/base-files/files/etc/rc.button/reset b/package/base-files/files/etc/rc.button/reset
 | 
			
		||||
deleted file mode 100755
 | 
			
		||||
index 4265767437e8eda3c758fe7f7941d7f608c95782..0000000000000000000000000000000000000000
 | 
			
		||||
index 2403122ad21d1abd568337908c9d58060e87bf08..0000000000000000000000000000000000000000
 | 
			
		||||
--- a/package/base-files/files/etc/rc.button/reset
 | 
			
		||||
+++ /dev/null
 | 
			
		||||
@@ -1,31 +0,0 @@
 | 
			
		||||
@ -32,7 +32,7 @@ index 4265767437e8eda3c758fe7f7941d7f608c95782..00000000000000000000000000000000
 | 
			
		||||
-		echo "REBOOT" > /dev/console
 | 
			
		||||
-		sync
 | 
			
		||||
-		reboot
 | 
			
		||||
-	elif [ "$SEEN" -gt 5 -a -n "$OVERLAY" ]
 | 
			
		||||
-	elif [ "$SEEN" -ge 5 -a -n "$OVERLAY" ]
 | 
			
		||||
-	then
 | 
			
		||||
-		echo "FACTORY RESET" > /dev/console
 | 
			
		||||
-		jffs2reset -y && reboot &
 | 
			
		||||
 | 
			
		||||
@ -12,7 +12,7 @@ as a separate package.
 | 
			
		||||
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
 | 
			
		||||
 | 
			
		||||
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
 | 
			
		||||
index 3fcf20a84433eb1a41e970cd010cc414bb180fad..0813f2ae76e2a6b83b5d077b61010d13c1a50fee 100644
 | 
			
		||||
index 40963d5bd4a7fce5834c4cd6aa6d5454662c063e..685e3c4061528e2b28054cce53258889b48c05b2 100644
 | 
			
		||||
--- a/package/base-files/Makefile
 | 
			
		||||
+++ b/package/base-files/Makefile
 | 
			
		||||
@@ -19,7 +19,9 @@ PKG_BUILD_DEPENDS:=usign/host
 | 
			
		||||
 | 
			
		||||
@ -325,7 +325,7 @@ index 0000000000000000000000000000000000000000..4e2aa3a23c3bab07a795762a30a4d4f7
 | 
			
		||||
+	exec /bin/busybox ash -c "$COMMAND"
 | 
			
		||||
+fi
 | 
			
		||||
diff --git a/package/base-files/files/sbin/sysupgrade b/package/base-files/files/sbin/sysupgrade
 | 
			
		||||
index c095ca81c50c71021af2dc04a561ac22f6b7442b..2d67371ef74b4b970076a069e97f4fd6a1e0bc95 100755
 | 
			
		||||
index 71c7faa6dbc485ff33e776ff087e1aca58cfb0b0..fa08f4194daa0ee74758b9f49a23fe8dcb4b933d 100755
 | 
			
		||||
--- a/package/base-files/files/sbin/sysupgrade
 | 
			
		||||
+++ b/package/base-files/files/sbin/sysupgrade
 | 
			
		||||
@@ -1,4 +1,7 @@
 | 
			
		||||
@ -374,7 +374,7 @@ index c095ca81c50c71021af2dc04a561ac22f6b7442b..2d67371ef74b4b970076a069e97f4fd6
 | 
			
		||||
 	cat <<-EOF
 | 
			
		||||
 		-b|--create-backup and -r|--restore-backup do not perform a firmware upgrade.
 | 
			
		||||
 		Do not specify both -b|-r and a firmware image.
 | 
			
		||||
@@ -136,14 +136,13 @@ sysupgrade_pre_upgrade="fwtool_pre_upgrade"
 | 
			
		||||
@@ -155,14 +155,13 @@ sysupgrade_pre_upgrade="fwtool_pre_upgrade"
 | 
			
		||||
 
 | 
			
		||||
 include /lib/upgrade
 | 
			
		||||
 
 | 
			
		||||
@ -390,7 +390,7 @@ index c095ca81c50c71021af2dc04a561ac22f6b7442b..2d67371ef74b4b970076a069e97f4fd6
 | 
			
		||||
 		return 0
 | 
			
		||||
 	}
 | 
			
		||||
 	run_hooks "$CONFFILES" $sysupgrade_init_conffiles
 | 
			
		||||
@@ -184,8 +183,33 @@ type platform_check_image >/dev/null 2>/dev/null || {
 | 
			
		||||
@@ -203,8 +202,33 @@ type platform_check_image >/dev/null 2>/dev/null || {
 | 
			
		||||
 	exit 1
 | 
			
		||||
 }
 | 
			
		||||
 
 | 
			
		||||
@ -425,7 +425,7 @@ index c095ca81c50c71021af2dc04a561ac22f6b7442b..2d67371ef74b4b970076a069e97f4fd6
 | 
			
		||||
 		if [ $FORCE -eq 1 ]; then
 | 
			
		||||
 			echo "Image check '$check' failed but --force given - will update anyway!"
 | 
			
		||||
 			break
 | 
			
		||||
@@ -211,6 +235,7 @@ elif ask_bool $SAVE_CONFIG "Keep config files over reflash"; then
 | 
			
		||||
@@ -230,6 +254,7 @@ elif ask_bool $SAVE_CONFIG "Keep config files over reflash"; then
 | 
			
		||||
 	[ $TEST -eq 1 ] || do_save_conffiles
 | 
			
		||||
 	export SAVE_CONFIG=1
 | 
			
		||||
 else
 | 
			
		||||
@ -433,7 +433,7 @@ index c095ca81c50c71021af2dc04a561ac22f6b7442b..2d67371ef74b4b970076a069e97f4fd6
 | 
			
		||||
 	export SAVE_CONFIG=0
 | 
			
		||||
 fi
 | 
			
		||||
 
 | 
			
		||||
@@ -218,28 +243,18 @@ if [ $TEST -eq 1 ]; then
 | 
			
		||||
@@ -237,28 +262,18 @@ if [ $TEST -eq 1 ]; then
 | 
			
		||||
 	exit 0
 | 
			
		||||
 fi
 | 
			
		||||
 
 | 
			
		||||
 | 
			
		||||
@ -245,7 +245,7 @@ index 4e2aa3a23c3bab07a795762a30a4d4f701081934..cc8047d988e39ca9ba27d2588744aad4
 | 
			
		||||
+# Exec new shell from ramfs
 | 
			
		||||
+exec /bin/busybox ash -c "$COMMAND"
 | 
			
		||||
diff --git a/package/base-files/files/sbin/sysupgrade b/package/base-files/files/sbin/sysupgrade
 | 
			
		||||
index 2d67371ef74b4b970076a069e97f4fd6a1e0bc95..200a0e520b5df8bcc208f4d8fd731756e94294fb 100755
 | 
			
		||||
index fa08f4194daa0ee74758b9f49a23fe8dcb4b933d..347860d00af27a61152703320bb210d30726db83 100755
 | 
			
		||||
--- a/package/base-files/files/sbin/sysupgrade
 | 
			
		||||
+++ b/package/base-files/files/sbin/sysupgrade
 | 
			
		||||
@@ -1,7 +1,5 @@
 | 
			
		||||
 | 
			
		||||
@ -45,10 +45,10 @@ index 3147cdc5a68a69cef6b1af6618a4e2367a143c2c..728c63b2e8aebf970cd7dff0d15518cc
 | 
			
		||||
 
 | 
			
		||||
 boot_hook_add failsafe failsafe_netlogin
 | 
			
		||||
diff --git a/package/base-files/files/sbin/sysupgrade b/package/base-files/files/sbin/sysupgrade
 | 
			
		||||
index 200a0e520b5df8bcc208f4d8fd731756e94294fb..809e789f9f436aaeb47a906d46c94d5952583e5a 100755
 | 
			
		||||
index 347860d00af27a61152703320bb210d30726db83..4a133a65e0960619b9cd0d722b6c27ac7894de5b 100755
 | 
			
		||||
--- a/package/base-files/files/sbin/sysupgrade
 | 
			
		||||
+++ b/package/base-files/files/sbin/sysupgrade
 | 
			
		||||
@@ -251,8 +251,16 @@ run_hooks "" $sysupgrade_pre_upgrade
 | 
			
		||||
@@ -270,8 +270,16 @@ run_hooks "" $sysupgrade_pre_upgrade
 | 
			
		||||
 
 | 
			
		||||
 install_bin /sbin/upgraded
 | 
			
		||||
 v "Commencing upgrade. All shell sessions will be closed now."
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user