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/Config.in | |
parent | d7d57699ef83cce36d87bef73c9e1fbdc765a64c (diff) | |
download | buildroot-novena-819e51b309d43b5d8fdbf8a418c0bb45ad5c11bb.tar.gz buildroot-novena-819e51b309d43b5d8fdbf8a418c0bb45ad5c11bb.zip |
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/Config.in')
-rw-r--r-- | target/device/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/device/Config.in b/target/device/Config.in index 30cb7227b..15a9d814f 100644 --- a/target/device/Config.in +++ b/target/device/Config.in @@ -3,6 +3,7 @@ menu "Board Support Options" source "target/device/Soekris/Config.in" source "target/device/Hitachi/Config.in" source "target/device/AMD/Config.in" +source "target/device/Via/Config.in" # This must be last source "target/generic/Config.in" |