From 819e51b309d43b5d8fdbf8a418c0bb45ad5c11bb Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 23 Jun 2005 21:34:25 +0000 Subject: New target/device: Via epia-mii: Creates a target for the epia-mii board. Fairly generic, based on 2.6 kernel. Doesn't override the busybox or uclibc configurations. Includes one patch, which I still can't get to apply (it applies cleanly manually, but isn't applied through buildroot). http://bugs.busybox.net/view.php?id=188 --- target/device/Via/Makefile.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 target/device/Via/Makefile.in (limited to 'target/device/Via/Makefile.in') diff --git a/target/device/Via/Makefile.in b/target/device/Via/Makefile.in new file mode 100644 index 000000000..63140b58a --- /dev/null +++ b/target/device/Via/Makefile.in @@ -0,0 +1,10 @@ +# Override the default uClibc configuration +ifeq ($(strip $(BR2_TARGET_VIA_EPIA_MII)),y) + +ifeq ($(strip $(BR2_PACKAGE_LINUX)),y) +include target/device/Via/epia-mii/linux.mk +TARGETS+=linux +endif + +endif + -- cgit v1.2.3