Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
1. add curl to the image.
Browse files Browse the repository at this point in the history
2. fix busybox build on ubuntu 18.04.
  • Loading branch information
fortitudepub committed Mar 17, 2020
1 parent 6b0e38a commit e75b99b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion trunk/libs/libcurl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ install:
$(MAKE) -C $(SRC_NAME) install DESTDIR=""

romfs:

cp -fP $(DESTDIR)/bin/curl $(ROMFSDIR)/bin/curl
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ static struct kconf_id_strings_t kconf_id_strings_contents =
#ifdef __GNUC__
__inline
#endif
struct kconf_id *
static struct kconf_id *
kconf_id_lookup (register const char *str, register unsigned int len)
{
enum
Expand Down

0 comments on commit e75b99b

Please sign in to comment.