ipq806x: add ipq4019 fritz4040 support
[openwrt/openwrt.git] / target / linux / ipq806x / base-files / lib / upgrade / platform.sh
index c3741f9ff242cddb3c185c2f638c7b4dff781e1b..89702850fca9a6a2234beec71019a53b5f2aeeac 100644 (file)
@@ -42,6 +42,9 @@ platform_do_upgrade() {
                MTD_CONFIG_ARGS="-s 0x200000"
                default_do_upgrade "$ARGV"
                ;;
+       *)
+               default_do_upgrade "$ARGV"
+               ;;
        esac
 }