diff options
Diffstat (limited to 'target/linux/ramips/image/relocate/head.S')
-rw-r--r-- | target/linux/ramips/image/relocate/head.S | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ramips/image/relocate/head.S b/target/linux/ramips/image/relocate/head.S index 3680cb7d8d..3e5b374ba0 100644 --- a/target/linux/ramips/image/relocate/head.S +++ b/target/linux/ramips/image/relocate/head.S @@ -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> |