Author: nbd Date: 2015-01-17 22:22:36 +0100 (Sat, 17 Jan 2015) New Revision: 44017
Modified: trunk/target/linux/ramips/image/relocate/Makefile trunk/target/linux/ramips/image/relocate/head.S Log: ramips: add missing copyright info for relocate stub Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/target/linux/ramips/image/relocate/Makefile =================================================================== --- trunk/target/linux/ramips/image/relocate/Makefile 2015-01-17 21:20:05 UTC (rev 44016) +++ trunk/target/linux/ramips/image/relocate/Makefile 2015-01-17 21:22:36 UTC (rev 44017) @@ -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 <[email protected]> +# Copyright (C) 2015 Felix Fietkau <[email protected]> # # Some parts of this file was based on the OpenWrt specific lzma-loader # for the BCM47xx and ADM5120 based boards: Modified: trunk/target/linux/ramips/image/relocate/head.S =================================================================== --- trunk/target/linux/ramips/image/relocate/head.S 2015-01-17 21:20:05 UTC (rev 44016) +++ trunk/target/linux/ramips/image/relocate/head.S 2015-01-17 21:22:36 UTC (rev 44017) @@ -1,4 +1,10 @@ /* + * Kernel relocation stub for MIPS devices + * + * Copyright (C) 2015 Felix Fietkau <[email protected]> + * + * Based on: + * * LZMA compressed kernel loader for Atheros AR7XXX/AR9XXX based boards * * Copyright (C) 2011 Gabor Juhos <[email protected]> _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
