ramips: add support for belkin F7C027 wemo/homeautomatisation plug
[openwrt/openwrt.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-rt305x-dwc_otg \
13 kmod-ledtrig-usbdev
14 endef
15
16 define Profile/F5D8235V2/Description
17 Package set for Belkin F5D8235 v2
18 endef
19
20 define Profile/F7C027
21 NAME:=Belkin F7C027
22 PACKAGES:=\
23 -kmod-usb-core -kmod-usb-rt305x-dwc_otg \
24 -kmod-ledtrig-usbdev
25 endef
26
27 define Profile/F7C027/Description
28 Package set for Belkin F7C027 - Plug with soc_ap and a relay
29 endef
30
31 $(eval $(call Profile,F5D8235V2))
32 $(eval $(call Profile,F7C027))