Changeset 3132

Show
Ignore:
Timestamp:
07/04/07 16:30:59 (1 year ago)
Author:
tg
Message:

• <fwwif.mk>, */fwwif/Makefile: simplify
• fwwif: fix a compile error
• ppp: add an fwwif plugin for PPPoE, untested

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/mk/fwwif.mk

    r3120 r3132  
    2222CXXFLAGS+=      -I${CROSSROOT}/target/usr/include 
    2323LDFLAGS+=       -L${CROSSROOT}/target/usr/lib 
     24 
     25.PATH: ${TOPDIR}/package/fwwif/extra 
    2426CPPFLAGS+=      -I${TOPDIR}/package/fwwif/extra 
    2527.else 
  • trunk/freewrt/package/Depends.mk

    r3126 r3132  
    376376hello-compile: fwwif-compile 
    377377davfs2-compile: fwwif-compile 
    378 endif 
     378ppp-compile: fwwif-compile 
     379endif 
  • trunk/freewrt/package/davfs2/fwwif/Makefile

    r3120 r3132  
    77OBJS=           davfs2.o c_exec.o 
    88 
    9 .PATH: ${TOPDIR}/package/fwwif/extra 
    10  
    119.include "${TOPDIR}/mk/fwwif.mk" 
  • trunk/freewrt/package/fwwif/extra/fwwif.ecpp

    r3131 r3132  
    7070                                    "/\">" + cname + "</a>"; 
    7171                        cindex = "<li>" + cindex + "</li>"; 
    72                         if (!strcmp(cname, "fwwif")
     72                        if (cname == "fwwif"
    7373                                global_index = cindex + global_index; 
    7474                        else 
  • trunk/freewrt/package/ppp/Makefile

    r2839 r3132  
    99PKG_NAME:=              ppp 
    1010PKG_VERSION:=           2.4.4 
    11 PKG_RELEASE:=           5 
     11PKG_RELEASE:=           6 
    1212PKG_MD5SUM:=            183800762e266132218b204dfb428d29 
    1313MASTER_SITES:=          ftp://ftp.samba.org/pub/ppp/ 
     
    2929 
    3030CONFIGURE_STYLE:=       gnu 
    31 BUILD_STYLE:=           auto 
    32 INSTALL_STYLE:=         auto 
     31BUILD_STYLE:=           auto fwwif 
     32INSTALL_STYLE:=         auto fwwif 
    3333XAKE_FLAGS+=            CC="${TARGET_CC}" \ 
    3434                        COPTS="${TCFLAGS}" \