summaryrefslogtreecommitdiff
path: root/target/device/Soekris/Makefile.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-02-17 19:01:52 +0000
committerEric Andersen <andersen@codepoet.org>2005-02-17 19:01:52 +0000
commit5b02c77f2162627616bf5770fdb9ca8c8d92c9ca (patch)
treed8febfcef83497aaaed36cf29ca4af5ecf42ca8e /target/device/Soekris/Makefile.in
parentb8d48d66b318371f91de3c1ff00ac3a5f4b1773f (diff)
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