diff --git a/hikey.mk b/hikey.mk
index b02e0fab051f2b1203042bf946bcf219cd62fab9..f509c3e6a3a2ace59cb22290f10581257cd1510e 100644
--- a/hikey.mk
+++ b/hikey.mk
@@ -251,7 +251,7 @@ filelist-tee: xtest strace
 
 	@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 "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 "# Run this manually after plugging a USB to ethernet adapter" >> $(GEN_ROOTFS_FILELIST)