target.mk 591 B

1234567891011121314151617181920212223242526272829303132333435
  1. DEVICE_TYPE:=terminal
  2. BOARDNAME:=Artec ThinCan
  3. CPU_TYPE := geode
  4. FEATURES += broken
  5. DEFAULT_PACKAGES:=\
  6. base-files \
  7. busybox \
  8. hotplug2 \
  9. libc \
  10. libgcc \
  11. opkg \
  12. uci \
  13. udevtrigger \
  14. kmod-fs-msdos \
  15. kmod-fs-vfat \
  16. kmod-fs-ext4 \
  17. kmod-usb-core \
  18. kmod-usb-ohci \
  19. kmod-usb-hid \
  20. kmod-usb-storage \
  21. kmod-usb2 \
  22. kmod-sound-core \
  23. kmod-sound-cs5535audio \
  24. kmod-crypto-core \
  25. kmod-crypto-hw-geode \
  26. kmod-crypto-ocf \
  27. kmod-crypto-aes
  28. define Target/Description
  29. Build firmware images for Artec ThinCan
  30. Note that NBD, NFS, DHCP and ethernet module are built into kernel
  31. endef