diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-06-23 21:34:25 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-06-23 21:34:25 +0000 |
commit | 819e51b309d43b5d8fdbf8a418c0bb45ad5c11bb (patch) | |
tree | 7e946ce94feb1840fdfefffbdfeba88be1f52e91 /target/device/Via/Config.in | |
parent | d7d57699ef83cce36d87bef73c9e1fbdc765a64c (diff) |
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
Diffstat (limited to 'target/device/Via/Config.in')
-rw-r--r-- | target/device/Via/Config.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/target/device/Via/Config.in b/target/device/Via/Config.in new file mode 100644 index 000000000..3fb8fbbe2 --- /dev/null +++ b/target/device/Via/Config.in @@ -0,0 +1,15 @@ +config BR2_TARGET_VIA_EPIA_MII + bool "EPIA MII" + depends BR2_i386 + default n + select BR2_PACKAGE_LINUX + help + The Via EPIA MII board + +config BR2_PACKAGE_LINUX + bool "linux" + default n + help + The Linux kernel. + + http://www.kernel.org/ |