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

mgetty: fix chroot in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 10 08:59:55 2009 +0000 (2009-03-10)
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: