Jivin Mike Frysinger lays it down ...
> Using a relative path to busybox's depmod script doesn't work if the kern
> dir is actually a symlink somewhere else.  Using a full path avoids that.

Applied,

Thanks,
Davidm

> ---
>  Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index 71488d6..9faa7b7 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -168,7 +168,7 @@ modules_install:
>       . $(CONFIG_CONFIG); \
>       if [ "$$CONFIG_MODULES" = "y" ]; then \
>               [ -d $(ROMFSDIR)/lib/modules ] || mkdir -p 
> $(ROMFSDIR)/lib/modules; \
> -             $(MAKEARCH_KERNEL) -C $(LINUXDIR) INSTALL_MOD_CMD="$(ROMFSINST) 
> -S -r \"\"" INSTALL_MOD_PATH=$(ROMFSDIR) 
> DEPMOD="../user/busybox/examples/depmod.pl" modules_install; \
> +             $(MAKEARCH_KERNEL) -C $(LINUXDIR) INSTALL_MOD_CMD="$(ROMFSINST) 
> -S -r \"\"" INSTALL_MOD_PATH=$(ROMFSDIR) 
> DEPMOD="$(ROOTDIR)/user/busybox/examples/depmod.pl" modules_install; \
>               rm -f $(ROMFSDIR)/lib/modules/*/build; \
>               rm -f $(ROMFSDIR)/lib/modules/*/source; \
>               find $(ROMFSDIR)/lib/modules -type f -name "*o" | xargs -r 
> $(STRIP) -R .comment -R .note -g --strip-unneeded; \
> -- 
> 1.6.1.3
> 
> _______________________________________________
> uClinux-dev mailing list
> uClinux-dev@uclinux.org
> http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
> This message was resent by uclinux-dev@uclinux.org
> To unsubscribe see:
> http://mailman.uclinux.org/mailman/options/uclinux-dev
> 

-- 
David McCullough,  david_mccullo...@securecomputing.com,  Ph:+61 734352815
McAfee - SnapGear  http://www.snapgear.com                http://www.uCdot.org
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to