ramips: add missing copyright info for relocate stub
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44017
This commit is contained in:
parent
40b740b232
commit
632be658d5
|
@ -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:
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue