mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 10:28:54 +00:00
V1.0.6
This commit is contained in:
6
packages/third-party/lwip/SConscript
vendored
6
packages/third-party/lwip/SConscript
vendored
@@ -177,7 +177,7 @@ src/apps/http/httpd.c
|
||||
|
||||
# 8. MAKEFSDATA HTTP server host utility
|
||||
lwipmakefsdata_SRCS = Split("""
|
||||
src/apps/http/makefsdata/makefsdata.c
|
||||
src/apps/http/makefsdata/fsdata.c
|
||||
""")
|
||||
|
||||
# 9. IPERF server
|
||||
@@ -262,6 +262,7 @@ contrib/ports/drv/aic/sys/ethernetif.c
|
||||
lwipexample_SRCS = Split("""
|
||||
contrib/examples/example_app/test.c
|
||||
contrib/examples/example_app/netif_startup.c
|
||||
contrib/examples/httpd/ssi_example/ssi_example.c
|
||||
""")
|
||||
|
||||
# 21. nettools
|
||||
@@ -332,6 +333,9 @@ if GetDepend(['LPKG_USING_NETTOOLS']):
|
||||
if GetDepend(['LPKG_LWIP_USING_DHCPD']):
|
||||
src += lwipdhcpd_SRCS
|
||||
|
||||
if GetDepend(['LPKG_LWIP_USING_HTTP']):
|
||||
src += lwiphttp_SRCS
|
||||
|
||||
group = DefineGroup('lwIP', src, depend = ['LPKG_USING_LWIP'], CPPPATH = path)
|
||||
|
||||
Return('group')
|
||||
|
||||
Reference in New Issue
Block a user