also list kmod-sound-core in the default packages
[openwrt/staging/yousong.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-core \
15 kmod-sound-soc-ep93xx \
16 kmod-sound-soc-ep93xx-ac97 \
17 kmod-sound-soc-ep93xx-simone
18 endef
19
20 define Profile/Simone/Description
21 Package set compatible with the Simplemachines Sim.One board.
22 endef
23 $(eval $(call Profile,Simone))