diff options
author | John Crispin <john@openwrt.org> | 2015-02-11 13:09:39 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-11 13:09:39 +0000 |
commit | eaec1e41b12fbe608f0f99c0de9b1455236a2be5 (patch) | |
tree | f13188c3ac713ed83fd35e76cd5f85f130b2a213 /target/linux/brcm2708 | |
parent | b67a6f65d6903de959589ef6e12b573a6d6e291f (diff) | |
download | upstream-eaec1e41b12fbe608f0f99c0de9b1455236a2be5.tar.gz upstream-eaec1e41b12fbe608f0f99c0de9b1455236a2be5.tar.bz2 upstream-eaec1e41b12fbe608f0f99c0de9b1455236a2be5.zip |
brcm2708: add missing SUBTARGETS:= to makefile
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44405
Diffstat (limited to 'target/linux/brcm2708')
-rw-r--r-- | target/linux/brcm2708/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm2708/Makefile b/target/linux/brcm2708/Makefile index 3ba9ac8069..30f6e1dfa4 100644 --- a/target/linux/brcm2708/Makefile +++ b/target/linux/brcm2708/Makefile @@ -14,6 +14,7 @@ FEATURES:=ext4 audio usb usbgadget display gpio MAINTAINER:=Florian Fainelli <florian@openwrt.org> CPU_TYPE:=arm1176jzf-s CPU_SUBTYPE:=vfp +SUBTARGETS:=bcm2708 bcm2709 KERNEL_PATCHVER:=3.18 |