X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Favr32%2FMakefile;h=da5d541d96fa983a53d8f37b3da1380d4a902e04;hb=759130883bef36503833794cd60b16d8295b8542;hp=4b492845bc9869df9b1883d812401229204cfa3b;hpb=4c62ad42ecbcb16bb85722bdf298986eb21f571c;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/target/linux/avr32/Makefile b/target/linux/avr32/Makefile index 4b492845bc..da5d541d96 100644 --- a/target/linux/avr32/Makefile +++ b/target/linux/avr32/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2007 OpenWrt.org +# +# Copyright (C) 2007-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,7 +10,9 @@ ARCH:=avr32 BOARD:=avr32 BOARDNAME:=Atmel AVR32 FEATURES:=squashfs -LINUX_VERSION:=2.6.24.2 +MAINTAINER:=Imre Kaloz + +LINUX_VERSION:=3.10.44 include $(INCLUDE_DIR)/target.mk @@ -18,4 +20,6 @@ define Target/Description Build firmware images for ATNGW100 board endef +KERNELNAME:="uImage" + $(eval $(call BuildTarget))