ramips: add missing copyright info for relocate stub
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 17 Jan 2015 21:22:36 +0000 (21:22 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 17 Jan 2015 21:22:36 +0000 (21:22 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44017 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ramips/image/relocate/Makefile
target/linux/ramips/image/relocate/head.S

index a71bb00..500423b 100644 (file)
@@ -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:
index 3680cb7..3e5b374 100644 (file)
@@ -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>