From a9a8ff2680be42fc3b5a50436afb5c7349a19fe1 Mon Sep 17 00:00:00 2001 From: Marcus Alves Grando Date: Sat, 29 Apr 2006 18:54:32 +0000 Subject: [PATCH] - Fix logic when check UPGRADE_RT3{0,2} PR: 93992 Submitted by: Christopher Davis Approved by: maintainer timeout (58 days) --- www/rt34/Makefile | 4 ++-- 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