diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-05-06 12:37:36 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-05-06 12:37:36 +0000 |
commit | b8f0b2b785908516a29356b5f4624c36dbaa84d0 (patch) | |
tree | bfa54818f781732fe10955d81351b3fe67575ab3 /target/linux/uml | |
parent | d9e9760f2609b4aef06b7eda54e0a7a9687a1488 (diff) | |
download | upstream-b8f0b2b785908516a29356b5f4624c36dbaa84d0.tar.gz upstream-b8f0b2b785908516a29356b5f4624c36dbaa84d0.tar.bz2 upstream-b8f0b2b785908516a29356b5f4624c36dbaa84d0.zip |
[kernel] fill maintainer infos for a couple of targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26836 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/uml')
-rw-r--r-- | target/linux/uml/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index 442b71656c..d2b7c7c5cb 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -21,6 +21,7 @@ ARCH:=$(shell uname -m | sed \ BOARD:=uml BOARDNAME:=User Mode Linux FEATURES:=ext4 audio +MAINTAINER:=Florian Fainelli <florian@openwrt.org> LINUX_VERSION:=2.6.38.2 |