Changeset 2147

Show
Ignore:
Timestamp:
03/10/07 00:16:25 (2 years ago)
Author:
tg
Message:

to test, remove the # before the 'fwcf' line
and symlink fwcf from the branch into package/fwcf
(remove the old directory first and have attention
when doing svn operations)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/tools/Makefile

    r1686 r2147  
    77include $(TOPDIR)/rules.mk 
    88 
    9 TARGETS:=       paxmirabilis sed ipkg-utils brcm-utils lzma 
    10 TARGETS+=       squashfs jffs2 mkimage failsafe 
     9TARGETS:= 
     10TARGETS+=       brcm-utils 
     11TARGETS+=       failsafe 
     12#TARGETS+=      fwcf 
     13TARGETS+=       ipkg-utils 
     14TARGETS+=       jffs2 
     15TARGETS+=       lzma 
     16TARGETS+=       mkimage 
     17TARGETS+=       paxmirabilis 
     18TARGETS+=       sed 
     19TARGETS+=       squashfs 
    1120ifeq (${OStype},Linux) 
    12 TARGETS+=       mkpasswd genext2fs 
     21TARGETS+=       genext2fs 
     22TARGETS+=       mkpasswd 
    1323endif 
    1424