brcm2708: switch device tree compilation to linux
[openwrt/staging/chunkeey.git] / target / linux / brcm2708 / Makefile
index 015aa9c2a85120cf2af31229cbd2f1071759d75f..f8c93474c5ca7cd45bea0dba8cee5fcd01561d4a 100644 (file)
@@ -16,7 +16,7 @@ CPU_TYPE:=arm1176jzf-s
 CPU_SUBTYPE:=vfp
 SUBTARGETS:=bcm2708 bcm2709
 
-KERNEL_PATCHVER:=3.18
+KERNEL_PATCHVER:=4.1
 
 include $(INCLUDE_DIR)/target.mk
 DEFAULT_PACKAGES += brcm2708-gpu-fw kmod-usb-hid kmod-sound-core kmod-sound-arm-bcm2835 kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1
@@ -26,6 +26,6 @@ define Target/Description
        Currently produces SD Card image for Raspberry Pi.
 endef
 
-KERNELNAME:=Image
+KERNELNAME:=Image dtbs
 
 $(eval $(call BuildTarget))