2007-04-16 08:03:53 +00:00
|
|
|
#
|
2008-11-28 18:04:36 +00:00
|
|
|
# Copyright (C) 2008 OpenWrt.org
|
2007-04-16 08:03:53 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2008-11-28 18:04:36 +00:00
|
|
|
define Profile/Soekris48xx
|
|
|
|
NAME:=Soekris Net48xx
|
2010-04-24 14:08:49 +00:00
|
|
|
PACKAGES:=kmod-i2c-scx200 kmod-natsemi kmod-leds-net48xx kmod-gpio-scx200 kmod-wdt-scx200 kmod-hwmon-pc87360
|
2007-04-16 08:03:53 +00:00
|
|
|
endef
|
|
|
|
|
2008-11-28 18:04:36 +00:00
|
|
|
define Profile/Soekris48xx/Description
|
2007-04-16 08:03:53 +00:00
|
|
|
Package set compatible with the Soekris Net4801. Contains I2C/LEDS/GPIO/Sensors support
|
|
|
|
endef
|
2008-11-28 18:04:36 +00:00
|
|
|
$(eval $(call Profile,Soekris48xx))
|