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
8define Profile/n810-base
9  NAME:=Nokia n810 (base)
10  PACKAGES:= \
11	block-mount \
12	gpsd \
13	ip iw kmod-p54-spi wpa-supplicant \
14	dnsmasq dropbear \
15	pwrtray-backend \
16	kmod-fs-vfat kmod-fs-msdos \
17	kmod-input-evdev \
18	kmod-leds-gpio \
19	kmod-usb-tahvo kmod-usb-eth-gadget \
20	kmod-usb-net kmod-usb-net-cdc-ether kmod-usb-net-pegasus kmod-usb-net-rndis \
21	kmod-usb-storage kmod-usb-hid \
22	kmod-bluetooth kmod-bluetooth-hci-h4p bluez-utils bluez-hcidump \
23	kmod-n810bm maemo-kexec calvaria \
24	schedtool
25endef
26
27define Profile/n810-base/Description
28	Minimal package set for Nokia n810 hardware.
29endef
30$(eval $(call Profile,n810-base))
31
32