Changeset 3126
- Timestamp:
- 07/04/07 14:10:10 (1 year ago)
- Files:
-
- trunk/freewrt/mk/pkg-bottom.mk (modified) (1 diff)
- trunk/freewrt/package/Depends.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/mk/pkg-bottom.mk
r3122 r3126 25 25 ifneq ($(filter fwwif,${INSTALL_STYLE}),) 26 26 RSTRIP+= +keep 27 ${_IPKGS_COOKIE}: ${TOPDIR}/.cfg/FWRT_PACKAGE_FWWIF 27 28 endif 28 29 endif trunk/freewrt/package/Depends.mk
r3101 r3126 371 371 irssi-compile: openssl-compile 372 372 endif 373 374 # packages with fwwif modules 375 ifneq ($(strip ${FWRT_PACKAGE_FWWIF}),) 376 hello-compile: fwwif-compile 377 davfs2-compile: fwwif-compile 378 endif


