ramips: add missing copyright info for relocate stub

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44017 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2015-01-17 21:22:36 +00:00
parent 51919b571a
commit 2ddb4517f0
2 changed files with 8 additions and 2 deletions

View 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:

View 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>