From ebfcdee902fd46694704d67faa173f31727af996 Mon Sep 17 00:00:00 2001 From: Victek Date: Tue, 3 Sep 2013 17:54:53 +0200 Subject: [PATCH] GUI: Fix Tomato RAF theme for all builds. Compilation typo. --- release/src/Makefile | 2 +- release/src/router/www/Makefile | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/release/src/Makefile b/release/src/Makefile index 98259cd845..9394e83e19 100644 --- a/release/src/Makefile +++ b/release/src/Makefile @@ -1230,7 +1230,7 @@ ifeq ($(CONFIG_LINUX26),y) @echo "l600n Rosewill L600N Build with wl_high module (dualband support)" @echo " Routers with AC WIRELESS" @echo "ac66e ASUS RT-AC66" - @ECHO "ac56 ASUS RT-AC56" + @echo "ac56 ASUS RT-AC56" @echo "w1800rz Tenda 1800" endif diff --git a/release/src/router/www/Makefile b/release/src/router/www/Makefile index 248ed99955..bdaee7165c 100644 --- a/release/src/router/www/Makefile +++ b/release/src/router/www/Makefile @@ -79,10 +79,6 @@ endif # Only include extra themes if USB Extras are configured in. ifneq ($(TCONFIG_USB_EXTRAS),y) - rm -f $(INSTALLDIR)/www/usbred.css - rm -f $(INSTALLDIR)/www/usbblue.css - rm -f $(INSTALLDIR)/www/tomatousb.png - rm -f $(INSTALLDIR)/www/tomatousb_bg.png sed -i $(INSTALLDIR)/www/admin-access.asp -e "/THEMES-BEGIN/,/THEMES-END/d" sed -i $(INSTALLDIR)/www/nas-usb.asp -e "/EXTRAS-BEGIN/,/EXTRAS-END/d" endif -- 2.11.4.GIT