scripts/diffconfig.sh: use the new kconfig mode to remove some more unnecessary entri...
[openwrt/svn-archive/archive.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-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 kmod-usb-net kmod-usb-net-cdc-ether \
20 maemo-kexec
21 endef
22
23 define Profile/n810-base/Description
24 Minimal package set for Nokia n810 hardware.
25 endef
26 $(eval $(call Profile,n810-base))
27