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
11 lines
202 B
Makefile
11 lines
202 B
Makefile
# 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
|
|
|