100-n810.mk 785 B

12345678910111213141516171819202122232425262728293031
  1. #
  2. # Copyright (C) 2010-2011 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. define Profile/n810-base
  8. NAME:=Nokia n810 (base)
  9. PACKAGES:= \
  10. block-mount \
  11. gpsd \
  12. ip iw kmod-p54-spi wpa-supplicant \
  13. dnsmasq dropbear \
  14. pwrtray-backend \
  15. kmod-fs-vfat kmod-fs-msdos \
  16. kmod-input-evdev \
  17. kmod-leds-gpio \
  18. kmod-usb-tahvo kmod-usb-gadget-eth \
  19. kmod-usb-net kmod-usb-net-cdc-ether kmod-usb-net-pegasus kmod-usb-net-rndis \
  20. kmod-usb-storage kmod-usb-hid \
  21. kmod-bluetooth kmod-bluetooth-hci-h4p bluez-utils bluez-hcidump \
  22. kmod-n810bm maemo-kexec calvaria \
  23. schedtool
  24. endef
  25. define Profile/n810-base/Description
  26. Minimal package set for Nokia n810 hardware.
  27. endef
  28. $(eval $(call Profile,n810-base))