mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 12:39:45 +01:00
ipq806x: EA8500 fix boot partition detection
Remove extraneous code that disabled boot partition detection.
Fixes: b3770eaca3 ("mtd: base-files: Unify dual-firmware devices (Linksys)")
Signed-off-by: Samantha Collard <sammyrc34@gmail.com>
This commit is contained in:
parent
705fe43522
commit
0f910a8c4c
1 changed files with 0 additions and 2 deletions
|
|
@ -21,8 +21,6 @@ linksys_get_target_firmware() {
|
|||
"${cur_boot_part}" "${mtd_ubi0}"
|
||||
fi
|
||||
|
||||
cur_boot_part=$(/usr/sbin/fw_printenv -n boot_part)
|
||||
|
||||
case $cur_boot_part in
|
||||
1)
|
||||
fw_setenv -s - <<-EOF
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue