Marc Kleine-Budde wrote:
Ryan Raasch wrote:
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 )
you're not allowed to make absolute links. please make it a relative one.
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
Its fails, because it does not work correctly if you make absolute links.
@$(call install_link, fracturecode, var/ppp, etc/ppp )
try this:
@$(call install_link, fracturecode, ../var/ppp, /etc/ppp)
Nice trick! I think so square sometimes :) Thanks.
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
cheers, Marc
------------------------------------------------------------------------
--
ptxdist mailing list
[email protected]
--
ptxdist mailing list
[email protected]