diff options
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 |