Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/target/device/Soekris
@ 2008-03-18 11:47 ulf at uclibc.org
  0 siblings, 0 replies; 2+ messages in thread
From: ulf at uclibc.org @ 2008-03-18 11:47 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2008-03-18 04:47:31 -0700 (Tue, 18 Mar 2008)
New Revision: 21388

Log:
Use BOARD_PATH instead of SOEKRIS_NET4801_PATH

Modified:
   trunk/buildroot/target/device/Soekris/Makefile.in


Changeset:
Modified: trunk/buildroot/target/device/Soekris/Makefile.in
===================================================================
--- trunk/buildroot/target/device/Soekris/Makefile.in	2008-03-18 11:43:00 UTC (rev 21387)
+++ trunk/buildroot/target/device/Soekris/Makefile.in	2008-03-18 11:47:31 UTC (rev 21388)
@@ -10,16 +10,17 @@
 
 endif
 
-SOEKRIS_NET4801_PATH=target/device/Soekris/net4801
+#SOEKRIS_NET4801_PATH=target/device/Soekris/net4801
+BOARD_PATH=target/device/Soekris/net4801
 
 ifeq ($(strip $(BR2_TARGET_SOEKRIS_NET4801)),y)
-UCLIBC_CONFIG_FILE:=$(SOEKRIS_NET4801_PATH)/uClibc.config
-BR2_PACKAGE_BUSYBOX_CONFIG:=$(SOEKRIS_NET4801_PATH)/busybox.config
+UCLIBC_CONFIG_FILE:=$(BOARD_PATH)/uClibc.config
+BR2_PACKAGE_BUSYBOX_CONFIG:=$(BOARD_PATH)/busybox.config
 
 ifeq ($(strip $(BR2_PACKAGE_LINUX)),y)
 TARGETS+=linux26
 include target/device/Soekris/soekris_gpio/soekris_gpio.mk
-LINUX26_KCONFIG=$(SOEKRIS_NET4801_PATH)/linux26.config
+LINUX26_KCONFIG=$(BOARD_PATH)/linux26.config
 endif
 
 endif

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/target/device/Soekris
@ 2008-03-20 22:07 ulf at uclibc.org
  0 siblings, 0 replies; 2+ messages in thread
From: ulf at uclibc.org @ 2008-03-20 22:07 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2008-03-20 15:07:49 -0700 (Thu, 20 Mar 2008)
New Revision: 21420

Log:
Do not include Soekris, unless i386 arch

Modified:
   trunk/buildroot/target/device/Soekris/Config.in
   trunk/buildroot/target/device/Soekris/Makefile.in


Changeset:
Modified: trunk/buildroot/target/device/Soekris/Config.in
===================================================================
--- trunk/buildroot/target/device/Soekris/Config.in	2008-03-20 22:06:10 UTC (rev 21419)
+++ trunk/buildroot/target/device/Soekris/Config.in	2008-03-20 22:07:49 UTC (rev 21420)
@@ -1,6 +1,11 @@
+menuconfig BR2_TARGET_SOEKRIS
+	bool "Soekris device support"
+	depends BR2_i386
+	default n
+
+if BR2_TARGET_SOEKRIS
 config BR2_TARGET_SOEKRIS_NET4521
 	bool "Soekris net4521"
-	depends BR2_i386
 	default n
 	select BR2_PACKAGE_LINUX
 	help
@@ -17,3 +22,4 @@
 comment "Package support"
 	depends on BR2_TARGET_SOEKRIS_NET4521 || BR2_TARGET_SOEKRIS_NET4801
 
+endif

Modified: trunk/buildroot/target/device/Soekris/Makefile.in
===================================================================
--- trunk/buildroot/target/device/Soekris/Makefile.in	2008-03-20 22:06:10 UTC (rev 21419)
+++ trunk/buildroot/target/device/Soekris/Makefile.in	2008-03-20 22:07:49 UTC (rev 21420)
@@ -1,4 +1,6 @@
 # Override the default uClibc configuration
+ifeq ($(strip $(BR2_TARGET_SOEKRIS)),y)
+
 ifeq ($(strip $(BR2_TARGET_SOEKRIS_NET4521)),y)
 UCLIBC_CONFIG_FILE:=target/device/Soekris/net4521/uClibc.config
 BR2_PACKAGE_BUSYBOX_CONFIG:=target/device/Soekris/net4521/busybox.config
@@ -24,3 +26,4 @@
 endif
 
 endif
+endif

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-20 22:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-18 11:47 [Buildroot] svn commit: trunk/buildroot/target/device/Soekris ulf at uclibc.org
  -- strict thread matches above, loose matches on Subject: below --
2008-03-20 22:07 ulf 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