Changeset 71e0c90 in freewrt


Ignore:
Timestamp:
Feb 5, 2007, 12:06:08 AM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
ea27d9a
Parents:
7fc617e7
Message:

add new package trafshow, useful to identify bandwith consumers in a business environment with f.e. more than 40 people using freewrt as main firewall

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

Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • mk/pkg-depend.mk

    r7fc617e7 r71e0c90  
    109109tmsnc-compile: openssl-compile ncurses-compile
    110110tor-compile: libevent-compile openssl-compile zlib-compile
     111trafshow: ncurses-compile libpcap-compile
    111112usbutils-compile: libusb-compile
    112113ussp-push-compile: openobex-compile
  • package/Config.in

    r7fc617e7 r71e0c90  
    193193source "package/tmsnc/Config.in"
    194194source "package/tor/Config.in"
     195source "package/trafshow/Config.in"
    195196source "package/ttcp/Config.in"
    196197source "package/ucspi-tcp/Config.in"
  • package/Makefile

    r7fc617e7 r71e0c90  
    269269package-$(FWRT_PACKAGE_TMSNC) += tmsnc
    270270package-$(FWRT_PACKAGE_TOR) += tor
     271package-$(FWRT_PACKAGE_TRAFSHOW) += trafshow
    271272package-$(FWRT_PACKAGE_TTCP) += ttcp
    272273package-$(FWRT_PACKAGE_UCLIBCXX) += uclibc++
Note: See TracChangeset for help on using the changeset viewer.