immortalwrt/target/linux/adm5120/router_be/profiles/010-Generic.mk

18 lines
343 B
Makefile
Raw Normal View History

2017-09-06 19:19:45 +08:00
#
2018-09-07 13:43:55 +08:00
# Copyright (C) 2007 OpenWrt.org
2017-09-06 19:19:45 +08:00
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/Generic
2018-09-07 13:43:55 +08:00
NAME:=Generic (default)
PACKAGES:=
2017-09-06 19:19:45 +08:00
endef
define Profile/Generic/Description
2018-09-07 13:43:55 +08:00
Generic package set compatible with most boards.
2017-09-06 19:19:45 +08:00
endef
$(eval $(call Profile,Generic))
2018-09-07 13:43:55 +08:00