[Armadeus-commitlog] SF.net SVN: armadeus:[1067] trunk/patches/ 071-buildroot-linux-change_board_sp
Brought to you by:
sszy
|
From: <ar...@us...> - 2009-02-18 08:50:51
|
Revision: 1067
http://armadeus.svn.sourceforge.net/armadeus/?rev=1067&view=rev
Author: artemys
Date: 2009-02-18 08:50:46 +0000 (Wed, 18 Feb 2009)
Log Message:
-----------
[BUILDROOT] remove need of linux-2.6.XX- prefix in armadeus custom kernel patches
Added Paths:
-----------
trunk/patches/071-buildroot-linux-change_board_specific_patches_name.diff
Added: trunk/patches/071-buildroot-linux-change_board_specific_patches_name.diff
===================================================================
--- trunk/patches/071-buildroot-linux-change_board_specific_patches_name.diff (rev 0)
+++ trunk/patches/071-buildroot-linux-change_board_specific_patches_name.diff 2009-02-18 08:50:46 UTC (rev 1067)
@@ -0,0 +1,11 @@
+--- buildroot/target/linux/Makefile.in.advanced.org 2009-02-18 09:21:59.000000000 +0100
++++ buildroot/target/linux/Makefile.in.advanced 2009-02-18 09:35:47.000000000 +0100
+@@ -293,7 +293,7 @@
+ ifneq ($(LINUX26_PATCH_DIR),)
+ if [ -d $(LINUX26_PATCH_DIR) ] ; then \
+ toolchain/patch-kernel.sh $(LINUX26_DIR) $(LINUX26_PATCH_DIR) \
+- linux-$(LINUX26_VERSION)\*.patch{,.gz,.bz2} ; \
++ \*.patch{,.gz,.bz2} ; \
+ fi
+ endif
+ touch $@
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|