Changeset 2d5b13d in freewrt for package/Makefile


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/Makefile

    r704e124 r2d5b13d  
    55package-$(FWRT_PACKAGE_6TUNNEL) += 6tunnel
    66package-$(FWRT_PACKAGE_AICCU) += aiccu
    7 package-$(FWRT_PACKAGE_AIRCRACK) += aircrack
     7package-$(FWRT_PACKAGE_AIRCRACK_NG) += aircrack-ng
    88package-$(FWRT_PACKAGE_ARPD) += arpd
    99package-$(FWRT_PACKAGE_ARPTABLES) += arptables
Note: See TracChangeset for help on using the changeset viewer.