x86: enable CPU frequency scaling
[openwrt/staging/lynxis.git] / target / linux / ramips / rt305x / profiles / olimex.mk
1 #
2 # Copyright (C) 2014 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/RT5350F-OLINUXINO
9 NAME:=RT5350F-OLinuXino
10 PACKAGES:=\
11 kmod-usb-core kmod-usb-ohci kmod-usb2 \
12 kmod-i2c-core kmod-i2c-ralink \
13 kmod-spi-dev
14 endef
15
16 define Profile/RT5350F-OLINUXINO/Description
17 Package set for RT5350F-OLinuXino board
18 endef
19 $(eval $(call Profile,RT5350F-OLINUXINO))
20
21
22 define Profile/RT5350F-OLINUXINO-EVB
23 NAME:=RT5350F-OLinuXino-EVB
24 PACKAGES:=\
25 kmod-usb-core kmod-usb-ohci kmod-usb2 \
26 kmod-i2c-core kmod-i2c-ralink \
27 kmod-spi-dev
28 endef
29
30 define Profile/RT5350F-OLINUXINO-EVB/Description
31 Package set for RT5350F-OLinuXino-EVB board
32 endef
33 $(eval $(call Profile,RT5350F-OLINUXINO-EVB))