Changeset 2d5b13d in freewrt for package/Config.in


Ignore:
Timestamp:
Feb 10, 2007, 12:29:54 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
876c94f
Parents:
704e124
Message:
  • update aircrack to aircrack-ng, requested by Michael Schwab, aircrack-ng is better maintained and allows packet injection with madwifi (a small patch is needed for that)
  • fix axtls package, the package contains a small SSL webserver named axhttpd (20kb size)
    • the webserver is axhttpd, not awhttpd
    • latest upstream version used
    • fixed cross-compile problem
    • fix strange setuid stuff from upstream, if axhttpd is started as root, the process gets first nobody rights and _after_ that he tries to bind a port under 1024 !? Don't know how this could ever work, but a simple html page is displayed correctly, after applying the patch

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/Config.in

    r704e124 r2d5b13d  
    7777
    7878menu "Networking"
    79 source "package/aircrack/Config.in"
     79source "package/aircrack-ng/Config.in"
    8080source "package/arpd/Config.in"
    81 #source "package/arptables/Config.in"
    8281source "package/arpwatch/Config.in"
    8382source "package/asterisk/Config.in"
    8483source "package/atftp/Config.in"
    8584source "package/avahi/Config.in"
     85source "package/axtls/Config.in"
    8686source "package/bind/Config.in"
    8787source "package/bitlbee/Config.in"
     
    234234
    235235menu "Libraries"
    236 source "package/axtls/Config.in"
     236source "package/axtls/Config.in.lib"
    237237source "package/cgilib/Config.in"
    238238source "package/glib/Config.in"
Note: See TracChangeset for help on using the changeset viewer.