X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Fat91%2FMakefile;h=e1c771adbcbae8c847d7b3c3c7fe3b2612c0114f;hb=06089e8419e9ea869c4bb8263f1de5ca76db066b;hp=3dac8a4ee4e5f04d356c2d7d54f720671b6c6b02;hpb=7631851b1fcc06d375423f3d405554db9fdb73f3;p=openwrt.git diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index 3dac8a4ee4..e1c771adbc 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -10,13 +10,13 @@ ARCH:=arm BOARD:=at91 MAINTAINER:=Claudio Mignanti BOARDNAME:=Atmel AT91 -FEATURES:=squashfs targz ext2 usb -CPU_TYPE:=arm926ej-s +FEATURES:=squashfs targz ext2 usb usbgadget ubifs +SUBTARGETS:=legacy sama5d3 -LINUX_VERSION:=3.8.13 +KERNEL_PATCHVER:=3.18 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))