diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-10-27 13:46:00 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-10-27 13:46:00 +0000 |
commit | e51bb491fb3842ae82d2109afbfae735723edf23 (patch) | |
tree | a9a1fc91868ebda72cca2a051e1c7a02073dbce3 /target/linux/cns3xxx | |
parent | 48d7004f2614c220d93d0d4e328be82dd8fe3cff (diff) | |
download | upstream-e51bb491fb3842ae82d2109afbfae735723edf23.tar.gz upstream-e51bb491fb3842ae82d2109afbfae735723edf23.tar.bz2 upstream-e51bb491fb3842ae82d2109afbfae735723edf23.zip |
mark targets maintained by me
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23668 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/cns3xxx')
-rw-r--r-- | target/linux/cns3xxx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/cns3xxx/Makefile b/target/linux/cns3xxx/Makefile index 45faa103c1..c7f55ee5cd 100644 --- a/target/linux/cns3xxx/Makefile +++ b/target/linux/cns3xxx/Makefile @@ -11,6 +11,7 @@ BOARD:=cns3xxx BOARDNAME:=Cavium Networks Econa CNS3xxx FEATURES:=squashfs fpu gpio CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -funit-at-a-time +MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> LINUX_VERSION:=2.6.31.14 |