diff options
author | John Crispin <blogic@openwrt.org> | 2015-02-11 13:09:39 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-02-11 13:09:39 +0000 |
commit | 0aaa091ab7fe95fbc00560f1d862da979dfb03f0 (patch) | |
tree | cb360c57f3c51b2bbb42a57ed2cd0fd63ac4f076 /target/linux/brcm2708 | |
parent | 426e02f644349725c3779b6ab30b6f6a815432a8 (diff) | |
download | upstream-0aaa091ab7fe95fbc00560f1d862da979dfb03f0.tar.gz upstream-0aaa091ab7fe95fbc00560f1d862da979dfb03f0.tar.bz2 upstream-0aaa091ab7fe95fbc00560f1d862da979dfb03f0.zip |
brcm2708: add missing SUBTARGETS:= to makefile
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44405 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |