2007-11-28 04:07:24 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/Alix
|
|
|
|
NAME:=PCEngines Alix
|
2007-12-14 00:52:15 +00:00
|
|
|
PACKAGES:=kmod-via-rhine kmod-leds-alix
|
2007-11-28 04:07:24 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/Alix/Description
|
2007-12-14 00:52:15 +00:00
|
|
|
Package set compatible with the PCEngines Alix. Contains VIA Rhine III VT6105M and LED support
|
2007-11-28 04:07:24 +00:00
|
|
|
endef
|
|
|
|
$(eval $(call Profile,Alix))
|