[ep93xx] add default and Sim.One profiles
[openwrt/svn-archive/archive.git] / target / linux / ep93xx / profiles / 01-simone.mk
1 #
2 # Copyright (C) 2012 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/Simone
9 NAME:=Simplemachines Sim.One
10 PACKAGES:= \
11 kmod-input-core \
12 kmod-input-evdev \
13 kmod-input-keyboard-ep93xx \
14 kmod-sound-soc-ep93xx \
15 kmod-sound-soc-ep93xx-ac97 \
16 kmod-sound-soc-ep93xx-simone
17 endef
18
19 define Profile/Simone/Description
20 Package set compatible with the Simplemachines Sim.One board.
21 endef
22 $(eval $(call Profile,Simone))