blob: a8043c9d6ad26a72caf022ae1843446cc117c45d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# Copyright (C) 2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/VG50
NAME:=Inteno VG50 Multi-WAN CPE
PACKAGES:= kmod-usb-ohci kmod-usb2
endef
define Profile/VG50/Description
Package set optimized for the Inteno VG50 Multi-WAN CPE.
endef
$(eval $(call Profile,VG50))
|