2db44ec52db46ddea98e62d950df76a4fe5e78ce
[15.05/openwrt.git] / target / linux / omap24xx / profiles / 100-n810.mk
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
8 define Profile/n810-base
9   NAME:=Nokia n810 (base)
10   PACKAGES:= \
11         block-mount block-hotplug \
12         gpsd \
13         ip iw wireless-tools 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-n810bm maemo-kexec calvaria \
23         schedtool
24 endef
25
26 define Profile/n810-base/Description
27         Minimal package set for Nokia n810 hardware.
28 endef
29 $(eval $(call Profile,n810-base))
30