From: ulf at uclibc.org <ulf@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/target/device/Soekris
Date: Thu, 20 Mar 2008 15:07:49 -0700 (PDT) [thread overview]
Message-ID: <20080320220749.8E9AC3C342@busybox.net> (raw)
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
next reply other threads:[~2008-03-20 22:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-20 22:07 ulf at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-03-18 11:47 [Buildroot] svn commit: trunk/buildroot/target/device/Soekris ulf at uclibc.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080320220749.8E9AC3C342@busybox.net \
--to=ulf@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox