aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/thincan/target.mk
blob: 72f795f445c06353aa2ac65f5d9dbbe24a85a52c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
DEVICE_TYPE:=terminal
BOARDNAME:=Artec ThinCan
LINUX_VERSION:=3.10.34
CPU_TYPE := geode
FEATURES += broken

DEFAULT_PACKAGES:=\
	base-files \
	busybox \
	hotplug2 \
	libc \
	libgcc \
	opkg \
	uci \
	udevtrigger \
	kmod-fs-msdos \
	kmod-fs-vfat \
	kmod-fs-ext2 \
	kmod-fs-ext3 \
	kmod-fs-ext4 \
	kmod-usb-core \
	kmod-usb-ohci \
	kmod-usb-hid \
	kmod-usb-storage \
	kmod-usb2 \
	kmod-sound-core \
	kmod-sound-cs5535audio \
	kmod-crypto-core \
	kmod-crypto-hw-geode \
	kmod-crypto-ocf \
	kmod-crypto-aes

define Target/Description
	Build firmware images for Artec ThinCan

	Note that NBD, NFS, DHCP and ethernet module are built into kernel
endef