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/avr32/Makefile | |
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/avr32/Makefile')
-rw-r--r-- | target/linux/avr32/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/avr32/Makefile b/target/linux/avr32/Makefile index 3527f6fcfe..da250078a6 100644 --- a/target/linux/avr32/Makefile +++ b/target/linux/avr32/Makefile @@ -10,6 +10,8 @@ ARCH:=avr32 BOARD:=avr32 BOARDNAME:=Atmel AVR32 FEATURES:=squashfs +MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> + LINUX_VERSION:=2.6.32.24 include $(INCLUDE_DIR)/target.mk |