Initial commit
This commit is contained in:
1
target/linux/mpc85xx/generic/config-default
Normal file
1
target/linux/mpc85xx/generic/config-default
Normal file
@@ -0,0 +1 @@
|
||||
CONFIG_TL_WDR4900_V1=y
|
||||
15
target/linux/mpc85xx/generic/profiles/00-default.mk
Normal file
15
target/linux/mpc85xx/generic/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 MPC85xx boards.
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,Default))
|
||||
7
target/linux/mpc85xx/generic/target.mk
Normal file
7
target/linux/mpc85xx/generic/target.mk
Normal file
@@ -0,0 +1,7 @@
|
||||
BOARDNAME:=Generic
|
||||
KERNELNAME:=cuImage.tl-wdr4900-v1
|
||||
|
||||
define Target/Description
|
||||
Build firmware images for generic MPC85xx based boards.
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user