aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/octeon/profiles/000-Generic.mk
blob: 6d5aa4e2bd46773de63fa8cc087bbe2b9daad31f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2013 OpenWrt.org

define Profile/Default
  NAME:=Default Profile
  PRIORITY:=1
endef

define Profile/Default/Description
   Base packages for Octeon boards.
endef

$(eval $(call Profile,Default))