wok-6.x view rt2860sta/stuff/RT2860-Makefile.patch @ rev 2325

Add rt2860sta Wireless module (used on some EeePC)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Feb 28 00:46:15 2009 +0100 (2009-02-28)
parents
children
line source
1 --- Makefile Thu Sep 18 04:26:56 2008
2 +++ Makefile Thu Feb 26 01:16:24 2009
3 @@ -136,16 +136,7 @@
4 endif
5 else
6 cp -f os/linux/Makefile.6 $(RT28xx_DIR)/os/linux/Makefile
7 - make -C $(LINUX_SRC) SUBDIRS=$(RT28xx_DIR)/os/linux modules
8 -ifeq ($(RT28xx_MODE),AP)
9 - cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)ap.ko /tftpboot
10 -else
11 -ifeq ($(RT28xx_MODE),APSTA)
12 - cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)apsta.ko /tftpboot
13 -else
14 - cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.ko /tftpboot
15 -endif
16 -endif
17 + make -C $(LINUX_SRC) SUBDIRS=$(RT28xx_DIR)/os/linux modules
18 endif
20 clean: