mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-26 06:53:23 +00:00
uevent should be format Enum of smoltcp socket should be optimized. need to add interface for routing subsys actix is still not abled to run. clean some casual added code to other places
24 lines
402 B
Plaintext
24 lines
402 B
Plaintext
{
|
|
"name": "ping",
|
|
"version": "0.1.0",
|
|
"description": "ping用户程序",
|
|
"task_type": {
|
|
"BuildFromSource": {
|
|
"Local": {
|
|
"path": "apps/ping"
|
|
}
|
|
}
|
|
},
|
|
"depends": [],
|
|
"build": {
|
|
"build_command": "make install"
|
|
},
|
|
"install": {
|
|
"in_dragonos_path": "/usr"
|
|
},
|
|
"clean": {
|
|
"clean_command": "make clean"
|
|
},
|
|
"envs": [],
|
|
"target_arch": ["x86_64"]
|
|
} |