X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fbrcm2708%2FMakefile;h=c6d72bcbdd4259a093e5a974e053b4ba11cc3283;hb=8a2fdbde3266a06eaf7754a0072668a44c79d832;hp=57d5af6016ebc57022544c37deadb1cd847f809f;hpb=1ef1a974f54e88864a44de1ed773a4e9876c86e2;p=openwrt.git diff --git a/target/linux/brcm2708/Makefile b/target/linux/brcm2708/Makefile index 57d5af6016..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.17 +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,4 +25,6 @@ define Target/Description Currently produces SD Card image for Raspberry Pi. endef +KERNELNAME:=Image + $(eval $(call BuildTarget))