Browse Source

ramips: add missing copyright info for relocate stub

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 44017
Felix Fietkau 11 years ago
parent
commit
632be658d5

+ 2 - 2
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 <[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:

+ 6 - 0
target/linux/ramips/image/relocate/head.S

@@ -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]>