Changeset 3028
- Timestamp:
- 06/29/07 17:41:12 (5 years ago)
- Files:
-
- trunk/freewrt/mk/pkg-bottom.mk (modified) (1 diff)
- trunk/freewrt/package/Config.in (modified) (1 diff)
- trunk/freewrt/package/Depends.mk (modified) (1 diff)
- trunk/freewrt/package/Makefile (modified) (1 diff)
- trunk/freewrt/package/fwwif (modified) (1 prop)
- trunk/freewrt/package/fwwif/Config.in (added)
- trunk/freewrt/package/fwwif/Makefile (added)
- trunk/freewrt/package/fwwif/extra (moved) (moved from trunk/freewrt/package/fwwif/src)
- trunk/freewrt/package/fwwif/extra/LICENCE (copied) (copied from trunk/freewrt/package/fwwif/src/LICENCE) (1 diff)
- trunk/freewrt/package/fwwif/extra/Makefile (copied) (copied from trunk/freewrt/package/fwwif/src/Makefile) (2 diffs)
- trunk/freewrt/package/fwwif/extra/c_chpw.c (copied) (copied from trunk/freewrt/package/fwwif/src/c_chpw.c)
- trunk/freewrt/package/fwwif/extra/c_chpw.h (copied) (copied from trunk/freewrt/package/fwwif/src/c_chpw.h)
- trunk/freewrt/package/fwwif/extra/chpw.ecpp (copied) (copied from trunk/freewrt/package/fwwif/src/chpw.ecpp)
- trunk/freewrt/package/fwwif/extra/commit.ecpp (copied) (copied from trunk/freewrt/package/fwwif/src/commit.ecpp)
- trunk/freewrt/package/fwwif/extra/common.h (copied) (copied from trunk/freewrt/package/fwwif/src/common.h)
- trunk/freewrt/package/fwwif/extra/favicon.ico (copied) (copied from trunk/freewrt/package/fwwif/src/favicon.ico)
- trunk/freewrt/package/fwwif/extra/footer.ecpp (copied) (copied from trunk/freewrt/package/fwwif/src/footer.ecpp)
- trunk/freewrt/package/fwwif/extra/fwwif.conf (added)
- trunk/freewrt/package/fwwif/extra/fwwif.ecpp (copied) (copied from trunk/freewrt/package/fwwif/src/fwwif.ecpp)
- trunk/freewrt/package/fwwif/extra/fwwif.properties (added)
- trunk/freewrt/package/fwwif/extra/fwws.css (copied) (copied from trunk/freewrt/package/fwwif/src/fwws.css)
- trunk/freewrt/package/fwwif/extra/header.ecpp (copied) (copied from trunk/freewrt/package/fwwif/src/header.ecpp)
- trunk/freewrt/package/fwwif/extra/helper.c (copied) (copied from trunk/freewrt/package/fwwif/src/helper.c)
- trunk/freewrt/package/fwwif/extra/logo.svg (copied) (copied from trunk/freewrt/package/fwwif/src/logo.svg)
- trunk/freewrt/package/fwwif/extra/md5.c (copied) (copied from trunk/freewrt/package/fwwif/src/md5.c)
- trunk/freewrt/package/fwwif/extra/md5.h (copied) (copied from trunk/freewrt/package/fwwif/src/md5.h)
- trunk/freewrt/package/fwwif/extra/md5crypt.c (copied) (copied from trunk/freewrt/package/fwwif/src/md5crypt.c)
- trunk/freewrt/package/fwwif/extra/md5crypt.h (copied) (copied from trunk/freewrt/package/fwwif/src/md5crypt.h)
- trunk/freewrt/package/fwwif/extra/mime.types (copied) (copied from trunk/freewrt/package/fwwif/src/mime.types)
- trunk/freewrt/package/fwwif/extra/pwd_gensalt.c (copied) (copied from trunk/freewrt/package/fwwif/src/pwd_gensalt.c)
- trunk/freewrt/package/fwwif/extra/tntnet.conf (copied) (copied from trunk/freewrt/package/fwwif/src/tntnet.conf)
- trunk/freewrt/package/fwwif/extra/tntnet.properties (copied) (copied from trunk/freewrt/package/fwwif/src/tntnet.properties)
- trunk/freewrt/package/fwwif/fwwif.init (added)
- trunk/freewrt/package/fwwif/ipkg (added)
- trunk/freewrt/package/fwwif/ipkg/fwwif.conffiles (added)
- trunk/freewrt/package/fwwif/ipkg/fwwif.control (added)
- trunk/freewrt/package/fwwif/ipkg/fwwif.postinst (added)
- trunk/freewrt/scripts/rstrip.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/mk/pkg-bottom.mk
r2940 r3028 114 114 cd ${WRKBUILD} && env ${MAKE_ENV} ${MAKE} -f ${MAKE_FILE} \ 115 115 DESTDIR='${WRKINST}' ${FAKE_FLAGS} ${INSTALL_TARGET} 116 else ifneq ($(filter bsd,${ BUILD_STYLE}),)116 else ifneq ($(filter bsd,${INSTALL_STYLE}),) 117 117 @mkdir -p ${WRKINST}/{,usr/}{bin,include,lib,sbin} 118 118 cd ${WRKBUILD} && env ${MAKE_ENV} ${BSDMAKE} -f ${MAKE_FILE} \ trunk/freewrt/package/Config.in
r2990 r3028 38 38 source "package/fwrtc/Config.in" 39 39 source "package/fwupdate/Config.in" 40 source "package/fwwif/Config.in" 40 41 endmenu 41 42 trunk/freewrt/package/Depends.mk
r3002 r3028 36 36 fprobe-compile: libpcap-compile 37 37 freetype-compile: zlib-compile 38 fwwif-compile: tntnet-compile 38 39 gdb-compile: ncurses-compile readline-compile 39 40 ifneq ($(strip ${FWRT_PACKAGE_LIBINTL}),) trunk/freewrt/package/Makefile
r2994 r3028 89 89 package-$(FWRT_PACKAGE_FWRTC) += fwrtc 90 90 package-$(FWRT_PACKAGE_FWUPDATE) += fwupdate 91 package-$(FWRT_PACKAGE_FWWIF) += fwwif 91 92 package-$(FWRT_COMPILE_GDB) += gdb 92 93 package-$(FWRT_PACKAGE_GETTEXT) += gettext trunk/freewrt/package/fwwif
- Property svn:ignore set to
info.mk
- Property svn:ignore set to
trunk/freewrt/package/fwwif/extra/LICENCE
r2977 r3028 2 2 Copyright © 2007 3 3 Thorsten Glaser <tg@mirbsd.de> 4 and all contributors. 4 5 5 6 Provided that these terms and disclaimer and all copyright notices trunk/freewrt/package/fwwif/extra/Makefile
r3022 r3028 10 10 CROSSROOT?= ../../../cross_${XARCH} 11 11 12 TOOLPATH= ${CROSSROOT}/host/bin13 12 CC= ${CROSSROOT}/host/${XARCH}-linux-uclibc/bin/gcc 14 13 CXX= ${CROSSROOT}/host/${XARCH}-linux-uclibc/bin/g++ … … 53 52 54 53 .SUFFIXES: .ecpp .gif .jpg .css .js .cpp 55 EXTRA_ENV+= "PATH=$$PATH:$ (strip ${TOOLPATH})"54 EXTRA_ENV+= "PATH=$$PATH:${CROSSROOT}/host/bin" 56 55 ECPPC= env ${EXTRA_ENV} ecppc 57 56 TNTNET= env ${EXTRA_ENV} tntnet trunk/freewrt/scripts/rstrip.sh
r2625 r3028 14 14 fi 15 15 16 if [[ $1 = +keep ]]; then 17 stripcomm= 18 shift 19 else 20 stripcomm=" -R .comment" 21 fi 22 16 23 TARGETS=$* 17 24 … … 26 33 F=${line%%:*} 27 34 V=${F##*/fake-+([!/])/} 28 T="${prefix}strip -R .comment"35 T="${prefix}strip$stripcomm" 29 36 case $line in 30 37 *ELF*executable*statically\ linked*)


