forked from Ivasoft/openwrt
mpc85xx: rename generic subtarget to p1010
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>
This commit is contained in:
15
target/linux/mpc85xx/p1010/profiles/00-default.mk
Normal file
15
target/linux/mpc85xx/p1010/profiles/00-default.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
#
|
||||
# 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))
|
||||
Reference in New Issue
Block a user