Author: rmilecki Date: 2015-04-21 10:32:59 +0200 (Tue, 21 Apr 2015) New Revision: 45543
Modified: trunk/target/linux/bcm53xx/base-files/lib/upgrade/platform.sh Log: bcm53xx: sysupgrade: allow flashing NAND devices without --force Signed-off-by: Rafa?\197?\130 Mi?\197?\130ecki <[email protected]> Modified: trunk/target/linux/bcm53xx/base-files/lib/upgrade/platform.sh =================================================================== --- trunk/target/linux/bcm53xx/base-files/lib/upgrade/platform.sh 2015-04-21 08:20:06 UTC (rev 45542) +++ trunk/target/linux/bcm53xx/base-files/lib/upgrade/platform.sh 2015-04-21 08:32:59 UTC (rev 45543) @@ -57,11 +57,6 @@ platform_check_image() { [ "$#" -gt 1 ] && return 1 - [ "$(platform_flash_type)" = "nand" ] && { - echo "Firmware upgrade on NAND devices is not implemented." - return 1 - } - local file_type=$(platform_identify "$1") local magic local error=0 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
