Changeset 3621 in MondoRescue for branches/3.3/mindi-busybox/libbb/Kbuild.src


Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

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

    r3232 r3621  
    2828lib-y += copyfd.o
    2929lib-y += crc32.o
    30 lib-y += create_icmp6_socket.o
    31 lib-y += create_icmp_socket.o
    3230lib-y += default_error_retval.o
    3331lib-y += device_open.o
    3432lib-y += dump.o
    35 lib-y += execable.o
     33lib-y += executable.o
    3634lib-y += fclose_nonstdin.o
    3735lib-y += fflush_stdout_and_exit.o
     
    4947lib-y += human_readable.o
    5048lib-y += inet_common.o
    51 lib-y += info_msg.o
    5249lib-y += inode_hash.o
    5350lib-y += isdirectory.o
     
    9592lib-y += str_tolower.o
    9693lib-y += strrstr.o
     94lib-y += sysconf.o
    9795lib-y += time.o
    9896lib-y += trim.o
     
    144142lib-$(CONFIG_DELUSER) += update_passwd.o
    145143
     144lib-$(CONFIG_FTPD) += correct_password.o
    146145lib-$(CONFIG_PASSWD) += pw_encrypt.o update_passwd.o obscure.o
    147146lib-$(CONFIG_CHPASSWD) += pw_encrypt.o update_passwd.o
    148147lib-$(CONFIG_CRYPTPW) += pw_encrypt.o
    149 lib-$(CONFIG_SULOGIN) += pw_encrypt.o
     148lib-$(CONFIG_MKPASSWD) += pw_encrypt.o
     149lib-$(CONFIG_SULOGIN) += pw_encrypt.o correct_password.o
    150150lib-$(CONFIG_VLOCK) += pw_encrypt.o correct_password.o
    151151lib-$(CONFIG_SU) += pw_encrypt.o correct_password.o
    152152lib-$(CONFIG_LOGIN) += pw_encrypt.o correct_password.o
    153153lib-$(CONFIG_FEATURE_HTTPD_AUTH_MD5) += pw_encrypt.o
     154lib-$(CONFIG_FEATURE_FTP_AUTHENTICATION) += pw_encrypt.o
    154155
    155156lib-$(CONFIG_DF) += find_mount_point.o
     
    188189lib-$(CONFIG_DEVFSD) += xregcomp.o
    189190lib-$(CONFIG_FEATURE_FIND_REGEX) += xregcomp.o
     191
     192# Add the experimental logging functionality, only used by zcip
     193lib-$(CONFIG_ZCIP) += logenv.o
Note: See TracChangeset for help on using the changeset viewer.