X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Favr32%2FMakefile;h=290f9b3d14c1d3d790b6f0706569aa3695d23344;hb=d2812cb036585a9dfe3147e691b4ec3dc3a188d8;hp=01aeea1fa92b5a62bfedb7572c204c1033efcffe;hpb=84c89fb02d5a7e40650c27ce259e5f6cc8fca570;p=openwrt%2Fstaging%2Fdedeckeh.git diff --git a/target/linux/avr32/Makefile b/target/linux/avr32/Makefile index 01aeea1fa9..290f9b3d14 100644 --- a/target/linux/avr32/Makefile +++ b/target/linux/avr32/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Atmel AVR32 FEATURES:=squashfs MAINTAINER:=Imre Kaloz -LINUX_VERSION:=2.6.39.2 +LINUX_VERSION:=3.10.36 include $(INCLUDE_DIR)/target.mk @@ -20,4 +20,6 @@ define Target/Description Build firmware images for ATNGW100 board endef +KERNELNAME:="uImage" + $(eval $(call BuildTarget))