diff options
-rw-r--r-- | openwrt/toolchain/Makefile | 7 | ||||
-rw-r--r-- | openwrt/toolchain/binutils/Makefile | 6 | ||||
-rw-r--r-- | openwrt/toolchain/gdb/Makefile | 6 | ||||
-rw-r--r-- | openwrt/toolchain/ipkg-utils/Makefile | 6 | ||||
-rw-r--r-- | openwrt/toolchain/jffs2/Makefile | 6 | ||||
-rw-r--r-- | openwrt/toolchain/kernel-headers/Makefile | 6 | ||||
-rw-r--r-- | openwrt/toolchain/libnotimpl/Makefile | 6 | ||||
-rw-r--r-- | openwrt/toolchain/lzma/Makefile | 6 | ||||
-rw-r--r-- | openwrt/toolchain/sed/Makefile | 6 | ||||
-rw-r--r-- | openwrt/toolchain/squashfs/Makefile | 6 | ||||
-rw-r--r-- | openwrt/toolchain/sstrip/Makefile | 6 | ||||
-rw-r--r-- | openwrt/toolchain/uClibc/Makefile | 6 | ||||
-rw-r--r-- | openwrt/toolchain/uClibc/config/i386 | 7 | ||||
-rw-r--r-- | openwrt/toolchain/uClibc/config/mips | 7 | ||||
-rw-r--r-- | openwrt/toolchain/uClibc/config/mipsel | 7 | ||||
-rw-r--r-- | openwrt/toolchain/uClibc/config/powerpc | 7 |
16 files changed, 101 insertions, 0 deletions
diff --git a/openwrt/toolchain/Makefile b/openwrt/toolchain/Makefile index 6481ed0..043a119 100644 --- a/openwrt/toolchain/Makefile +++ b/openwrt/toolchain/Makefile @@ -1,4 +1,11 @@ +# +# 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 toolchain +# include $(TOPDIR)/rules.mk TARGETS-y:=sed kernel-headers sstrip binutils gcc uClibc ipkg-utils libnotimpl squashfs jffs2 lzma TARGETS-$(CONFIG_GDB) += gdb diff --git a/openwrt/toolchain/binutils/Makefile b/openwrt/toolchain/binutils/Makefile index 6d4f96f..a5b905e 100644 --- a/openwrt/toolchain/binutils/Makefile +++ b/openwrt/toolchain/binutils/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 PKG_NAME:=binutils diff --git a/openwrt/toolchain/gdb/Makefile b/openwrt/toolchain/gdb/Makefile index 538ef51..f5c0bf3 100644 --- a/openwrt/toolchain/gdb/Makefile +++ b/openwrt/toolchain/gdb/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 PKG_NAME:=gdb diff --git a/openwrt/toolchain/ipkg-utils/Makefile b/openwrt/toolchain/ipkg-utils/Makefile index 5d324f7..4520af1 100644 --- a/openwrt/toolchain/ipkg-utils/Makefile +++ b/openwrt/toolchain/ipkg-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 PKG_NAME := ipkg-utils diff --git a/openwrt/toolchain/jffs2/Makefile b/openwrt/toolchain/jffs2/Makefile index 0236402..93e2589 100644 --- a/openwrt/toolchain/jffs2/Makefile +++ b/openwrt/toolchain/jffs2/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 PKG_NAME:=mtd diff --git a/openwrt/toolchain/kernel-headers/Makefile b/openwrt/toolchain/kernel-headers/Makefile index 9d2f32e..7e08508 100644 --- a/openwrt/toolchain/kernel-headers/Makefile +++ b/openwrt/toolchain/kernel-headers/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 PKG_NAME=kernel-headers diff --git a/openwrt/toolchain/libnotimpl/Makefile b/openwrt/toolchain/libnotimpl/Makefile index aae7aef..bc515ca 100644 --- a/openwrt/toolchain/libnotimpl/Makefile +++ b/openwrt/toolchain/libnotimpl/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 PKG_NAME := libnotimpl diff --git a/openwrt/toolchain/lzma/Makefile b/openwrt/toolchain/lzma/Makefile index 6488a06..ab8fea0 100644 --- a/openwrt/toolchain/lzma/Makefile +++ b/openwrt/toolchain/lzma/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 PKG_NAME := lzma diff --git a/openwrt/toolchain/sed/Makefile b/openwrt/toolchain/sed/Makefile index 0832ede..fdeeeea 100644 --- a/openwrt/toolchain/sed/Makefile +++ b/openwrt/toolchain/sed/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 PKG_NAME := sed diff --git a/openwrt/toolchain/squashfs/Makefile b/openwrt/toolchain/squashfs/Makefile index 7b3eed5..ac5edd9 100644 --- a/openwrt/toolchain/squashfs/Makefile +++ b/openwrt/toolchain/squashfs/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 PKG_NAME := squashfs diff --git a/openwrt/toolchain/sstrip/Makefile b/openwrt/toolchain/sstrip/Makefile index aa18e21..49983e9 100644 --- a/openwrt/toolchain/sstrip/Makefile +++ b/openwrt/toolchain/sstrip/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)/host-build.mk diff --git a/openwrt/toolchain/uClibc/Makefile b/openwrt/toolchain/uClibc/Makefile index 1499573..bb52ee3 100644 --- a/openwrt/toolchain/uClibc/Makefile +++ b/openwrt/toolchain/uClibc/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/toolchain/uClibc/config/i386 b/openwrt/toolchain/uClibc/config/i386 index b1a9ec3..e787c58 100644 --- a/openwrt/toolchain/uClibc/config/i386 +++ b/openwrt/toolchain/uClibc/config/i386 @@ -1,3 +1,10 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + # # Automatically generated make config: don't edit # diff --git a/openwrt/toolchain/uClibc/config/mips b/openwrt/toolchain/uClibc/config/mips index 06c3d82..3f1f3a7 100644 --- a/openwrt/toolchain/uClibc/config/mips +++ b/openwrt/toolchain/uClibc/config/mips @@ -1,3 +1,10 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + # # Automatically generated make config: don't edit # diff --git a/openwrt/toolchain/uClibc/config/mipsel b/openwrt/toolchain/uClibc/config/mipsel index 8a7db1a..acdb2aa 100644 --- a/openwrt/toolchain/uClibc/config/mipsel +++ b/openwrt/toolchain/uClibc/config/mipsel @@ -1,3 +1,10 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + # # Automatically generated make config: don't edit # diff --git a/openwrt/toolchain/uClibc/config/powerpc b/openwrt/toolchain/uClibc/config/powerpc index 457c7d5..de1ffaa 100644 --- a/openwrt/toolchain/uClibc/config/powerpc +++ b/openwrt/toolchain/uClibc/config/powerpc @@ -1,4 +1,11 @@ +# +# Copyright (C) 2006 OpenWrt.org # +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# +# + # Automatically generated make config: don't edit # # TARGET_alpha is not set |