openap-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openap-cvs] : wl11000 Makefile,1.3,1.4


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : wl11000 Makefile,1.3,1.4
Date: Mon, 20 May 2002 00:19:16 -0400

Update of /cvsroot/openap/wl11000
In directory subversions:/tmp/cvs-serv8621

Modified Files:
        Makefile 
Log Message:
separate kernel configurations for router and bridge.  Note that I don't really
want to do it this way, but haven't been able to integrate the Linux and the
OpenAP configurations yet.



Index: Makefile
===================================================================
RCS file: /cvsroot/openap/wl11000/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile    20 May 2002 00:47:28 -0000      1.3
+++ Makefile    20 May 2002 04:19:13 -0000      1.4
@@ -99,7 +99,13 @@
 config: config_kernel config_pcmcia
 
 config_kernel:
-#      cp misc/kernel_config $(KERNEL_DIR)/.config
+
+ifeq ($(CONFIG_AP_BRIDGE),y)
+       cp misc/kernel_config $(KERNEL_DIR)/.config
+endif
+ifeq ($(CONFIG_AP_ROUTER),y)
+       cp misc/kernel_config.router $(KERNEL_DIR)/.config
+endif
        $(MAKE) -C $(KERNEL_DIR) oldconfig
        $(MAKE) -C $(KERNEL_DIR) dep
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]