mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	ipq806x: disable CONFIG_CMDLINE_OVERRIDE and ASRock G10
After device support for ASRock G10 was added in [1], several people reported broken ipq806x devices, with one or several of the following symptoms: - Device does not boot - Sysupgrade does not work - Serial console is broken The issues appears to be caused by the introduction of the symbol CONFIG_CMDLINE_OVERRIDE=y in [1]. This patch disables the corresponding symbol again and marks the ASRock as BROKEN, as it probably won't work properly without it. Further references: https://bugs.openwrt.org/index.php?do=details&task_id=354098b86296e6 (commitcomment-45455875)[1]98b86296e6("ipq806x: add support for ASRock G10") Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
		
							parent
							
								
									2160a9d597
								
							
						
					
					
						commit
						57e4cc8261
					
				@ -78,7 +78,7 @@ CONFIG_CC_HAS_KASAN_GENERIC=y
 | 
				
			|||||||
CONFIG_CLKDEV_LOOKUP=y
 | 
					CONFIG_CLKDEV_LOOKUP=y
 | 
				
			||||||
CONFIG_CLKSRC_QCOM=y
 | 
					CONFIG_CLKSRC_QCOM=y
 | 
				
			||||||
CONFIG_CLONE_BACKWARDS=y
 | 
					CONFIG_CLONE_BACKWARDS=y
 | 
				
			||||||
CONFIG_CMDLINE_OVERRIDE=y
 | 
					# CONFIG_CMDLINE_OVERRIDE is not set
 | 
				
			||||||
CONFIG_COMMON_CLK=y
 | 
					CONFIG_COMMON_CLK=y
 | 
				
			||||||
CONFIG_COMMON_CLK_QCOM=y
 | 
					CONFIG_COMMON_CLK_QCOM=y
 | 
				
			||||||
CONFIG_COMPAT_32BIT_TIME=y
 | 
					CONFIG_COMPAT_32BIT_TIME=y
 | 
				
			||||||
 | 
				
			|||||||
@ -103,6 +103,7 @@ define Device/asrock_g10
 | 
				
			|||||||
	KERNEL_SIZE := 5332k
 | 
						KERNEL_SIZE := 5332k
 | 
				
			||||||
	DEVICE_PACKAGES := kmod-i2c-gpio ath10k-firmware-qca99x0-ct
 | 
						DEVICE_PACKAGES := kmod-i2c-gpio ath10k-firmware-qca99x0-ct
 | 
				
			||||||
	IMAGE/nand-factory.bin := append-ubi | edimax-header RN67
 | 
						IMAGE/nand-factory.bin := append-ubi | edimax-header RN67
 | 
				
			||||||
 | 
						BROKEN := y
 | 
				
			||||||
endef
 | 
					endef
 | 
				
			||||||
TARGET_DEVICES += asrock_g10
 | 
					TARGET_DEVICES += asrock_g10
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user