aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-06-27 00:35:46 +0000
committerMike Baker <mbm@openwrt.org>2006-06-27 00:35:46 +0000
commitf9e5c1b1d5c9d4968f8a3ca32a29e65997b704b9 (patch)
tree58dcdc6b5eac875892aadbea0214c286939381fe /target
parentd746a3c00aa26d453d96f4fbba451f30cdc13287 (diff)
downloadmaster-187ad058-f9e5c1b1d5c9d4968f8a3ca32a29e65997b704b9.tar.gz
master-187ad058-f9e5c1b1d5c9d4968f8a3ca32a29e65997b704b9.tar.bz2
master-187ad058-f9e5c1b1d5c9d4968f8a3ca32a29e65997b704b9.zip
credit where credit is due
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4091 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/Makefile6
-rw-r--r--target/image/ar7/Makefile6
-rw-r--r--target/image/aruba/Makefile6
-rw-r--r--target/image/au1000/Makefile6
-rw-r--r--target/image/brcm/Makefile6
-rw-r--r--target/image/brcm/lzma-loader/Makefile6
-rw-r--r--target/image/brcm63xx/Makefile6
-rw-r--r--target/image/generic/Makefile6
-rw-r--r--target/image/generic/lzma-loader/Makefile6
-rw-r--r--target/image/generic/lzma-loader/src/Makefile6
-rw-r--r--target/image/rb532/Makefile6
-rw-r--r--target/image/x86/Makefile6
-rw-r--r--target/image/xscale/Makefile6
-rw-r--r--target/linux/Makefile6
-rw-r--r--target/linux/ar531x-2.4/Makefile6
-rw-r--r--target/linux/ar7-2.4/Makefile6
-rw-r--r--target/linux/aruba-2.6/Makefile6
-rw-r--r--target/linux/au1000-2.6/Makefile6
-rw-r--r--target/linux/brcm-2.4/Makefile6
-rw-r--r--target/linux/brcm-2.6/Makefile6
-rw-r--r--target/linux/brcm63xx-2.6/Makefile6
-rw-r--r--target/linux/imagebuilder/Makefile6
-rw-r--r--target/linux/package/Makefile6
-rw-r--r--target/linux/rb532-2.6/Makefile6
-rw-r--r--target/linux/sibyte-2.6/Makefile6
-rw-r--r--target/linux/x86-2.4/Makefile6
-rw-r--r--target/linux/x86-2.6/Makefile6
-rw-r--r--target/linux/xscale-2.6/Makefile6
-rw-r--r--target/sdk/Makefile6
-rw-r--r--target/utils/Makefile6
30 files changed, 180 insertions, 0 deletions
diff --git a/target/Makefile b/target/Makefile
index 836469d171..2c18611931 100644
--- a/target/Makefile
+++ b/target/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/target.mk
diff --git a/target/image/ar7/Makefile b/target/image/ar7/Makefile
index 5ee6b0dc10..f56ceffb67 100644
--- a/target/image/ar7/Makefile
+++ b/target/image/ar7/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
diff --git a/target/image/aruba/Makefile b/target/image/aruba/Makefile
index ad13ffd541..1d2aebfb18 100644
--- a/target/image/aruba/Makefile
+++ b/target/image/aruba/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
diff --git a/target/image/au1000/Makefile b/target/image/au1000/Makefile
index 3aaf665ca9..0d25f84497 100644
--- a/target/image/au1000/Makefile
+++ b/target/image/au1000/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
diff --git a/target/image/brcm/Makefile b/target/image/brcm/Makefile
index 30bad50f20..853902627c 100644
--- a/target/image/brcm/Makefile
+++ b/target/image/brcm/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
diff --git a/target/image/brcm/lzma-loader/Makefile b/target/image/brcm/lzma-loader/Makefile
index 3fa00fa4d9..2f9117bcac 100644
--- a/target/image/brcm/lzma-loader/Makefile
+++ b/target/image/brcm/lzma-loader/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/target/image/brcm63xx/Makefile b/target/image/brcm63xx/Makefile
index 19799e88af..6aa72c2920 100644
--- a/target/image/brcm63xx/Makefile
+++ b/target/image/brcm63xx/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
diff --git a/target/image/generic/Makefile b/target/image/generic/Makefile
index 3cb3b2e0b6..64b294d76e 100644
--- a/target/image/generic/Makefile
+++ b/target/image/generic/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
diff --git a/target/image/generic/lzma-loader/Makefile b/target/image/generic/lzma-loader/Makefile
index 3de04a81a8..29f9f3b058 100644
--- a/target/image/generic/lzma-loader/Makefile
+++ b/target/image/generic/lzma-loader/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
# $Id: Makefile 1823 2005-09-01 20:07:42Z nbd $
include $(TOPDIR)/rules.mk
diff --git a/target/image/generic/lzma-loader/src/Makefile b/target/image/generic/lzma-loader/src/Makefile
index 54356889f5..d4a100df4b 100644
--- a/target/image/generic/lzma-loader/src/Makefile
+++ b/target/image/generic/lzma-loader/src/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
LOADADDR = 0x80400000 # RAM start + 4M
KERNEL_ENTRY = 0x80001000
RAMSIZE = 0x00100000 # 1MB
diff --git a/target/image/rb532/Makefile b/target/image/rb532/Makefile
index bba89522ac..2a61a484dc 100644
--- a/target/image/rb532/Makefile
+++ b/target/image/rb532/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
diff --git a/target/image/x86/Makefile b/target/image/x86/Makefile
index e4b3a9e446..d9ed294574 100644
--- a/target/image/x86/Makefile
+++ b/target/image/x86/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
diff --git a/target/image/xscale/Makefile b/target/image/xscale/Makefile
index 683c6028f6..52c15a93d0 100644
--- a/target/image/xscale/Makefile
+++ b/target/image/xscale/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
diff --git a/target/linux/Makefile b/target/linux/Makefile
index bab26845a1..9afda46c86 100644
--- a/target/linux/Makefile
+++ b/target/linux/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/target.mk
diff --git a/target/linux/ar531x-2.4/Makefile b/target/linux/ar531x-2.4/Makefile
index b33898754b..33cb47cf50 100644
--- a/target/linux/ar531x-2.4/Makefile
+++ b/target/linux/ar531x-2.4/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
include $(TOPDIR)/rules.mk
LINUX_VERSION:=2.4.32
diff --git a/target/linux/ar7-2.4/Makefile b/target/linux/ar7-2.4/Makefile
index 02a553a1ee..a766b50457 100644
--- a/target/linux/ar7-2.4/Makefile
+++ b/target/linux/ar7-2.4/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
include $(TOPDIR)/rules.mk
LINUX_VERSION:=2.4.32
diff --git a/target/linux/aruba-2.6/Makefile b/target/linux/aruba-2.6/Makefile
index 4d7955b103..7ffd11c668 100644
--- a/target/linux/aruba-2.6/Makefile
+++ b/target/linux/aruba-2.6/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
include $(TOPDIR)/rules.mk
LINUX_VERSION:=2.6.17
diff --git a/target/linux/au1000-2.6/Makefile b/target/linux/au1000-2.6/Makefile
index a301fabcfe..a09c029d22 100644
--- a/target/linux/au1000-2.6/Makefile
+++ b/target/linux/au1000-2.6/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
include $(TOPDIR)/rules.mk
LINUX_VERSION:=2.6.17
diff --git a/target/linux/brcm-2.4/Makefile b/target/linux/brcm-2.4/Makefile
index 7945db9171..f0bf67a649 100644
--- a/target/linux/brcm-2.4/Makefile
+++ b/target/linux/brcm-2.4/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
include $(TOPDIR)/rules.mk
LINUX_VERSION:=2.4.32
diff --git a/target/linux/brcm-2.6/Makefile b/target/linux/brcm-2.6/Makefile
index 35a778fdf2..0437338e8e 100644
--- a/target/linux/brcm-2.6/Makefile
+++ b/target/linux/brcm-2.6/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
include $(TOPDIR)/rules.mk
LINUX_VERSION:=2.6.17
diff --git a/target/linux/brcm63xx-2.6/Makefile b/target/linux/brcm63xx-2.6/Makefile
index a48442a69f..ebbb84425a 100644
--- a/target/linux/brcm63xx-2.6/Makefile
+++ b/target/linux/brcm63xx-2.6/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
include $(TOPDIR)/rules.mk
LINUX_VERSION:=2.6.8.1
diff --git a/target/linux/imagebuilder/Makefile b/target/linux/imagebuilder/Makefile
index 53e8dfc58b..2c1ab1712e 100644
--- a/target/linux/imagebuilder/Makefile
+++ b/target/linux/imagebuilder/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
default: clean all
TOPDIR:=${shell pwd}
diff --git a/target/linux/package/Makefile b/target/linux/package/Makefile
index a8f01ff5ef..d6ce8623ea 100644
--- a/target/linux/package/Makefile
+++ b/target/linux/package/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
# Main makefile for the packages
include $(TOPDIR)/rules.mk
include ../rules.mk
diff --git a/target/linux/rb532-2.6/Makefile b/target/linux/rb532-2.6/Makefile
index 11e34e7910..30fa1a85a1 100644
--- a/target/linux/rb532-2.6/Makefile
+++ b/target/linux/rb532-2.6/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
include $(TOPDIR)/rules.mk
LINUX_VERSION:=2.6.17
diff --git a/target/linux/sibyte-2.6/Makefile b/target/linux/sibyte-2.6/Makefile
index 11e34e7910..30fa1a85a1 100644
--- a/target/linux/sibyte-2.6/Makefile
+++ b/target/linux/sibyte-2.6/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
include $(TOPDIR)/rules.mk
LINUX_VERSION:=2.6.17
diff --git a/target/linux/x86-2.4/Makefile b/target/linux/x86-2.4/Makefile
index 8a690afd01..12039454e5 100644
--- a/target/linux/x86-2.4/Makefile
+++ b/target/linux/x86-2.4/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
include $(TOPDIR)/rules.mk
LINUX_VERSION:=2.4.32
diff --git a/target/linux/x86-2.6/Makefile b/target/linux/x86-2.6/Makefile
index 04b13a3908..6aa10005a4 100644
--- a/target/linux/x86-2.6/Makefile
+++ b/target/linux/x86-2.6/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
include $(TOPDIR)/rules.mk
LINUX_VERSION:=2.6.17
diff --git a/target/linux/xscale-2.6/Makefile b/target/linux/xscale-2.6/Makefile
index bd17ba7645..59f02b3340 100644
--- a/target/linux/xscale-2.6/Makefile
+++ b/target/linux/xscale-2.6/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
include $(TOPDIR)/rules.mk
LINUX_VERSION:=2.6.17
diff --git a/target/sdk/Makefile b/target/sdk/Makefile
index 01438a6e0d..25d2acc57c 100644
--- a/target/sdk/Makefile
+++ b/target/sdk/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
# $Id$
include $(TOPDIR)/rules.mk
diff --git a/target/utils/Makefile b/target/utils/Makefile
index bcd1e653e4..855f55267a 100644
--- a/target/utils/Makefile
+++ b/target/utils/Makefile
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
include $(TOPDIR)/rules.mk
TARGETS := addpattern trx motorola-bin dgfirmware