diff options
Diffstat (limited to 'target/linux/mvebu/base-files/lib/upgrade')
-rwxr-xr-x | target/linux/mvebu/base-files/lib/upgrade/platform.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/mvebu/base-files/lib/upgrade/platform.sh b/target/linux/mvebu/base-files/lib/upgrade/platform.sh index 6db25448d6..12e5bdcf7c 100755 --- a/target/linux/mvebu/base-files/lib/upgrade/platform.sh +++ b/target/linux/mvebu/base-files/lib/upgrade/platform.sh @@ -22,6 +22,9 @@ platform_do_upgrade() { armada-388-clearfog-pro) platform_do_upgrade_clearfog "$ARGV" ;; + armada-388-clearfog-base) + platform_do_upgrade_clearfog "$ARGV" + ;; *) default_do_upgrade "$ARGV" ;; |