Ignore:
Timestamp:
Feb 25, 2011, 9:26:54 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi-busybox/networking/Kbuild

    r1765 r2725  
     1# DO NOT EDIT. This file is generated from Kbuild.src
    12# Makefile for busybox
    23#
    34# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
    45#
    5 # Licensed under the GPL v2, see the file LICENSE in this tarball.
     6# Licensed under GPLv2, see file LICENSE in this source tree.
    67
    78lib-y:=
     9
     10lib-$(CONFIG_NBDCLIENT) += nbd-client.o
    811lib-$(CONFIG_ARP)          += arp.o interface.o
    912lib-$(CONFIG_ARPING)       += arping.o
     13lib-$(CONFIG_BRCTL)        += brctl.o
    1014lib-$(CONFIG_DNSD)         += dnsd.o
    1115lib-$(CONFIG_ETHER_WAKE)   += ether-wake.o
    1216lib-$(CONFIG_FAKEIDENTD)   += isrv_identd.o isrv.o
     17lib-$(CONFIG_FTPD)         += ftpd.o
    1318lib-$(CONFIG_FTPGET)       += ftpgetput.o
    1419lib-$(CONFIG_FTPPUT)       += ftpgetput.o
     
    1621lib-$(CONFIG_HTTPD)        += httpd.o
    1722lib-$(CONFIG_IFCONFIG)     += ifconfig.o interface.o
     23lib-$(CONFIG_IFENSLAVE)    += ifenslave.o interface.o
     24lib-$(CONFIG_IFPLUGD)      += ifplugd.o
    1825lib-$(CONFIG_IFUPDOWN)     += ifupdown.o
    1926lib-$(CONFIG_INETD)        += inetd.o
     
    2431lib-$(CONFIG_NETSTAT)      += netstat.o
    2532lib-$(CONFIG_NSLOOKUP)     += nslookup.o
     33lib-$(CONFIG_NTPD)         += ntpd.o
    2634lib-$(CONFIG_PING)         += ping.o
    2735lib-$(CONFIG_PING6)        += ping.o
     
    2937lib-$(CONFIG_ROUTE)        += route.o
    3038lib-$(CONFIG_SLATTACH)     += slattach.o
     39lib-$(CONFIG_TC)           += tc.o
    3140lib-$(CONFIG_TELNET)       += telnet.o
    3241lib-$(CONFIG_TELNETD)      += telnetd.o
    3342lib-$(CONFIG_TFTP)         += tftp.o
     43lib-$(CONFIG_TFTPD)        += tftp.o
    3444lib-$(CONFIG_TRACEROUTE)   += traceroute.o
     45lib-$(CONFIG_TUNCTL)       += tunctl.o
    3546lib-$(CONFIG_VCONFIG)      += vconfig.o
    3647lib-$(CONFIG_WGET)         += wget.o
    3748lib-$(CONFIG_ZCIP)         += zcip.o
     49
     50lib-$(CONFIG_TCPSVD)       += tcpudp.o tcpudp_perhost.o
     51lib-$(CONFIG_UDPSVD)       += tcpudp.o tcpudp_perhost.o
Note: See TracChangeset for help on using the changeset viewer.