Skip to content
Snippets Groups Projects
Commit bbba13bc authored by Victor Chong's avatar Victor Chong
Browse files

Fix incorrect path to simple.script

Fix bug reported in https://github.com/OP-TEE/optee_os/issues/542



Signed-off-by: default avatarVictor Chong <victor.chong@linaro.org>
Reviewed-by: default avatarJoakim Bech <joakim.bech@linaro.org>
parent 635bbf62
No related branches found
No related tags found
No related merge requests found
...@@ -251,7 +251,7 @@ filelist-tee: xtest strace ...@@ -251,7 +251,7 @@ filelist-tee: xtest strace
@echo "# Script called by udhcpc (DHCP client) to update the network configuration" >> $(GEN_ROOTFS_FILELIST) @echo "# Script called by udhcpc (DHCP client) to update the network configuration" >> $(GEN_ROOTFS_FILELIST)
@echo "dir /etc/udhcp 755 0 0" >> $(GEN_ROOTFS_FILELIST) @echo "dir /etc/udhcp 755 0 0" >> $(GEN_ROOTFS_FILELIST)
@echo "file /etc/udhcp/simple.script $(GEN_ROOTFS_PATH)/busybox/examples/udhcp/simple.script 755 0 0" >> $(GEN_ROOTFS_FILELIST) @echo "file /etc/udhcp/simple.script $(ROOT)/busybox/examples/udhcp/simple.script 755 0 0" >> $(GEN_ROOTFS_FILELIST)
@echo "" >> $(GEN_ROOTFS_FILELIST) @echo "" >> $(GEN_ROOTFS_FILELIST)
@echo "# Run this manually after plugging a USB to ethernet adapter" >> $(GEN_ROOTFS_FILELIST) @echo "# Run this manually after plugging a USB to ethernet adapter" >> $(GEN_ROOTFS_FILELIST)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment