Unverified Commit 31e6fdb4 by Rachid Koucha Committed by Christian Brauner

Suppress useless udhcpc directory

The udhcpc directory is created with "mkdir -p" at the place dynamically specified by "busybox udhcpc --help". Signed-off-by: 's avatarRachid Koucha <rachid.koucha@gmail.com>
parent 3daa49d8
...@@ -75,7 +75,6 @@ ${rootfs}/mnt \ ...@@ -75,7 +75,6 @@ ${rootfs}/mnt \
${rootfs}/tmp \ ${rootfs}/tmp \
${rootfs}/var/log \ ${rootfs}/var/log \
${rootfs}/var/run \ ${rootfs}/var/run \
${rootfs}/usr/share/udhcpc \
${rootfs}/dev/pts \ ${rootfs}/dev/pts \
${rootfs}/dev/shm \ ${rootfs}/dev/shm \
${rootfs}/lib \ ${rootfs}/lib \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment