2010-08-08 17:16:48 +03:00
|
|
|
#
|
2011-03-07 00:28:13 +02:00
|
|
|
# Copyright (C) 2010-2011 OpenWrt.org
|
2010-08-08 17:16:48 +03:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2010-08-26 22:54:08 +03:00
|
|
|
define Profile/n810-base
|
|
|
|
NAME:=Nokia n810 (base)
|
|
|
|
PACKAGES:= \
|
2010-10-03 15:16:56 +03:00
|
|
|
block-mount block-hotplug \
|
2010-08-26 22:54:08 +03:00
|
|
|
gpsd \
|
|
|
|
ip iw wireless-tools kmod-p54-spi wpa-supplicant \
|
|
|
|
dnsmasq dropbear \
|
2010-10-03 15:16:56 +03:00
|
|
|
pwrtray-backend \
|
2010-08-26 22:54:08 +03:00
|
|
|
kmod-fs-vfat kmod-fs-msdos \
|
|
|
|
kmod-input-evdev \
|
|
|
|
kmod-leds-gpio \
|
2011-03-07 00:28:13 +02:00
|
|
|
kmod-usb-tahvo kmod-usb-eth-gadget \
|
|
|
|
kmod-usb-net kmod-usb-net-cdc-ether kmod-usb-net-pegasus kmod-usb-net-rndis \
|
|
|
|
kmod-usb-storage kmod-usb-hid \
|
2011-03-07 18:17:47 +02:00
|
|
|
kmod-bluetooth kmod-bluetooth-hci-h4p bluez-utils bluez-hcidump \
|
2011-03-06 12:40:04 +02:00
|
|
|
kmod-n810bm maemo-kexec calvaria \
|
|
|
|
schedtool
|
2010-08-08 17:16:48 +03:00
|
|
|
endef
|
|
|
|
|
2010-08-26 22:54:08 +03:00
|
|
|
define Profile/n810-base/Description
|
|
|
|
Minimal package set for Nokia n810 hardware.
|
2010-08-08 17:16:48 +03:00
|
|
|
endef
|
2010-08-26 22:54:08 +03:00
|
|
|
$(eval $(call Profile,n810-base))
|
2010-08-08 17:16:48 +03:00
|
|
|
|