x86: remove 3.14 support
[openwrt.git] / target / linux / x86 / thincan / target.mk
1 DEVICE_TYPE:=terminal
2 BOARDNAME:=Artec ThinCan
3 CPU_TYPE := geode
4 FEATURES += broken
5
6 DEFAULT_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-ext4 \
18         kmod-usb-core \
19         kmod-usb-ohci \
20         kmod-usb-hid \
21         kmod-usb-storage \
22         kmod-usb2-pci \
23         kmod-sound-core \
24         kmod-sound-cs5535audio \
25         kmod-crypto-core \
26         kmod-crypto-hw-geode \
27         kmod-crypto-ocf \
28         kmod-crypto-aes
29
30 define Target/Description
31         Build firmware images for Artec ThinCan
32
33         Note that NBD, NFS, DHCP and ethernet module are built into kernel
34 endef
35