You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
294 B
Makefile
10 lines
294 B
Makefile
export LINUXDIR := $(SRCBASE)/linux/linux-2.6
|
|
|
|
EXTRA_CFLAGS := -DLINUX26 -DCONFIG_BCMWL5 -DCONFIG_BCMWL6 -DCONFIG_BCMWL6A -DPART_JFFS2_GAP=0UL -pipe -fno-strict-aliasing
|
|
|
|
export CONFIG_LINUX26=y
|
|
export CONFIG_BCMWL5=y
|
|
export CONFIG_BCMWL6=y
|
|
export CONFIG_BCMWL6A=y
|
|
export TOMATO_EXPERIMENTAL=0
|