X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fat91%2FMakefile;h=c4de685d104a26b7b9c5c89ccdffd744e8563d27;hb=1b368f164131f21bb6870a1e75421d30e6acd0ac;hp=8225791b8614f6c3210aab91fb07b8044067d9f0;hpb=335877a2b3220b9b0a901fe7af038c04ca1a2e8b;p=openwrt%2Fstaging%2Fjow.git diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index 8225791b86..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,17 +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 -fno-caller-saves -SUBTARGETS:=netus tqma9263 +BOARDNAME:=Microchip (Atmel AT91) +FEATURES:=ext4 squashfs targz usb usbgadget ubifs +SUBTARGETS:=sama5 legacy -LINUX_VERSION:=2.6.38 -DEVICE_TYPE= +KERNEL_PATCHVER:=4.4 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES+= kmod-usb-ohci -KERNELNAME:="uImage" +KERNELNAME:=zImage dtbs + +DEFAULT_PACKAGES += kmod-usb-ohci kmod-at91-udc kmod-usb-gadget-eth $(eval $(call BuildTarget))