* [Buildroot] svn commit: trunk/buildroot/target/device: x86 x86/i386
@ 2007-01-31 17:36 aldot at uclibc.org
0 siblings, 0 replies; 3+ messages in thread
From: aldot at uclibc.org @ 2007-01-31 17:36 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2007-01-31 09:36:43 -0800 (Wed, 31 Jan 2007)
New Revision: 17687
Log:
- reenable linux26
Modified:
trunk/buildroot/target/device/Config.in
trunk/buildroot/target/device/Makefile.in
trunk/buildroot/target/device/x86/Makefile.in
trunk/buildroot/target/device/x86/i386/Makefile.in
Changeset:
Modified: trunk/buildroot/target/device/Config.in
===================================================================
--- trunk/buildroot/target/device/Config.in 2007-01-31 15:09:26 UTC (rev 17686)
+++ trunk/buildroot/target/device/Config.in 2007-01-31 17:36:43 UTC (rev 17687)
@@ -1,17 +1,9 @@
menu "Board Support Options"
-config BR2_TARGET_GENERIC
+config BR2_PACKAGE_LINUX
bool "linux kernel"
default n
- select BR2_PACKAGE_LINUX
help
- Architecture or board dependant linux kernel.
-
-config BR2_PACKAGE_LINUX
- bool "linux"
- default n
- depends BR2_TARGET_GENERIC
- help
The Linux kernel.
http://www.kernel.org/
Modified: trunk/buildroot/target/device/Makefile.in
===================================================================
--- trunk/buildroot/target/device/Makefile.in 2007-01-31 15:09:26 UTC (rev 17686)
+++ trunk/buildroot/target/device/Makefile.in 2007-01-31 17:36:43 UTC (rev 17687)
@@ -1,3 +1,6 @@
TARGET_DEVICE_DEPMOD:=target/device/x86/depmod.pl
-include target/device/*/Makefile.in
+ifeq ($(BR2_PACKAGE_LINUX),y)
+TARGETS+=linux26
+endif
Modified: trunk/buildroot/target/device/x86/Makefile.in
===================================================================
--- trunk/buildroot/target/device/x86/Makefile.in 2007-01-31 15:09:26 UTC (rev 17686)
+++ trunk/buildroot/target/device/x86/Makefile.in 2007-01-31 17:36:43 UTC (rev 17687)
@@ -1,5 +1,3 @@
-ifeq ($(strip $(BR2_TARGET_GENERIC)),y)
ifeq ($(strip $(BR2_i386)),y)
include target/device/x86/i386/Makefile.in
endif
-endif
Modified: trunk/buildroot/target/device/x86/i386/Makefile.in
===================================================================
--- trunk/buildroot/target/device/x86/i386/Makefile.in 2007-01-31 15:09:26 UTC (rev 17686)
+++ trunk/buildroot/target/device/x86/i386/Makefile.in 2007-01-31 17:36:43 UTC (rev 17687)
@@ -5,4 +5,3 @@
endif
LINUX26_FORMAT=bzImage
-TARGETS+=linux26
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/device: x86 x86/i386
@ 2009-01-29 17:52 ulf at uclibc.org
0 siblings, 0 replies; 3+ messages in thread
From: ulf at uclibc.org @ 2009-01-29 17:52 UTC (permalink / raw)
To: buildroot
Author: ulf
Date: 2009-01-29 17:52:39 +0000 (Thu, 29 Jan 2009)
New Revision: 25131
Log:
Clean up x86 support
Added:
trunk/buildroot/target/device/x86/i386/i386_defconfig
Removed:
trunk/buildroot/target/device/x86/i386/i686_defconfig
trunk/buildroot/target/device/x86/i386/linux26.config
Modified:
trunk/buildroot/target/device/Config.in
trunk/buildroot/target/device/x86/Config.in
trunk/buildroot/target/device/x86/i386/Makefile.in
Changeset:
Sorry, the patch is too large to include (3565 lines).
Please use ViewCVS to see it!
http://uclibc.org/cgi-bin/viewcvs.cgi?view=rev&root=svn&rev=25131
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/device: x86 x86/i386
@ 2006-12-02 19:34 aldot at uclibc.org
0 siblings, 0 replies; 3+ messages in thread
From: aldot at uclibc.org @ 2006-12-02 19:34 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2006-12-02 11:34:17 -0800 (Sat, 02 Dec 2006)
New Revision: 16768
Log:
- add generic target. X86 for now, don't fork this but generalize it!
Added:
trunk/buildroot/target/device/x86/
trunk/buildroot/target/device/x86/Config.in
trunk/buildroot/target/device/x86/Makefile.in
trunk/buildroot/target/device/x86/depmod.pl
trunk/buildroot/target/device/x86/i386/
trunk/buildroot/target/device/x86/i386/Makefile.in
trunk/buildroot/target/device/x86/i386/busybox.config
trunk/buildroot/target/device/x86/i386/linux.config
trunk/buildroot/target/device/x86/i386/linux.mk
trunk/buildroot/target/device/x86/i386/uClibc.config.i586
Modified:
trunk/buildroot/target/device/Config.in
Changeset:
Sorry, the patch is too large to include (3172 lines).
Please use ViewCVS to see it!
http://uclibc.org/cgi-bin/viewcvs.cgi?view=rev&root=svn&rev=16768
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-01-29 17:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-31 17:36 [Buildroot] svn commit: trunk/buildroot/target/device: x86 x86/i386 aldot at uclibc.org
-- strict thread matches above, loose matches on Subject: below --
2009-01-29 17:52 ulf at uclibc.org
2006-12-02 19:34 aldot at uclibc.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox