Changeset 3232 in MondoRescue for branches/3.2/mindi-busybox/libbb/Kbuild.src


Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/libbb/Kbuild.src

    r2725 r3232  
    1414lib-y += ask_confirmation.o
    1515lib-y += bb_askpass.o
    16 lib-y += bb_basename.o
    1716lib-y += bb_bswap_64.o
    1817lib-y += bb_do_delay.o
     
    6059lib-y += make_directory.o
    6160lib-y += makedev.o
    62 lib-y += match_fstype.o
    6361lib-y += hash_md5_sha.o
    6462# Alternative (disabled) MD5 implementation
     
    6664lib-y += messages.o
    6765lib-y += mode_string.o
    68 lib-y += obscure.o
    6966lib-y += parse_mode.o
    70 lib-y += parse_config.o
    7167lib-y += perror_msg.o
    7268lib-y += perror_nomsg.o
     
    10298lib-y += trim.o
    10399lib-y += u_signal_names.o
    104 lib-y += udp_io.o
    105100lib-y += uuencode.o
    106101lib-y += vdprintf.o
     
    121116lib-y += xrealloc_vector.o
    122117
     118lib-$(CONFIG_PLATFORM_LINUX) += match_fstype.o
     119
    123120lib-$(CONFIG_FEATURE_UTMP) += utmp.o
    124121
     
    130127lib-$(CONFIG_FEATURE_CHECK_NAMES) += die_if_bad_username.o
    131128
     129lib-$(CONFIG_NC) += udp_io.o
     130lib-$(CONFIG_DNSD) += udp_io.o
     131lib-$(CONFIG_NTPD) += udp_io.o
     132lib-$(CONFIG_TFTP) += udp_io.o
     133lib-$(CONFIG_TFTPD) += udp_io.o
     134lib-$(CONFIG_TCPSVD) += udp_io.o
     135lib-$(CONFIG_UDPSVD) += udp_io.o
     136lib-$(CONFIG_TRACEROUTE) += udp_io.o
     137
    132138lib-$(CONFIG_LOSETUP) += loop.o
    133139lib-$(CONFIG_FEATURE_MOUNT_LOOP) += loop.o
     
    138144lib-$(CONFIG_DELUSER) += update_passwd.o
    139145
    140 lib-$(CONFIG_PASSWD) += pw_encrypt.o update_passwd.o
     146lib-$(CONFIG_PASSWD) += pw_encrypt.o update_passwd.o obscure.o
    141147lib-$(CONFIG_CHPASSWD) += pw_encrypt.o update_passwd.o
    142148lib-$(CONFIG_CRYPTPW) += pw_encrypt.o
     
    161167lib-$(CONFIG_POWERTOP) += get_cpu_count.o
    162168
     169lib-$(CONFIG_PING) += inet_cksum.o
     170lib-$(CONFIG_TRACEROUTE) += inet_cksum.o
     171lib-$(CONFIG_TRACEROUTE6) += inet_cksum.o
     172lib-$(CONFIG_UDHCPC) += inet_cksum.o
     173lib-$(CONFIG_UDHCPC6) += inet_cksum.o
     174lib-$(CONFIG_UDHCPD) += inet_cksum.o
     175
    163176# We shouldn't build xregcomp.c if we don't need it - this ensures we don't
    164177# require regex.h to be in the include dir even if we don't need it thereby
Note: See TracChangeset for help on using the changeset viewer.