rEcover from my previous commit
This commit is contained in:
parent
e9fc781570
commit
9f2f8540c5
@ -27,18 +27,12 @@ LIBBB_OBJ= full_version name_too_long omitting_directory not_a_directory \
|
|||||||
write_error too_few_args name_longer_than_foo unknown can_not_create_raw_socket
|
write_error too_few_args name_longer_than_foo unknown can_not_create_raw_socket
|
||||||
LIBBB_MOBJS=$(patsubst %,%.o, $(LIBBB_OBJ))
|
LIBBB_MOBJS=$(patsubst %,%.o, $(LIBBB_OBJ))
|
||||||
|
|
||||||
LIBBB_ARCSRC=unarchive.c
|
|
||||||
LIBBB_ARCOBJ= archive_offset seek_sub_file extract_archive unarchive \
|
|
||||||
get_header_ar get_header_cpio get_header_tar deb_extract
|
|
||||||
LIBBB_AROBJS=$(patsubst %,%.o, $(LIBBB_ARCOBJ))
|
|
||||||
|
|
||||||
|
|
||||||
obj-y :=
|
obj-y :=
|
||||||
obj-n :=
|
obj-n :=
|
||||||
obj- :=
|
obj- :=
|
||||||
|
|
||||||
obj-y += ask_confirmation.o chomp.o concat_path_file.o copy_file.o \
|
obj-y += ask_confirmation.o chomp.o concat_path_file.o copy_file.o \
|
||||||
copy_file_chunk.o deb_functs.o libc5.o device_open.o error_msg.o \
|
copy_file_chunk.o libc5.o device_open.o error_msg.o \
|
||||||
error_msg_and_die.o fgets_str.o find_mount_point.o find_pid_by_name.o \
|
error_msg_and_die.o fgets_str.o find_mount_point.o find_pid_by_name.o \
|
||||||
find_root_device.o full_read.o full_write.o get_console.o \
|
find_root_device.o full_read.o full_write.o get_console.o \
|
||||||
get_last_path_component.o get_line_from_file.o gz_open.o human_readable.o \
|
get_last_path_component.o get_line_from_file.o gz_open.o human_readable.o \
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
mainmenu_option next_comment
|
mainmenu_option next_comment
|
||||||
comment 'Networking Utilities'
|
comment 'Networking Utilities'
|
||||||
|
|
||||||
bool 'apt_get' CONFIG_APT_GET
|
|
||||||
bool 'hostname' CONFIG_HOSTNAME
|
bool 'hostname' CONFIG_HOSTNAME
|
||||||
bool 'ifconfig' CONFIG_IFCONFIG
|
bool 'ifconfig' CONFIG_IFCONFIG
|
||||||
bool 'nc' CONFIG_NC
|
bool 'nc' CONFIG_NC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user