summaryrefslogtreecommitdiff
path: root/openwrt/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
commitd62e8a94859aba609ba944e6a5d33e14780177dc (patch)
tree9ce6adf1aada06cb0bf6a8f93ba4130fe2c75b74 /openwrt/target
parentf804d0ea1d131152acccd2a108c231fe07c4196c (diff)
downloadmtk-20170518-d62e8a94859aba609ba944e6a5d33e14780177dc.zip
mtk-20170518-d62e8a94859aba609ba944e6a5d33e14780177dc.tar.gz
mtk-20170518-d62e8a94859aba609ba944e6a5d33e14780177dc.tar.bz2
credit where credit is due
SVN-Revision: 4091
Diffstat (limited to 'openwrt/target')
-rw-r--r--openwrt/target/Makefile6
-rw-r--r--openwrt/target/image/ar7/Makefile6
-rw-r--r--openwrt/target/image/aruba/Makefile6
-rw-r--r--openwrt/target/image/au1000/Makefile6
-rw-r--r--openwrt/target/image/brcm/Makefile6
-rw-r--r--openwrt/target/image/brcm/lzma-loader/Makefile6
-rw-r--r--openwrt/target/image/brcm63xx/Makefile6
-rw-r--r--openwrt/target/image/generic/Makefile6
-rw-r--r--openwrt/target/image/generic/lzma-loader/Makefile6
-rw-r--r--openwrt/target/image/generic/lzma-loader/src/Makefile6
-rw-r--r--openwrt/target/image/rb532/Makefile6
-rw-r--r--openwrt/target/image/x86/Makefile6
-rw-r--r--openwrt/target/image/xscale/Makefile6
-rw-r--r--openwrt/target/linux/Makefile6
-rw-r--r--openwrt/target/linux/ar531x-2.4/Makefile6
-rw-r--r--openwrt/target/linux/ar7-2.4/Makefile6
-rw-r--r--openwrt/target/linux/aruba-2.6/Makefile6
-rw-r--r--openwrt/target/linux/au1000-2.6/Makefile6
-rw-r--r--openwrt/target/linux/brcm-2.4/Makefile6
-rw-r--r--openwrt/target/linux/brcm-2.6/Makefile6
-rw-r--r--openwrt/target/linux/brcm63xx-2.6/Makefile6
-rw-r--r--openwrt/target/linux/imagebuilder/Makefile6
-rw-r--r--openwrt/target/linux/package/Makefile6
-rw-r--r--openwrt/target/linux/rb532-2.6/Makefile6
-rw-r--r--openwrt/target/linux/sibyte-2.6/Makefile6
-rw-r--r--openwrt/target/linux/x86-2.4/Makefile6
-rw-r--r--openwrt/target/linux/x86-2.6/Makefile6
-rw-r--r--openwrt/target/linux/xscale-2.6/Makefile6
-rw-r--r--openwrt/target/sdk/Makefile6
-rw-r--r--openwrt/target/utils/Makefile6
30 files changed, 180 insertions, 0 deletions
diff --git a/openwrt/target/Makefile b/openwrt/target/Makefile
index 836469d..2c18611 100644
--- a/openwrt/target/Makefile
+++ b/openwrt/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/openwrt/target/image/ar7/Makefile b/openwrt/target/image/ar7/Makefile
index 5ee6b0d..f56ceff 100644
--- a/openwrt/target/image/ar7/Makefile
+++ b/openwrt/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/openwrt/target/image/aruba/Makefile b/openwrt/target/image/aruba/Makefile
index ad13ffd..1d2aebf 100644
--- a/openwrt/target/image/aruba/Makefile
+++ b/openwrt/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/openwrt/target/image/au1000/Makefile b/openwrt/target/image/au1000/Makefile
index 3aaf665..0d25f84 100644
--- a/openwrt/target/image/au1000/Makefile
+++ b/openwrt/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/openwrt/target/image/brcm/Makefile b/openwrt/target/image/brcm/Makefile
index 30bad50..8539026 100644
--- a/openwrt/target/image/brcm/Makefile
+++ b/openwrt/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/openwrt/target/image/brcm/lzma-loader/Makefile b/openwrt/target/image/brcm/lzma-loader/Makefile
index 3fa00fa..2f9117b 100644
--- a/openwrt/target/image/brcm/lzma-loader/Makefile
+++ b/openwrt/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/openwrt/target/image/brcm63xx/Makefile b/openwrt/target/image/brcm63xx/Makefile
index 19799e8..6aa72c2 100644
--- a/openwrt/target/image/brcm63xx/Makefile
+++ b/openwrt/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/openwrt/target/image/generic/Makefile b/openwrt/target/image/generic/Makefile
index 3cb3b2e..64b294d 100644
--- a/openwrt/target/image/generic/Makefile
+++ b/openwrt/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/openwrt/target/image/generic/lzma-loader/Makefile b/openwrt/target/image/generic/lzma-loader/Makefile
index 3de04a8..29f9f3b 100644
--- a/openwrt/target/image/generic/lzma-loader/Makefile
+++ b/openwrt/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/openwrt/target/image/generic/lzma-loader/src/Makefile b/openwrt/target/image/generic/lzma-loader/src/Makefile
index 5435688..d4a100d 100644
--- a/openwrt/target/image/generic/lzma-loader/src/Makefile
+++ b/openwrt/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/openwrt/target/image/rb532/Makefile b/openwrt/target/image/rb532/Makefile
index bba8952..2a61a48 100644
--- a/openwrt/target/image/rb532/Makefile
+++ b/openwrt/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/openwrt/target/image/x86/Makefile b/openwrt/target/image/x86/Makefile
index e4b3a9e..d9ed294 100644
--- a/openwrt/target/image/x86/Makefile
+++ b/openwrt/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/openwrt/target/image/xscale/Makefile b/openwrt/target/image/xscale/Makefile
index 683c602..52c15a9 100644
--- a/openwrt/target/image/xscale/Makefile
+++ b/openwrt/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/openwrt/target/linux/Makefile b/openwrt/target/linux/Makefile
index bab2684..9afda46 100644
--- a/openwrt/target/linux/Makefile
+++ b/openwrt/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/openwrt/target/linux/ar531x-2.4/Makefile b/openwrt/target/linux/ar531x-2.4/Makefile
index b338987..33cb47c 100644
--- a/openwrt/target/linux/ar531x-2.4/Makefile
+++ b/openwrt/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/openwrt/target/linux/ar7-2.4/Makefile b/openwrt/target/linux/ar7-2.4/Makefile
index 02a553a..a766b50 100644
--- a/openwrt/target/linux/ar7-2.4/Makefile
+++ b/openwrt/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/openwrt/target/linux/aruba-2.6/Makefile b/openwrt/target/linux/aruba-2.6/Makefile
index 4d7955b..7ffd11c 100644
--- a/openwrt/target/linux/aruba-2.6/Makefile
+++ b/openwrt/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/openwrt/target/linux/au1000-2.6/Makefile b/openwrt/target/linux/au1000-2.6/Makefile
index a301fab..a09c029 100644
--- a/openwrt/target/linux/au1000-2.6/Makefile
+++ b/openwrt/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/openwrt/target/linux/brcm-2.4/Makefile b/openwrt/target/linux/brcm-2.4/Makefile
index 7945db9..f0bf67a 100644
--- a/openwrt/target/linux/brcm-2.4/Makefile
+++ b/openwrt/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/openwrt/target/linux/brcm-2.6/Makefile b/openwrt/target/linux/brcm-2.6/Makefile
index 35a778f..0437338 100644
--- a/openwrt/target/linux/brcm-2.6/Makefile
+++ b/openwrt/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/openwrt/target/linux/brcm63xx-2.6/Makefile b/openwrt/target/linux/brcm63xx-2.6/Makefile
index a48442a..ebbb844 100644
--- a/openwrt/target/linux/brcm63xx-2.6/Makefile
+++ b/openwrt/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/openwrt/target/linux/imagebuilder/Makefile b/openwrt/target/linux/imagebuilder/Makefile
index 53e8dfc..2c1ab17 100644
--- a/openwrt/target/linux/imagebuilder/Makefile
+++ b/openwrt/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/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile
index a8f01ff..d6ce862 100644
--- a/openwrt/target/linux/package/Makefile
+++ b/openwrt/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/openwrt/target/linux/rb532-2.6/Makefile b/openwrt/target/linux/rb532-2.6/Makefile
index 11e34e7..30fa1a8 100644
--- a/openwrt/target/linux/rb532-2.6/Makefile
+++ b/openwrt/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/openwrt/target/linux/sibyte-2.6/Makefile b/openwrt/target/linux/sibyte-2.6/Makefile
index 11e34e7..30fa1a8 100644
--- a/openwrt/target/linux/sibyte-2.6/Makefile
+++ b/openwrt/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/openwrt/target/linux/x86-2.4/Makefile b/openwrt/target/linux/x86-2.4/Makefile
index 8a690af..1203945 100644
--- a/openwrt/target/linux/x86-2.4/Makefile
+++ b/openwrt/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/openwrt/target/linux/x86-2.6/Makefile b/openwrt/target/linux/x86-2.6/Makefile
index 04b13a3..6aa1000 100644
--- a/openwrt/target/linux/x86-2.6/Makefile
+++ b/openwrt/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/openwrt/target/linux/xscale-2.6/Makefile b/openwrt/target/linux/xscale-2.6/Makefile
index bd17ba7..59f02b3 100644
--- a/openwrt/target/linux/xscale-2.6/Makefile
+++ b/openwrt/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/openwrt/target/sdk/Makefile b/openwrt/target/sdk/Makefile
index 01438a6..25d2acc 100644
--- a/openwrt/target/sdk/Makefile
+++ b/openwrt/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/openwrt/target/utils/Makefile b/openwrt/target/utils/Makefile
index bcd1e65..855f552 100644
--- a/openwrt/target/utils/Makefile
+++ b/openwrt/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