2013-04-08 11:12:04 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2013 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2015-08-17 06:00:11 +00:00
|
|
|
define Profile/HPM
|
|
|
|
NAME:=Omnima HPM
|
2013-04-08 11:12:04 +00:00
|
|
|
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
|
|
|
|
endef
|
|
|
|
|
2015-08-17 06:00:11 +00:00
|
|
|
define Profile/HPM/Description
|
|
|
|
Package set compatible with the Omnima HPM board.
|
2013-04-08 11:12:04 +00:00
|
|
|
endef
|
2015-08-17 06:00:11 +00:00
|
|
|
$(eval $(call Profile,HPM))
|