Hi,

> Index: target/linux/x86/thincan/target.mk
> ===================================================================
> --- target/linux/x86/thincan/target.mk        (revision 0)
> +++ target/linux/x86/thincan/target.mk        (revision 0)
> @@ -0,0 +1,38 @@
> +DEVICE_TYPE:=terminal
> +BOARDNAME:=Artec ThinCan
> +
> +CFLAGS := -O3 -pipe -march=geode -mtune=geode -funit-at-a-time

use -O2 instead of -O3


> +     kmod-fs-ext3 \
> +     kmod-fs-ext4 \
> +     kmod-usb-core \
> +     kmod-usb-ohci \
> +     kmod-usb-uhci \

ohci and uhci ? you probably only have 1 of the 2

> Index: tools/Makefile
> ===================================================================
> --- tools/Makefile    (revision 26871)
> +++ tools/Makefile    (working copy)
> @@ -18,6 +18,7 @@
>  tools-y += sstrip ipkg-utils genext2fs e2fsprogs mtd-utils mkimage
>  tools-y += firmware-utils patch-cmdline quilt yaffs2 flock
>  tools-y += mm-macros xorg-macros xfce-macros missing-macros xz cmake
> +tools-y += mkelfimage wraplinux

wraplinux is not used in the patch, so it should not be added


thanks,
John

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to