mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 09:12:39 +00:00
564f87ef5b
The mpc85xx-generic subtarget supports the QorIQ SoCs of the p1010 family. Rename the subtarget to reflect this affiliation as it's the case with the other mpc85xx subtargets. Signed-off-by: David Bauer <mail@david-bauer.net>
16 lines
315 B
Makefile
16 lines
315 B
Makefile
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
#
|
|
|
|
define Profile/Default
|
|
NAME:=Default Profile
|
|
PRIORITY:=1
|
|
endef
|
|
|
|
define Profile/Default/Description
|
|
Default package set compatible with most P1010 boards.
|
|
endef
|
|
|
|
$(eval $(call Profile,Default))
|