X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fat91%2FMakefile;h=c4de685d104a26b7b9c5c89ccdffd744e8563d27;hb=1b368f164131f21bb6870a1e75421d30e6acd0ac;hp=46cc78429b20c0e00601ed09145f574be57ed2f9;hpb=9f124e96d3a38e19ce00f6a1ddce7616b07b2162;p=openwrt%2Fstaging%2Fjow.git diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index 46cc78429b..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. @@ -9,20 +9,16 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=at91 MAINTAINER:=Claudio Mignanti -BOARDNAME:=Atmel AT91 -FEATURES:=squashfs jffs2 targz -CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -funit-at-a-time +BOARDNAME:=Microchip (Atmel AT91) +FEATURES:=ext4 squashfs targz usb usbgadget ubifs +SUBTARGETS:=sama5 legacy -LINUX_VERSION:=2.6.35.7 -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))