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