mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Signed-off-by: Ted Hess <thess@kitschensync.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44167 3c298f89-4303-0410-b956-a3cf2f4a3e73
36 lines
595 B
Makefile
36 lines
595 B
Makefile
DEVICE_TYPE:=terminal
|
|
BOARDNAME:=Artec ThinCan
|
|
CPU_TYPE := geode
|
|
FEATURES += broken
|
|
|
|
DEFAULT_PACKAGES:=\
|
|
base-files \
|
|
busybox \
|
|
hotplug2 \
|
|
libc \
|
|
libgcc \
|
|
opkg \
|
|
uci \
|
|
udevtrigger \
|
|
kmod-fs-msdos \
|
|
kmod-fs-vfat \
|
|
kmod-fs-ext4 \
|
|
kmod-usb-core \
|
|
kmod-usb-ohci \
|
|
kmod-usb-hid \
|
|
kmod-usb-storage \
|
|
kmod-usb2-pci \
|
|
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
|
|
|