diff options
author | John Crispin <blogic@openwrt.org> | 2014-08-03 11:15:50 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-08-03 11:15:50 +0000 |
commit | 452dfe6493b7df107592063bc57d7aaaf446cd1f (patch) | |
tree | 24a5731660298ae3a0ff104fe253bd3e383ae39c | |
parent | 8a42dd854213cffaa6fae2c662d6e212ee454d9f (diff) | |
download | upstream-452dfe6493b7df107592063bc57d7aaaf446cd1f.tar.gz upstream-452dfe6493b7df107592063bc57d7aaaf446cd1f.tar.bz2 upstream-452dfe6493b7df107592063bc57d7aaaf446cd1f.zip |
cns3xxx: add myself as maintainer
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r41928
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@41976 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/cns3xxx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/Makefile b/target/linux/cns3xxx/Makefile index 5ae7a210b5..7508240caa 100644 --- a/target/linux/cns3xxx/Makefile +++ b/target/linux/cns3xxx/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Cavium Networks Econa CNS3xxx FEATURES:=squashfs fpu gpio pcie usb usbgadget CPU_TYPE:=mpcore CPU_SUBTYPE:=vfp -MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> +MAINTAINER:=Felix Fietkau <nbd@openwrt.org> LINUX_VERSION:=3.10.49 |