Iomega iConnect Wireless platform support
[openwrt/staging/chunkeey.git] / target / linux / kirkwood / profiles / 300-Iconnect.mk
1 #
2 # Copyright (C) 2006 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/Iconnect
9 NAME:=Iomega iConnect Wireless
10 PACKAGES:=kmod-i2c-mv64xxx kmod-hwmon-core kmod-hwmon-lm63
11 endef
12
13 define Profile/Iconnect/Description
14 Iomega iConnect Wireless
15 endef
16
17 $(eval $(call Profile,Iconnect))