diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-02-17 19:01:52 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-02-17 19:01:52 +0000 |
commit | 5b02c77f2162627616bf5770fdb9ca8c8d92c9ca (patch) | |
tree | d8febfcef83497aaaed36cf29ca4af5ecf42ca8e /target/device/Soekris/Makefile.in | |
parent | b8d48d66b318371f91de3c1ff00ac3a5f4b1773f (diff) | |
download | buildroot-novena-5b02c77f2162627616bf5770fdb9ca8c8d92c9ca.tar.gz buildroot-novena-5b02c77f2162627616bf5770fdb9ca8c8d92c9ca.zip |
more example device support
Diffstat (limited to 'target/device/Soekris/Makefile.in')
-rw-r--r-- | target/device/Soekris/Makefile.in | 5 |
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 |