x86: enable CPU frequency scaling
[openwrt/staging/yousong.git] / target / linux / ramips / rt305x / profiles / belkin.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/F5D8235V2
9 NAME:=Belkin F5D8235 v2
10 PACKAGES:=\
11 kmod-switch-rtl8366rb kmod-swconfig swconfig \
12 kmod-usb-core kmod-usb-dwc2 \
13 kmod-ledtrig-usbdev
14 endef
15
16 define Profile/F5D8235V2/Description
17 Package set for Belkin F5D8235 v2
18 endef
19 $(eval $(call Profile,F5D8235V2))
20
21
22 define Profile/F7C027
23 NAME:=Belkin F7C027
24 PACKAGES:=\
25 -kmod-usb-core -kmod-usb-dwc2 \
26 -kmod-ledtrig-usbdev
27 endef
28
29 define Profile/F7C027/Description
30 Package set for Belkin F7C027 - Plug with soc_ap and a relay
31 endef
32 $(eval $(call Profile,F7C027))