From ce23e5244713ee5464c3f05310e6385f1459ad5f Mon Sep 17 00:00:00 2001 From: Jean-Yves Avenard Date: Sat, 30 Jun 2012 11:52:34 +1000 Subject: [PATCH] Fix for when no NOCAT and VLAN options are compiled Inverted test --- release/src/router/www/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/src/router/www/Makefile b/release/src/router/www/Makefile index 1238e64b2a..d57f5b6c72 100644 --- a/release/src/router/www/Makefile +++ b/release/src/router/www/Makefile @@ -158,7 +158,7 @@ ifneq ($(TCONFIG_VLAN),y) sed -i $(INSTALLDIR)/www/status-devices.asp -e "/ VLAN-BEGIN/,/ VLAN-END/d" sed -i $(INSTALLDIR)/www/status-overview.asp -e "/ VLAN-BEGIN/,/ VLAN-END/d" sed -i $(INSTALLDIR)/www/tomato.js -e "/ VLAN-BEGIN/,/ VLAN-END/d" -ifneq ($(TCONFIG_NOCAT),y) +ifeq ($(TCONFIG_NOCAT),y) sed -i $(INSTALLDIR)/www/splashd.asp -e "/ VLAN-BEGIN/,/ VLAN-END/d" endif else -- 2.11.4.GIT