From e158d8b6a7b3c883a8be74cb2327dda6374fc050 Mon Sep 17 00:00:00 2001 From: nbd 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/au1000-2.6/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'target/linux/au1000-2.6') diff --git a/target/linux/au1000-2.6/Makefile b/target/linux/au1000-2.6/Makefile index 62d9acbdd..7b36c339a 100644 --- a/target/linux/au1000-2.6/Makefile +++ b/target/linux/au1000-2.6/Makefile @@ -6,6 +6,16 @@ # include $(TOPDIR)/rules.mk +ARCH:=mipsel +BOARD:=au1000 +BOARDNAME:=AMD Alchemy AU1x00 +FEATURES:=pci usb jffs2 + +define Target/Description + Build firmware for AMD Alchemy 1500 boards + (e.g. 4G-Systems Mesh/Access Cube ...) +endef + LINUX_VERSION:=2.6.17 LINUX_RELEASE:=1 LINUX_KERNEL_MD5SUM:=37ddefe96625502161f075b9d907f21e -- cgit v1.2.3