X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fbrcm2708%2FMakefile;h=c6d72bcbdd4259a093e5a974e053b4ba11cc3283;hb=8a2fdbde3266a06eaf7754a0072668a44c79d832;hp=afb62016e1385a89bc36d496c6be85330b9a0476;hpb=5888464a97e6931436075e6e22921657aff32e3b;p=openwrt.git diff --git a/target/linux/brcm2708/Makefile b/target/linux/brcm2708/Makefile index afb62016e1..c6d72bcbdd 100644 --- a/target/linux/brcm2708/Makefile +++ b/target/linux/brcm2708/Makefile @@ -15,7 +15,7 @@ MAINTAINER:=Florian Fainelli CPU_TYPE:=arm1176jzf-s CPU_SUBTYPE:=vfp -LINUX_VERSION:=3.10.49 +KERNEL_PATCHVER:=3.14 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += brcm2708-gpu-fw kmod-usb-hid kmod-sound-core kmod-sound-arm-bcm2835 @@ -25,6 +25,6 @@ define Target/Description Currently produces SD Card image for Raspberry Pi. endef -KERNELNAME="Image" +KERNELNAME:=Image $(eval $(call BuildTarget))