2012-04-24 00:56:06 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2012 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2013-04-03 17:59:41 +08:00
|
|
|
define Profile/UR-336UN
|
2012-04-24 00:56:06 +08:00
|
|
|
NAME:=UPVEL UR-336UN
|
|
|
|
PACKAGES:=\
|
|
|
|
kmod-usb-core kmod-usb-rt305x-dwc_otg \
|
|
|
|
kmod-ledtrig-usbdev
|
|
|
|
endef
|
|
|
|
|
2013-04-03 17:59:41 +08:00
|
|
|
define Profile/UR-336UN/Description
|
2012-04-24 00:56:06 +08:00
|
|
|
Default package set compatible with URVEL router board.
|
|
|
|
endef
|
2013-04-03 17:59:41 +08:00
|
|
|
$(eval $(call Profile,UR-336UN))
|
2013-03-12 05:02:45 +08:00
|
|
|
|
2013-04-03 17:59:41 +08:00
|
|
|
define Profile/UR-326N4G
|
2013-03-12 05:02:45 +08:00
|
|
|
NAME:=UPVEL UR-326N4G
|
|
|
|
PACKAGES:=\
|
|
|
|
kmod-usb-core kmod-usb-rt305x-dwc_otg \
|
|
|
|
kmod-ledtrig-usbdev
|
|
|
|
endef
|
|
|
|
|
2013-04-03 17:59:41 +08:00
|
|
|
define Profile/UR-326N4G/Description
|
2013-03-12 05:02:45 +08:00
|
|
|
Default package set compatible with URVEL router board.
|
|
|
|
endef
|
2013-04-03 17:59:41 +08:00
|
|
|
$(eval $(call Profile,UR-326N4G))
|