mirror of
https://github.com/gnuton/asuswrt-merlin.ng.git
synced 2025-05-18 15:31:54 +02:00
- Updated to use binary collection for wl_arm(_7114) drivers - Removed dependencies from various -install recipes, to reduce the amount of components rebuild at build time - Added parallel building support to components (and replaced Asus's recent -j 8 addition with our own dynamic one)
11 lines
336 B
Makefile
11 lines
336 B
Makefile
EXTRACFLAGS := -DLINUX26 -DCONFIG_BCMWL5 -DDEBUG_NOISY -DDEBUG_RCTEST -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32r2 -mips32r2
|
|
|
|
ifeq ($(RTCONFIG_NVRAM_64K), y)
|
|
EXTRACFLAGS += -DRTCONFIG_NVRAM_64K
|
|
endif
|
|
ifeq ($(RTCONFIG_DUAL_TRX), y)
|
|
EXTRACFLAGS += -DRTCONFIG_DUAL_TRX
|
|
endif
|
|
|
|
|
|
export EXTRACFLAGS
|