Changeset 3126

Show
Ignore:
Timestamp:
07/04/07 14:10:10 (1 year ago)
Author:
tg
Message:

fwwif module implies more dependencies on some packages

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/mk/pkg-bottom.mk

    r3122 r3126  
    2525ifneq ($(filter fwwif,${INSTALL_STYLE}),) 
    2626RSTRIP+=                +keep 
     27${_IPKGS_COOKIE}: ${TOPDIR}/.cfg/FWRT_PACKAGE_FWWIF 
    2728endif 
    2829endif 
  • trunk/freewrt/package/Depends.mk

    r3101 r3126  
    371371irssi-compile: openssl-compile 
    372372endif 
     373 
     374# packages with fwwif modules 
     375ifneq ($(strip ${FWRT_PACKAGE_FWWIF}),) 
     376hello-compile: fwwif-compile 
     377davfs2-compile: fwwif-compile 
     378endif