diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-29 04:32:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-29 04:32:15 +0000 |
commit | 2d9f8febf2e578f54c13f579063954cb5d0c3331 (patch) | |
tree | b35ec6f0a532730e261b211d93cd86f69f67e35a /target/linux/x86 | |
parent | 795063e4bd943a6f8b10d4ed11ddce8aad604771 (diff) | |
download | master-187ad058-2d9f8febf2e578f54c13f579063954cb5d0c3331.tar.gz master-187ad058-2d9f8febf2e578f54c13f579063954cb5d0c3331.tar.bz2 master-187ad058-2d9f8febf2e578f54c13f579063954cb5d0c3331.zip |
x86: add myself as maintainer
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45116 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 967a255aa2..ba733c0248 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -11,6 +11,7 @@ BOARD:=x86 BOARDNAME:=x86 FEATURES:=squashfs ext4 vdi vmdk pcmcia targz SUBTARGETS=generic xen_domu ep80579 geode kvm_guest rdc 64 +MAINTAINER:=Felix Fietkau <nbd@openwrt.org> KERNEL_PATCHVER:=3.18 |