- Timestamp:
- Nov 20, 2014 4:33:54 PM (10 years ago)
- Location:
- trunk/src/VBox/Devices/PC/ipxe
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/ipxe/Makefile.kmk
r49116 r53362 322 322 src/net/udp/dns.c \ 323 323 src/net/udp/tftp.c \ 324 src/net/tcp/http.c \ 325 src/net/tcp/httpcore.c \ 324 326 src/usr/autoboot.c \ 325 327 src/usr/dhcpmgmt.c \ -
trunk/src/VBox/Devices/PC/ipxe/src/config/general.h
r47928 r53362 56 56 57 57 #define DOWNLOAD_PROTO_TFTP /* Trivial File Transfer Protocol */ 58 # undefDOWNLOAD_PROTO_HTTP /* Hypertext Transfer Protocol */58 #define DOWNLOAD_PROTO_HTTP /* Hypertext Transfer Protocol */ 59 59 #undef DOWNLOAD_PROTO_HTTPS /* Secure Hypertext Transfer Protocol */ 60 60 #undef DOWNLOAD_PROTO_FTP /* File Transfer Protocol */
Note:
See TracChangeset
for help on using the changeset viewer.