[Armadeus-commitlog] SF.net SVN: armadeus:[953] trunk/patches/ 060-buildroot-makes_possible_to_comp
Brought to you by:
sszy
|
From: <ar...@us...> - 2008-12-12 22:28:47
|
Revision: 953
http://armadeus.svn.sourceforge.net/armadeus/?rev=953&view=rev
Author: artemys
Date: 2008-12-12 22:28:42 +0000 (Fri, 12 Dec 2008)
Log Message:
-----------
[BUILDROOT] Now Linux is (again) compilable in a simple way (make in LINUX_DIR)
Added Paths:
-----------
trunk/patches/060-buildroot-makes_possible_to_compile_linux_in_a_standalone_way_after_configuration.diff
Added: trunk/patches/060-buildroot-makes_possible_to_compile_linux_in_a_standalone_way_after_configuration.diff
===================================================================
--- trunk/patches/060-buildroot-makes_possible_to_compile_linux_in_a_standalone_way_after_configuration.diff (rev 0)
+++ trunk/patches/060-buildroot-makes_possible_to_compile_linux_in_a_standalone_way_after_configuration.diff 2008-12-12 22:28:42 UTC (rev 953)
@@ -0,0 +1,11 @@
+--- buildroot/target/linux/Makefile.in.advanced.org 2008-12-12 21:55:37.000000000 +0100
++++ buildroot/target/linux/Makefile.in.advanced 2008-12-12 22:25:20.000000000 +0100
+@@ -378,6 +378,8 @@
+ echo "CONFIG_INITRAMFS_ROOT_GID=0" >> $(LINUX26_DIR)/.config
+ endif
+ ifeq ($(strip $(BR2_TARGET_ARMADEUS)),y)
++ $(SED) "s,^ARCH.*,ARCH=$(KERNEL_ARCH),g;" $(LINUX_DIR)/Makefile
++ $(SED) "s,^CROSS_COMPILE.*,CROSS_COMPILE=$(KERNEL_CROSS),g;" $(LINUX_DIR)/Makefile
+ (cd $(LINUX_DIR)/drivers; ln -sf $(ARMADEUS_TOPDIR)/target/linux/modules/ armadeus)
+ endif
+ $(MAKE) $(LINUX26_MAKE_FLAGS) -C $(LINUX26_DIR) oldconfig
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|