Changeset 496fed1 in freewrt


Ignore:
Timestamp:
Jan 22, 2007, 10:16:33 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
67c0a08
Parents:
7653f19
Message:

remove peerguardian, stdc++ needed, but we do not support it right now

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1723 afb5a338-a214-0410-bd46-81f09a774fd1

Files:
6 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • .defconfig

    r7653f19 r496fed1  
    903903# FWRT_PACKAGE_P910ND is not set
    904904# FWRT_PACKAGE_PARPROUTED is not set
    905 # FWRT_PACKAGE_PEERGUARDIAN is not set
    906905# FWRT_PACKAGE_PIPACS is not set
    907906# FWRT_SHOW_PMACCT is not set
  • mk/pkg-depend.mk

    r7653f19 r496fed1  
    8080palantir-compile: jpeg-compile
    8181peercast-compile: uclibc++-compile
    82 peerguardian-compile: libpthread-compile
    8382portmap-compile: tcp_wrappers-compile
    8483postgresql-compile: zlib-compile
  • package/Config.in

    r7653f19 r496fed1  
    152152source "package/p910nd/Config.in"
    153153source "package/parprouted/Config.in"
    154 source "package/peerguardian/Config.in"
    155154source "package/pipacs/Config.in"
    156155source "package/pmacct/Config.in"
  • package/Makefile

    r7653f19 r496fed1  
    202202package-$(FWRT_COMPILE_PCRE) += pcre
    203203package-$(FWRT_PACKAGE_PEERCAST) += peercast
    204 package-$(FWRT_PACKAGE_PEERGUARDIAN) += peerguardian
    205204package-$(FWRT_COMPILE_PHP4) += php4
    206205package-$(FWRT_COMPILE_PHP5) += php5
Note: See TracChangeset for help on using the changeset viewer.