diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-06-27 15:56:49 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-06-27 15:56:49 +0200 |
commit | 543b3bc33a41d74fe39091768d6072809776b3dc (patch) | |
tree | 8ef2f7e26bc2001556a13dc75932896ebc49035b /target/linux/brcm63xx | |
parent | 0c81a3297bf84baf0b020337090f7441c2612c82 (diff) | |
download | master-187ad058-543b3bc33a41d74fe39091768d6072809776b3dc.tar.gz master-187ad058-543b3bc33a41d74fe39091768d6072809776b3dc.tar.bz2 master-187ad058-543b3bc33a41d74fe39091768d6072809776b3dc.zip |
brcm63xx: fix single profile selection
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r-- | target/linux/brcm63xx/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 05ad1d3d40..5471ddd420 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -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 := |