[Buildroot] svn commit: trunk/buildroot/target/linux

Ulf Samuelsson ulf.samuelsson at atmel.com
Wed Apr 2 21:28:37 UTC 2008



ulf at uclibc.org a écrit :
> --- trunk/buildroot/target/linux/Makefile.in.advanced 2008-03-30 22:23:39 UTC (rev 21590)
> +++ trunk/buildroot/target/linux/Makefile.in.advanced 2008-03-31 05:42:03 UTC (rev 21591)
> @@ -103,7 +103,7 @@
>  endif
>  endif
>  
> -KERNEL_CONFIG_METHOD:=($(strip $(subst ",,$(BR2_KERNEL_CONFIG_METHOD))),)
> +KERNEL_CONFIG_METHOD:=$(strip $(subst ",,$(BR2_KERNEL_CONFIG_METHOD)))
>  #"))
>  ifeq ($(KERNEL_CONFIG_METHOD),)
>  KERNEL_CONFIG_METHOD:=xconfig
> @@ -335,7 +335,11 @@
>  $(MAKE) $(LINUX26_MAKE_FLAGS) -C $(LINUX26_DIR) $(KERNEL_CONFIG_METHOD) ; \
>  fi
>  endif
> +ifneq ($(strip $(subst ",,$(BR2_EXTRA_VERSION))),)
> + $(SED) 's,^EXTRA_VERSION=.*,EXTRA_VERSION=="$(BR2_EXTRA_VERSION)",g'
> +endif

> This patch break the default compilation for AT91SAM9261 (make 
> at91sam9261ek_defconfig && make) with the following error:


Choose another kernel version like 2.6.22.1.
I have a fix ready, but I am having problems
with svn access from where I am at the moment.


Best Regards
Ulf Samuelsson



More information about the buildroot mailing list