diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-10-08 11:41:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-10-08 11:41:02 +0000 |
commit | 695081b3c16d4f6670e39181c5cd052379219f63 (patch) | |
tree | a90e197ac7b14f65af0e8598ccf0142603f2d09a /package/libs/libubox | |
parent | 7e94d76cfa15e5efff4ee7ed13ad6503072121e7 (diff) | |
download | master-187ad058-695081b3c16d4f6670e39181c5cd052379219f63.tar.gz master-187ad058-695081b3c16d4f6670e39181c5cd052379219f63.tar.bz2 master-187ad058-695081b3c16d4f6670e39181c5cd052379219f63.zip |
add myself as a maintainer for various packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33660 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/libubox')
-rw-r--r-- | package/libs/libubox/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile index 845f380709..39cfb3019b 100644 --- a/package/libs/libubox/Makefile +++ b/package/libs/libubox/Makefile @@ -12,6 +12,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_MD5SUM:=dfd44c10b4aeccbdab9ae22774fb02e3 CMAKE_INSTALL:=1 +PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> + include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk |