From 0bf743bf84e72d972b5e9aded9fe4786a4b5272e Mon Sep 17 00:00:00 2001 From: Victek Date: Sun, 8 Sep 2013 10:20:28 +0200 Subject: [PATCH] Reversion in Makefile --- release/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/src/Makefile b/release/src/Makefile index 9394e83e19..0dc5efae40 100644 --- a/release/src/Makefile +++ b/release/src/Makefile @@ -1135,7 +1135,7 @@ setprofile: echo 'TOMATO_BUILD_V1 = "${V1}"' >> tomato_profile.mak echo 'TOMATO_BUILD_V2 = "${V2}"' >> tomato_profile.mak - echo 'export EXTRACFLAGS := $(EXTRA_CFLAGS) -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32r2 -mips32r2 $(if $(filter $(NVRAM_SIZE),0),,-DCONFIG_NVRAM_SIZE=$(NVRAM_SIZE)) $(EXTRA_64KCFLAG)' >> tomato_profile.mak + echo 'export EXTRACFLAGS := $(EXTRA_CFLAGS) -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 $(if $(filter $(NVRAM_SIZE),0),,-DCONFIG_NVRAM_SIZE=$(NVRAM_SIZE)) $(EXTRA_64KCFLAG)' >> tomato_profile.mak # Note that changes to variables in tomato_profile.mak don't # get propogated to this invocation of make! -- 2.11.4.GIT