wok view rt2860sta/stuff/RT2860-Makefile.patch @ rev 2699

Up: bunitils (2.19.1)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 22 18:21:25 2009 +0200 (2009-04-22)
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: