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 | 81059a2a96f8d2500609d22b8d4cbfba93f2157a (patch) | |
tree | 274e378dd3ba36d91d617d45d1a6cb55a605258d /target/linux/ppc44x | |
parent | c0bda9a6a92982018fd00e2f48b721a421255f1a (diff) | |
download | upstream-81059a2a96f8d2500609d22b8d4cbfba93f2157a.tar.gz upstream-81059a2a96f8d2500609d22b8d4cbfba93f2157a.tar.bz2 upstream-81059a2a96f8d2500609d22b8d4cbfba93f2157a.zip |
mark targets maintained by me
SVN-Revision: 23668
Diffstat (limited to 'target/linux/ppc44x')
-rw-r--r-- | target/linux/ppc44x/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index 32a198f2d8..2defe4440e 100644 --- a/target/linux/ppc44x/Makefile +++ b/target/linux/ppc44x/Makefile @@ -11,6 +11,7 @@ BOARD:=ppc44x BOARDNAME:=AMCC/IBM PPC44x FEATURES:=squashfs CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=440 +MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> LINUX_VERSION:=2.6.32.24 |