819e51b309
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
12 lines
250 B
Plaintext
12 lines
250 B
Plaintext
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"
|
|
|
|
endmenu
|