X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fat91%2FMakefile;h=c4de685d104a26b7b9c5c89ccdffd744e8563d27;hb=1b368f164131f21bb6870a1e75421d30e6acd0ac;hp=87f156a43af066e0bb791cd4c54f942d51818901;hpb=fcbdafb6bdb7390175262c1ad45a750abf269958;p=openwrt%2Fstaging%2Fjow.git diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index 87f156a43a..c4de685d10 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:=Atmel AT91 -FEATURES:=squashfs usb +MAINTAINER:=Claudio Mignanti +BOARDNAME:=Microchip (Atmel AT91) +FEATURES:=ext4 squashfs targz usb usbgadget ubifs +SUBTARGETS:=sama5 legacy -LINUX_VERSION:=2.6.21.5 +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))