blob: 4f6703ebf568c35d0b9e9ce86dbd5b89c95f5514 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# Copyright (C) 2011 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/MT7620a
NAME:=MT7620a EVB
endef
define Profile/MT7620a/Description
Default package set compatible with MT7620a eval board
endef
$(eval $(call Profile,MT7620a))
|