projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6cfd28
)
target/device/Soekris/net4521/linux.mk should only be used when
author
Eric Andersen
<andersen@codepoet.org>
Thu, 24 Feb 2005 19:38:09 +0000
(19:38 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Thu, 24 Feb 2005 19:38:09 +0000
(19:38 -0000)
BR2_TARGET_SOEKRIS_NET4521 is enabled.
target/device/Soekris/Makefile.in
patch
|
blob
|
history
diff --git
a/target/device/Soekris/Makefile.in
b/target/device/Soekris/Makefile.in
index 4aaf1ef8e9d5d1067cfda0d0b9dfb6ebcbe3ba2c..8f9fc24cc5ff87572cd957df8c232c4a414dee3b 100644
(file)
--- a/
target/device/Soekris/Makefile.in
+++ b/
target/device/Soekris/Makefile.in
@@
-2,10
+2,11
@@
ifeq ($(strip $(BR2_TARGET_SOEKRIS_NET4521)),y)
UCLIBC_CONFIG_FILE:=target/device/Soekris/net4521/uClibc.config
BUSYBOX_CONFIG:=target/device/Soekris/net4521/busybox.config
-endif
ifeq ($(strip $(BR2_PACKAGE_LINUX)),y)
include target/device/Soekris/net4521/linux.mk
TARGETS+=linux
endif
+endif
+