diff options
-rw-r--r-- | www/rt34/Makefile | 4 | ||||
-rw-r--r-- | www/rt36/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/rt34/Makefile b/www/rt34/Makefile index 4d9c67586b36..9b4cc37a1029 100644 --- a/www/rt34/Makefile +++ b/www/rt34/Makefile @@ -131,10 +131,10 @@ WEB_USER?= www WEB_GROUP?= www LIBS_GROUP?= wheel -.if defined(UPGRADE_RT30) || defined(UPGRADE_RT32) +.if defined(UPGRADE_RT30) UPGRADES= 3.1.0 3.1.15 3.1.17 .endif -.if defined(UPGRADE_RT32) +.if defined(UPGRADE_RT30) || defined(UPGRADE_RT32) UPGRADES+= 3.3.0 3.3.11 .endif diff --git a/www/rt36/Makefile b/www/rt36/Makefile index 4d9c67586b36..9b4cc37a1029 100644 --- a/www/rt36/Makefile +++ b/www/rt36/Makefile @@ -131,10 +131,10 @@ WEB_USER?= www WEB_GROUP?= www LIBS_GROUP?= wheel -.if defined(UPGRADE_RT30) || defined(UPGRADE_RT32) +.if defined(UPGRADE_RT30) UPGRADES= 3.1.0 3.1.15 3.1.17 .endif -.if defined(UPGRADE_RT32) +.if defined(UPGRADE_RT30) || defined(UPGRADE_RT32) UPGRADES+= 3.3.0 3.3.11 .endif |