X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/0c95905c4f670d7d880dfddaea9d2313e4f0b310..ab31e75d1bc662e62bfea938e4048a395053f51a:/target/linux/at91/Makefile diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index d2308f376..0ef55e641 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -12,8 +12,9 @@ MAINTAINER:=Claudio Mignanti BOARDNAME:=Atmel AT91 FEATURES:=squashfs jffs2 targz CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -funit-at-a-time +SUBTARGETS:=netus tqma9263 -LINUX_VERSION:=2.6.35.8 +LINUX_VERSION:=2.6.35.11 DEVICE_TYPE= include $(INCLUDE_DIR)/target.mk @@ -21,8 +22,4 @@ include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES+= kmod-usb-ohci KERNELNAME:="uImage" -define Target/Description - Build firmware images for Acmesystems NetusG20 board -endef - $(eval $(call BuildTarget))