diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-01-17 21:22:36 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-01-17 21:22:36 +0000 |
commit | 632be658d5267c006e5ce7594f4631995437f5bf (patch) | |
tree | 30366af7435068b5456b65b2f8d08ca552fcba2f /target | |
parent | 40b740b23234574115225bf8bde7bc679f8034e1 (diff) | |
download | openwrt-632be658d5267c006e5ce7594f4631995437f5bf.tar.gz openwrt-632be658d5267c006e5ce7594f4631995437f5bf.tar.bz2 openwrt-632be658d5267c006e5ce7594f4631995437f5bf.zip |
ramips: add missing copyright info for relocate stub
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44017
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/image/relocate/Makefile | 4 | ||||
-rw-r--r-- | target/linux/ramips/image/relocate/head.S | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/target/linux/ramips/image/relocate/Makefile b/target/linux/ramips/image/relocate/Makefile index a71bb00802..500423b63b 100644 --- a/target/linux/ramips/image/relocate/Makefile +++ b/target/linux/ramips/image/relocate/Makefile @@ -1,8 +1,8 @@ # -# Makefile for the LZMA compressed kernel loader for -# Atheros AR7XXX/AR9XXX based boards +# Makefile for the kernel relocation stub for MIPS devices # # Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org> +# Copyright (C) 2015 Felix Fietkau <nbd@openwrt.org> # # Some parts of this file was based on the OpenWrt specific lzma-loader # for the BCM47xx and ADM5120 based boards: diff --git a/target/linux/ramips/image/relocate/head.S b/target/linux/ramips/image/relocate/head.S index 3680cb7d8d..3e5b374ba0 100644 --- a/target/linux/ramips/image/relocate/head.S +++ b/target/linux/ramips/image/relocate/head.S @@ -1,4 +1,10 @@ /* + * Kernel relocation stub for MIPS devices + * + * Copyright (C) 2015 Felix Fietkau <nbd@openwrt.org> + * + * Based on: + * * LZMA compressed kernel loader for Atheros AR7XXX/AR9XXX based boards * * Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org> |