source: freewrt/package/atftp/Config.in@ 2d5b13d

freewrt_1_0 freewrt_2_0
Last change on this file since 2d5b13d was 2d5b13d, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago
  • 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

  • Property mode set to 100644
File size: 441 bytes
Line 
1config FWRT_COMPILE_ATFTP
2 tristate
3 default n
4 depends FWRT_PACKAGE_ATFTP || FWRT_PACKAGE_ATFTPD
5 select FWRT_PACKAGE_LIBREADLINE
6
7config FWRT_PACKAGE_ATFTP
8 prompt "atftp............................. TFTP client"
9 tristate
10 default n
11 select FWRT_COMPILE_ATFTP
12 help
13 TFTP client
14
15config FWRT_PACKAGE_ATFTPD
16 prompt "atftpd............................ TFTP server"
17 tristate
18 default n
19 select FWRT_COMPILE_ATFTP
20 help
21 TFTP server
22
Note: See TracBrowser for help on using the repository browser.