X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fat91%2FMakefile;h=c4de685d104a26b7b9c5c89ccdffd744e8563d27;hb=1b368f164131f21bb6870a1e75421d30e6acd0ac;hp=074a68f9e5cb4c46ce6d1acf7fb761117088bd2f;hpb=09e05d833df83203f92e3b22ff892af9aeeb8576;p=openwrt%2Fstaging%2Fjow.git diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index 074a68f9e5..c4de685d10 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006-2010 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,20 +8,17 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=at91 -BOARDNAME:=Atmel AT91 -FEATURES:=squashfs jffs2 targz -CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -funit-at-a-time +MAINTAINER:=Claudio Mignanti +BOARDNAME:=Microchip (Atmel AT91) +FEATURES:=ext4 squashfs targz usb usbgadget ubifs +SUBTARGETS:=sama5 legacy -LINUX_VERSION:=2.6.34.5 -DEVICE_TYPE= +KERNEL_PATCHVER:=4.4 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES+= kmod-usb-ohci -KERNELNAME:="uImage" +KERNELNAME:=zImage dtbs -define Target/Description - Build firmware images for Acmesystems NetusG20 board -endef +DEFAULT_PACKAGES += kmod-usb-ohci kmod-at91-udc kmod-usb-gadget-eth $(eval $(call BuildTarget))