omap24xx: Add n8x0 specific GPIO switch code
[openwrt.git] / target / linux / omap24xx / profiles / 100-n810.mk
1 #
2 # Copyright (C) 2010 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-hotplug \
12         gpsd \
13         ip iw wireless-tools kmod-p54-spi wpa-supplicant \
14         dnsmasq dropbear \
15         kmod-fs-vfat kmod-fs-msdos \
16         kmod-input-evdev \
17         kmod-leds-gpio \
18         kmod-usb-tahvo kmod-usb-eth-gadget kmod-usb-net kmod-usb-net-cdc-ether
19 endef
20
21 define Profile/n810-base/Description
22         Minimal package set for Nokia n810 hardware.
23 endef
24 $(eval $(call Profile,n810-base))
25