Changeset 3176
- Timestamp:
- 07/09/07 12:15:22 (1 year ago)
- Files:
-
- trunk/freewrt/mk/pkg-bottom.mk (modified) (1 diff)
- trunk/freewrt/scripts/rstrip.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/mk/pkg-bottom.mk
r3126 r3176 24 24 ifneq ($(strip ${FWRT_PACKAGE_FWWIF}),) 25 25 ifneq ($(filter fwwif,${INSTALL_STYLE}),) 26 RSTRIP+= +keep27 26 ${_IPKGS_COOKIE}: ${TOPDIR}/.cfg/FWRT_PACKAGE_FWWIF 28 27 endif trunk/freewrt/scripts/rstrip.sh
r3028 r3176 33 33 F=${line%%:*} 34 34 V=${F##*/fake-+([!/])/} 35 T="${prefix}strip$stripcomm" 35 T="${prefix}strip" 36 [[ $F = */fwwif/* ]] || T=$T$stripcomm 36 37 case $line in 37 38 *ELF*executable*statically\ linked*)


