merlin@mint-dev ~/asuswrt/release/src/router/rc $ grep "\"EU\"" * -r
init.c: if ( nvram_match("wl1_country_code", "EU") &&
lan.c: if ( nvram_match(strcat_r(prefix, "country_code", tmp), "EU") &&
lan.c: if ( nvram_match(strcat_r(prefix, "country_code", tmp), "EU") &&
lan.c: nvram_match(strcat_r(prefix, "country_code", tmp), "EU") &&
lan.c: nvram_match(strcat_r(prefix, "country_code", tmp), "EU") &&
services.c: if (nvram_match("wl1_country_code", "EU"))
sysdeps/init-broadcom.c: else if (nvram_match(strcat_r(prefix, "country_code", tmp), "EU"))
sysdeps/init-broadcom.c: else if (nvram_match(strcat_r(prefix, "country_code", tmp), "EU"))
sysdeps/init-broadcom.c: nvram_match(strcat_r(prefix, "country_code", tmp), "EU") &&
sysdeps/init-broadcom.c: nvram_match(strcat_r(prefix, "country_code", tmp), "EU") &&
sysdeps/init-broadcom.c: nvram_match(strcat_r(prefix, "country_code", tmp), "EU") &&
sysdeps/ralink/ralink.c: else if (!strcasecmp(cc, "EU")) ;
sysdeps/init-broadcom-em.c: else if (nvram_match(strcat_r(prefix, "country_code", tmp), "EU"))
sysdeps/init-broadcom-em.c: else if (nvram_match(strcat_r(prefix, "country_code", tmp), "EU"))
sysdeps/init-broadcom-em.c: nvram_match(strcat_r(prefix, "country_code", tmp), "EU") &&
sysdeps/init-broadcom-em.c: nvram_match(strcat_r(prefix, "country_code", tmp), "EU") &&
sysdeps/init-broadcom-em.c: nvram_match(strcat_r(prefix, "country_code", tmp), "EU") &&
merlin@mint-dev ~/asuswrt/release/src/router/rc $