X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fat91%2FMakefile;h=cae3c6278b5aa73c8304a21432bbf373faf775c2;hb=95627665cbcb03c20a4356df3123b19285f5c083;hp=e9cc6d1c4912e16dd50772c098e0c0adbe2cbec1;hpb=73c4d73d6d3ba54ac0089f2619a6305277f4889d;p=openwrt%2Fstaging%2Fstintel.git diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index e9cc6d1c49..cae3c6278b 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. @@ -9,14 +9,16 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=at91 MAINTAINER:=Claudio Mignanti -BOARDNAME:=Atmel AT91 -FEATURES:=squashfs targz ext2 usb -CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s +BOARDNAME:=Microchip (Atmel AT91) +FEATURES:=ext4 squashfs targz usb usbgadget ubifs +SUBTARGETS:=sama5 legacy -LINUX_VERSION:=3.8.13 +KERNEL_PATCHVER:=4.9 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += kmod-usb-ohci +KERNELNAME:=zImage dtbs + +DEFAULT_PACKAGES += kmod-usb-ohci kmod-at91-udc kmod-usb-gadget-eth $(eval $(call BuildTarget))