From f05a30206c2c63999df37f38407bddc54ceca1d3 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Mon, 4 Oct 2010 09:19:52 +0000 Subject: Iomega iConnect Wireless platform support This patch adds support for Iomega iConnect Wireless. Leds and wireless card support are still missing. Signed-off-by: Wojciech Dubowik SVN-Revision: 23217 --- target/linux/kirkwood/profiles/300-Iconnect.mk | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 target/linux/kirkwood/profiles/300-Iconnect.mk (limited to 'target/linux/kirkwood/profiles') diff --git a/target/linux/kirkwood/profiles/300-Iconnect.mk b/target/linux/kirkwood/profiles/300-Iconnect.mk new file mode 100644 index 0000000000..230e41936f --- /dev/null +++ b/target/linux/kirkwood/profiles/300-Iconnect.mk @@ -0,0 +1,17 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/Iconnect + NAME:=Iomega iConnect Wireless + PACKAGES:=kmod-i2c-mv64xxx kmod-hwmon-core kmod-hwmon-lm63 +endef + +define Profile/Iconnect/Description + Iomega iConnect Wireless +endef + +$(eval $(call Profile,Iconnect)) -- cgit v1.2.3