summaryrefslogtreecommitdiffstats
path: root/target/device/Soekris/Makefile.in
diff options
context:
space:
mode:
authorEric Andersen2005-02-17 20:01:52 +0100
committerEric Andersen2005-02-17 20:01:52 +0100
commit5b02c77f2162627616bf5770fdb9ca8c8d92c9ca (patch)
treed8febfcef83497aaaed36cf29ca4af5ecf42ca8e /target/device/Soekris/Makefile.in
parentUpdate toolchain with some cvs additions from the debian package (diff)
downloadbuildroot-5b02c77f2162627616bf5770fdb9ca8c8d92c9ca.tar.gz
buildroot-5b02c77f2162627616bf5770fdb9ca8c8d92c9ca.tar.xz
buildroot-5b02c77f2162627616bf5770fdb9ca8c8d92c9ca.zip
more example device support
Diffstat (limited to 'target/device/Soekris/Makefile.in')
-rw-r--r--target/device/Soekris/Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/device/Soekris/Makefile.in b/target/device/Soekris/Makefile.in
new file mode 100644
index 000000000..5a00e9b0f
--- /dev/null
+++ b/target/device/Soekris/Makefile.in
@@ -0,0 +1,5 @@
+# Override the default uClibc configuration
+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