X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fat91%2FMakefile;h=a3e0be7c8a1a1da4da54a75b78fee0d2de04f16e;hb=c2f052acaeb;hp=fb04344e2922e6aae611abb355a2d9d7951a4dca;hpb=3a0e58b2e1df4afc11224ea5b5bf0b74d4ce3688;p=openwrt%2Fstaging%2Fhauke.git diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index fb04344e29..a3e0be7c8a 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006 OpenWrt.org +# +# Copyright (C) 2006-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,17 +8,17 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=at91 -BOARDNAME:=AT91 -FEATURES:=squashfs usb +MAINTAINER:=Claudio Mignanti +BOARDNAME:=Atmel AT91 +FEATURES:=squashfs targz ext2 usb usbgadget ubifs +SUBTARGETS:=legacy sama5d3 -LINUX_VERSION:=2.6.22.18 +KERNEL_PATCHVER:=4.4 include $(INCLUDE_DIR)/target.mk -KERNELNAME:="uImage" +KERNELNAME:=zImage dtbs -define Target/Description - Build fimware images for Figment Design Labs VersaLink board. -endef +DEFAULT_PACKAGES += kmod-usb-ohci kmod-at91-udc kmod-usb-gadget-eth $(eval $(call BuildTarget))