ramips: add missing copyright info for relocate stub
authorFelix Fietkau <nbd@openwrt.org>
Sat, 17 Jan 2015 21:22:36 +0000 (21:22 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 17 Jan 2015 21:22:36 +0000 (21:22 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44017

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

index a71bb008026ff22d5264e1d3ed95c13d0f4715a4..500423b63b27ce631e9c122fccf346715fd49e22 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 3680cb7d8da40b165fff63508f9e07241b1c4ea5..3e5b374ba06dd3fdd5b483408bb37fbfb6d30f53 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>