Hello,

I am trying to make a symbolic link from /etc/ppp to a writable portion of memory /var/ppp. However, ptxdist won't allow me to make the link.

@$(call install_link, fracturecode, /var/ppp, /etc/ppp )

I did alter $PTXDIST_DIR/rules/post/install.make to not fail, and things went well on our target. But, when i make the install link

@$(call install_link, fracturecode, var/ppp, etc/ppp )

the plat/root directory is correct, but the generated jffs2 fs is not.

JFFS2 image :

# ls -l /etc
lrwxrwxrwx    1 root     root           19 Sep 25  2009 ppp -> var/ppp

plat-x/root:

# ls -l /etc
lrwxrwxrwx    1 root     root           19 Sep 25  2009 ppp -> /var/ppp

Thanks for your time,

Ryan







--
ptxdist mailing list
[email protected]

Reply via email to