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