X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fat91%2FMakefile;h=372bf177e4d3b4766263b18112fabbedbaad0ff2;hb=34b6c8b0759f2ae68afb2953280e27f23b9d7e5e;hp=38e2b0324371d32c1272dec07d348517f82a59a2;hpb=f718179af5ddfd944a3adcdc7a9b43c56f2f9bcb;p=openwrt%2Fopenwrt.git diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index 38e2b03243..372bf177e4 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2006-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -10,13 +10,13 @@ ARCH:=arm BOARD:=at91 MAINTAINER:=Claudio Mignanti BOARDNAME:=Atmel AT91 -FEATURES:=squashfs jffs2 targz ext2 usb -CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -fno-caller-saves +FEATURES:=squashfs targz ext2 usb usbgadget ubifs +SUBTARGETS:=legacy sama5d3 -LINUX_VERSION:=3.8.10 +KERNEL_PATCHVER:=4.4 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += kmod-usb-ohci +DEFAULT_PACKAGES += kmod-usb-ohci kmod-at91-udc kmod-usb-eth-gadget $(eval $(call BuildTarget))