summaryrefslogtreecommitdiff
path: root/openwrt/target/image
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/image
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/image')
-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
12 files changed, 72 insertions, 0 deletions
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