Skip to content
Snippets Groups Projects
Commit 9abf57b4 authored by Jonas Höglund's avatar Jonas Höglund
Browse files

Add config options to profile

parent 91d404f7
Branches
No related tags found
No related merge requests found
......@@ -51,7 +51,16 @@ config BCM_BLNAND
# board config
config TARGET_MODEL_NAME
string
default "DG301-WU21U" if TARGET_iopsys_brcm63xx_mips_dg301
config TARGET_IBOARDID
string
default "DG301" if TARGET_iopsys_brcm63xx_mips_dg301
config BCM_KERNEL_PROFILE
string
default "963268GWV" if TARGET_iopsys_brcm63xx_mips_dg301
......
define Profile/Inteno
define Profile/inteno
NAME:=Inteno
PACKAGES:=bcmkernel bcmhotproxy
CONFIG=KEN_CONFA
endef
#define Profile/Inteno/config
# source "$(SOURCE)/Config.in"
#endif
define Profile/inteno/Config
config TARGET_CUSTOMER
string
default "INT" if TARGET_iopsys_brcm63xx_mips_dg301_inteno
endef
define Profile/Inteno/Description
define Profile/inteno/Description
Inteno base config for DG301.
endef
$(eval $(call Profile,Inteno))
$(eval $(call Profile,inteno))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment