wok diff rt2860sta/stuff/RT2860-Makefile.patch @ rev 2883

Add libmtp, libmtp-dev MTP (MTP library)
author Theophile Rascagneres <keupont@no-log.org>
date Mon May 04 17:17:39 2009 +0000 (2009-05-04)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/rt2860sta/stuff/RT2860-Makefile.patch	Mon May 04 17:17:39 2009 +0000
     1.3 @@ -0,0 +1,20 @@
     1.4 +--- Makefile	Thu Sep 18 04:26:56 2008
     1.5 ++++ Makefile	Thu Feb 26 01:16:24 2009
     1.6 +@@ -136,16 +136,7 @@
     1.7 + endif	
     1.8 + else
     1.9 + 	cp -f os/linux/Makefile.6 $(RT28xx_DIR)/os/linux/Makefile
    1.10 +-	make  -C  $(LINUX_SRC) SUBDIRS=$(RT28xx_DIR)/os/linux modules
    1.11 +-ifeq ($(RT28xx_MODE),AP)
    1.12 +-	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)ap.ko /tftpboot
    1.13 +-else	
    1.14 +-ifeq ($(RT28xx_MODE),APSTA)
    1.15 +-	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)apsta.ko /tftpboot
    1.16 +-else
    1.17 +-	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.ko /tftpboot
    1.18 +-endif	
    1.19 +-endif
    1.20 ++	make  -C  $(LINUX_SRC) SUBDIRS=$(RT28xx_DIR)/os/linux modules	
    1.21 + endif
    1.22 + 
    1.23 + clean: