wok view 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 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: