2013-08-01 22:30:46 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2013 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2013-08-01 22:31:15 +08:00
|
|
|
define Profile/IP2202
|
|
|
|
NAME:=Poray IP2202
|
|
|
|
PACKAGES:=kmod-usb-core kmod-usb2 kmod-usb-rt305x-dwc_otg \
|
|
|
|
kmod-ledtrig-netdev kmod-ledtrig-timer restorefactory
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/IP2202/Description
|
|
|
|
Package set for Poray IP2202 board
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,IP2202))
|
|
|
|
|
2013-08-01 22:30:53 +08:00
|
|
|
define Profile/M3
|
|
|
|
NAME:=Poray M3
|
|
|
|
PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-netdev kmod-ledtrig-timer
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/M3/Description
|
|
|
|
Package set for Poray M3 board
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,M3))
|
2013-08-01 22:30:58 +08:00
|
|
|
|
|
|
|
define Profile/M4
|
|
|
|
NAME:=Poray M4
|
|
|
|
PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-netdev kmod-ledtrig-timer
|
|
|
|
endef
|
|
|
|
define Profile/M4/Description
|
|
|
|
Package set for Poray M4 board
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,M4))
|
2013-08-01 22:31:04 +08:00
|
|
|
|
|
|
|
define Profile/X5
|
|
|
|
NAME:=Poray X5/X6
|
|
|
|
PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-netdev kmod-ledtrig-timer
|
|
|
|
endef
|
|
|
|
define Profile/X5/Description
|
|
|
|
Package set for Poray X5/X6 board
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,X5))
|
2013-08-01 22:31:09 +08:00
|
|
|
|
|
|
|
define Profile/X8
|
|
|
|
NAME:=Poray X8
|
|
|
|
PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-netdev kmod-ledtrig-timer
|
|
|
|
endef
|
|
|
|
define Profile/X8/Description
|
|
|
|
Package set for Poray X8 board
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,X8))
|