netifd: add two simple scripts for querying interface/device status
[openwrt.git] / target / linux / x86 / thincan / target.mk
1 DEVICE_TYPE:=terminal
2 BOARDNAME:=Artec ThinCan
3
4 CFLAGS := -O2 -pipe -march=geode -mtune=geode -funit-at-a-time
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-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
32 define Target/Description
33 Build firmware images for Artec ThinCan
34
35 Note that NBD, NFS, DHCP and ethernet module are built into kernel
36 endef
37
This page took 0.039932 seconds and 5 git commands to generate.