From 19940017a367ed0a6ccca538fabf8f09fd1fd1ed Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 11 Nov 2006 23:11:02 +0000 Subject: make target/linux/* directories self-contained, use the selected kernel version for the toolchain, autogenerate menuconfig and makefile code for target selection git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5498 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar531x-2.4/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'target/linux/ar531x-2.4') diff --git a/target/linux/ar531x-2.4/Makefile b/target/linux/ar531x-2.4/Makefile index e15eb09b5f..7201c04d29 100644 --- a/target/linux/ar531x-2.4/Makefile +++ b/target/linux/ar531x-2.4/Makefile @@ -6,6 +6,17 @@ # include $(TOPDIR)/rules.mk +ARCH:=mips +BOARD:=ar531x +BOARDNAME:=Atheros AR531x +FEATURES:=broken jffs2 + +define Target/Description + Build firmware images for Atheros AR531x based boards + (e.g. Netgear WGT624, Linksys WRT55AG) +endef + + LINUX_VERSION:=2.4.32 LINUX_RELEASE:=1 LINUX_KERNEL_MD5SUM:=38f4d0830e95a20f4bfed17622d5557c -- cgit v1.2.3