summaryrefslogtreecommitdiffstats
path: root/target/linux/octeon/profiles/200-Simulator.mk
blob: 08f4be64c75d0d48ab6c1208450b465ca4b6d912 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Copyright (C) 2009 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#

define Profile/simulator
  NAME:=Simulator
endef

define Profile/simulator/Description
	Package set compatible with the Cavium Octeon Simulator.
endef
$(eval $(call Profile,simulator))