2021-02-10 13:52:34 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2013-08-04 13:54:32 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2013 OpenWrt.org
|
|
|
|
|
2016-05-15 07:44:34 +00:00
|
|
|
define Profile/Default
|
|
|
|
NAME:=Default Profile
|
|
|
|
PRIORITY:=1
|
2013-08-04 13:54:32 +00:00
|
|
|
endef
|
|
|
|
|
2016-05-15 07:44:34 +00:00
|
|
|
define Profile/Default/Description
|
|
|
|
Base packages for Octeon boards.
|
2013-08-04 13:54:32 +00:00
|
|
|
endef
|
|
|
|
|
2016-05-15 07:44:34 +00:00
|
|
|
$(eval $(call Profile,Default))
|