1DEVICE_TYPE:=terminal
2BOARDNAME:=Artec ThinCan
3
4CFLAGS := -O2 -pipe -march=geode -mtune=geode -funit-at-a-time
5
6DEFAULT_PACKAGES:=\
7	base-files \
8	busybox \
9	hotplug2 \
10	libc \
11	libgcc \
12	opkg \
13	uci \
14	udevtrigger \
15	kmod-fs-msdos \
16	kmod-fs-vfat \
17	kmod-fs-ext2 \
18	kmod-fs-ext3 \
19	kmod-fs-ext4 \
20	kmod-usb-core \
21	kmod-usb-ohci \
22	kmod-usb-hid \
23	kmod-usb-storage \
24	kmod-usb2 \
25	kmod-sound-core \
26	kmod-sound-cs5535audio \
27	kmod-crypto-core \
28	kmod-crypto-hw-geode \
29	kmod-crypto-ocf \
30	kmod-crypto-aes
31
32define Target/Description
33	Build firmware images for Artec ThinCan
34
35	Note that NBD, NFS, DHCP and ethernet module are built into kernel
36endef
37
38