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 +# Copyright (C) 2015 Felix Fietkau # # 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 + * + * Based on: + * * LZMA compressed kernel loader for Atheros AR7XXX/AR9XXX based boards * * Copyright (C) 2011 Gabor Juhos