brcm63xx: fix single profile selection
Fixes commit c6990347
.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
This commit is contained in:
parent
a180f90518
commit
6b5f6d6601
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ define Build/redboot-bin
|
|||
endef
|
||||
|
||||
define Device/Default
|
||||
PROFILES = Default $$(DEVICE_NAME)
|
||||
KERNEL_DEPENDS = $$(wildcard ../dts/$$(DEVICE_DTS).dts)
|
||||
KERNEL_INITRAMFS_SUFFIX := .elf
|
||||
DEVICE_DTS :=
|
||||
|
|
Loading…
Reference in a new issue