diff --git a/Makefile b/Makefile index 0ee000b..abf927b 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ install: default_config: @touch config.mk config.new @rm -f config.mk config.new - @./Configure -d ../config.all + @./Configure -d ./default.config config: @touch config.mk diff --git a/config.in b/config.in index 9961caa..7483a50 100644 --- a/config.in +++ b/config.in @@ -10,5 +10,6 @@ SYSV_INIT=y INSTALL_DEPMOD=y WLAN_INSTALL_TYPE=sta WLAN_DEBUG=n +CROSS_COMPILE_ENABLED=n CROSS_COMPILE= HOST_COMPILE=