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 +++++++++++ target/linux/ar7-2.4/Makefile | 9 +++++++++ target/linux/aruba-2.6/Makefile | 9 +++++++++ target/linux/au1000-2.6/Makefile | 10 ++++++++++ target/linux/brcm-2.4/Makefile | 15 +++++++++++++++ target/linux/brcm-2.6/Makefile | 14 ++++++++++++++ target/linux/brcm63xx-2.6/Makefile | 10 ++++++++++ target/linux/ixp4xx-2.6/Makefile | 9 +++++++++ target/linux/magicbox-2.6/Makefile | 5 +++++ target/linux/rb532-2.6/Makefile | 5 +++++ target/linux/rdc-2.6/Makefile | 5 +++++ target/linux/sibyte-2.6/Makefile | 5 +++++ target/linux/uml-2.6/Makefile | 4 ++++ target/linux/x86-2.6/Makefile | 5 +++++ 14 files changed, 116 insertions(+) (limited to 'target/linux') 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 diff --git a/target/linux/ar7-2.4/Makefile b/target/linux/ar7-2.4/Makefile index e15eb09b5f..f3d55da191 100644 --- a/target/linux/ar7-2.4/Makefile +++ b/target/linux/ar7-2.4/Makefile @@ -6,6 +6,15 @@ # include $(TOPDIR)/rules.mk +ARCH:=mipsel +BOARD:=ar7 +BOARDNAME:=TI AR7 +FEATURES:=atm squashfs jffs2 + +define Target/Description + Build firmware images for TI AR7 based routers (w.g. Linksys WAG54G v2) +endef + LINUX_VERSION:=2.4.32 LINUX_RELEASE:=1 LINUX_KERNEL_MD5SUM:=38f4d0830e95a20f4bfed17622d5557c diff --git a/target/linux/aruba-2.6/Makefile b/target/linux/aruba-2.6/Makefile index 323eb2c3f4..c3946e2d10 100644 --- a/target/linux/aruba-2.6/Makefile +++ b/target/linux/aruba-2.6/Makefile @@ -6,6 +6,15 @@ # include $(TOPDIR)/rules.mk +ARCH:=mips +BOARD:=aruba +BOARDNAME:=Aruba +FEATURES:=jffs2 pci usb + +define Target/Description + Build firmware images for Aruba boards +endef + LINUX_VERSION:=2.6.17 LINUX_RELEASE:=1 LINUX_KERNEL_MD5SUM:=37ddefe96625502161f075b9d907f21e diff --git a/target/linux/au1000-2.6/Makefile b/target/linux/au1000-2.6/Makefile index 62d9acbdd1..7b36c339ac 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 diff --git a/target/linux/brcm-2.4/Makefile b/target/linux/brcm-2.4/Makefile index e15eb09b5f..7319ccabd4 100644 --- a/target/linux/brcm-2.4/Makefile +++ b/target/linux/brcm-2.4/Makefile @@ -6,9 +6,24 @@ # include $(TOPDIR)/rules.mk +ARCH:=mipsel +BOARD:=brcm +BOARDNAME:=Broadcom BCM947xx/953xx +FEATURES:=pci usb pcmcia squashfs jffs2 + +define Target/Description + Build firmware images for Broadcom based routers + (e.g. Linksys WRT54G(S), Asus WL-500g, Motorola WR850G) + + This one builds the generic .trx images, activate one of the + options below for creating device specific files for use + with TFTP client too. +endef + LINUX_VERSION:=2.4.32 LINUX_RELEASE:=1 LINUX_KERNEL_MD5SUM:=38f4d0830e95a20f4bfed17622d5557c include $(INCLUDE_DIR)/kernel-build.mk + $(eval $(call BuildKernel)) diff --git a/target/linux/brcm-2.6/Makefile b/target/linux/brcm-2.6/Makefile index b2e53bb211..5992828036 100644 --- a/target/linux/brcm-2.6/Makefile +++ b/target/linux/brcm-2.6/Makefile @@ -6,6 +6,20 @@ # include $(TOPDIR)/rules.mk +ARCH:=mipsel +BOARD:=brcm +BOARDNAME:=Broadcom BCM947xx/953xx +FEATURES:=pci usb pcmcia squashfs jffs2 + +define Target/Description + Build firmware images for Broadcom based routers + (e.g. Linksys WRT54G(S), Asus WL-500g, Motorola WR850G) + + This one builds the generic .trx images, activate one of the + options below for creating device specific files for use + with TFTP client too. +endef + LINUX_VERSION:=2.6.17 LINUX_RELEASE:=1 LINUX_KERNEL_MD5SUM:=37ddefe96625502161f075b9d907f21e diff --git a/target/linux/brcm63xx-2.6/Makefile b/target/linux/brcm63xx-2.6/Makefile index 323eb2c3f4..7e61c731ba 100644 --- a/target/linux/brcm63xx-2.6/Makefile +++ b/target/linux/brcm63xx-2.6/Makefile @@ -6,6 +6,16 @@ # include $(TOPDIR)/rules.mk +ARCH:=mips +BOARD:=brcm63xx +BOARDNAME:=Broadcom BCM963xx +FEATURES:=pci usb atm squashfs jffs2 + +define Target/Description + Build firmware images for Broadcom based xDSL/routers + (e.g. Inventel Livebox, Siemens SE515) +endef + LINUX_VERSION:=2.6.17 LINUX_RELEASE:=1 LINUX_KERNEL_MD5SUM:=37ddefe96625502161f075b9d907f21e diff --git a/target/linux/ixp4xx-2.6/Makefile b/target/linux/ixp4xx-2.6/Makefile index 323eb2c3f4..86df91fd82 100644 --- a/target/linux/ixp4xx-2.6/Makefile +++ b/target/linux/ixp4xx-2.6/Makefile @@ -6,6 +6,15 @@ # include $(TOPDIR)/rules.mk +ARCH:=arm +BOARD:=ixp4xx +BOARDNAME:=Intel XScale IXP4xx +FEATURES:=pci usb jffs2 + +define Target/Description +endef + + LINUX_VERSION:=2.6.17 LINUX_RELEASE:=1 LINUX_KERNEL_MD5SUM:=37ddefe96625502161f075b9d907f21e diff --git a/target/linux/magicbox-2.6/Makefile b/target/linux/magicbox-2.6/Makefile index 323eb2c3f4..d51c8e483b 100644 --- a/target/linux/magicbox-2.6/Makefile +++ b/target/linux/magicbox-2.6/Makefile @@ -6,6 +6,11 @@ # include $(TOPDIR)/rules.mk +ARCH:=powerpc +BOARD:=magicbox +BOARDNAME:=Magicbox +FEATURES:=pci jffs2 + LINUX_VERSION:=2.6.17 LINUX_RELEASE:=1 LINUX_KERNEL_MD5SUM:=37ddefe96625502161f075b9d907f21e diff --git a/target/linux/rb532-2.6/Makefile b/target/linux/rb532-2.6/Makefile index 323eb2c3f4..35c4f6d6fa 100644 --- a/target/linux/rb532-2.6/Makefile +++ b/target/linux/rb532-2.6/Makefile @@ -6,6 +6,11 @@ # include $(TOPDIR)/rules.mk +ARCH:=mipsel +BOARD:=rb532 +BOARDNAME:=Mikrotik RouterBoard 532 +FEATURES:=pci jffs2 + LINUX_VERSION:=2.6.17 LINUX_RELEASE:=1 LINUX_KERNEL_MD5SUM:=37ddefe96625502161f075b9d907f21e diff --git a/target/linux/rdc-2.6/Makefile b/target/linux/rdc-2.6/Makefile index 323eb2c3f4..3c508c244a 100644 --- a/target/linux/rdc-2.6/Makefile +++ b/target/linux/rdc-2.6/Makefile @@ -6,6 +6,11 @@ # include $(TOPDIR)/rules.mk +ARCH:=i386 +BOARD:=rdc +BOARDNAME:=RDC x86 +FEATURES:=broken pci jffs2 + LINUX_VERSION:=2.6.17 LINUX_RELEASE:=1 LINUX_KERNEL_MD5SUM:=37ddefe96625502161f075b9d907f21e diff --git a/target/linux/sibyte-2.6/Makefile b/target/linux/sibyte-2.6/Makefile index 323eb2c3f4..1b4fdfbc94 100644 --- a/target/linux/sibyte-2.6/Makefile +++ b/target/linux/sibyte-2.6/Makefile @@ -6,6 +6,11 @@ # include $(TOPDIR)/rules.mk +ARCH:=mips +BOARD:=sibyte +BOARDNAME:=SiByte MIPS +FEATURES:=broken + LINUX_VERSION:=2.6.17 LINUX_RELEASE:=1 LINUX_KERNEL_MD5SUM:=37ddefe96625502161f075b9d907f21e diff --git a/target/linux/uml-2.6/Makefile b/target/linux/uml-2.6/Makefile index 323eb2c3f4..3ca6b021d3 100644 --- a/target/linux/uml-2.6/Makefile +++ b/target/linux/uml-2.6/Makefile @@ -6,6 +6,10 @@ # include $(TOPDIR)/rules.mk +ARCH:=i386 +BOARD:=uml +BOARDNAME:=User Mode Linux + LINUX_VERSION:=2.6.17 LINUX_RELEASE:=1 LINUX_KERNEL_MD5SUM:=37ddefe96625502161f075b9d907f21e diff --git a/target/linux/x86-2.6/Makefile b/target/linux/x86-2.6/Makefile index 323eb2c3f4..77912e6fb9 100644 --- a/target/linux/x86-2.6/Makefile +++ b/target/linux/x86-2.6/Makefile @@ -6,6 +6,11 @@ # include $(TOPDIR)/rules.mk +ARCH=i386 +BOARD:=x86 +BOARDNAME:=x86 +FEATURES:=pci usb atm pcmcia jffs2 ext2 + LINUX_VERSION:=2.6.17 LINUX_RELEASE:=1 LINUX_KERNEL_MD5SUM:=37ddefe96625502161f075b9d907f21e -- cgit v1.2.3