summaryrefslogtreecommitdiffstats
path: root/package/ltq-ifxos
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-11 10:05:00 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-11 10:05:00 +0000
commitbaf761b25634399c61b375b6d6179062a4db15ae (patch)
tree3fdcbca32af16ae69c36fd7e84eec958d9cb411d /package/ltq-ifxos
parentb2305bd3614441f1a0436ed0070b7729a6a45f20 (diff)
[lantiq] fix maintainer flag
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33722 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ltq-ifxos')
-rw-r--r--package/ltq-ifxos/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ltq-ifxos/Makefile b/package/ltq-ifxos/Makefile
index a43a10be3..eeca2010a 100644
--- a/package/ltq-ifxos/Makefile
+++ b/package/ltq-ifxos/Makefile
@@ -14,6 +14,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_RELEASE:=3
PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources
PKG_MD5SUM:=bc107f9d8ff6bed4c2760a2817bbb029
+PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>
include $(INCLUDE_DIR)/package.mk
@@ -21,7 +22,6 @@ define KernelPackage/ltq-ifxos
SUBMENU:=Voice over IP
TITLE:=Lantiq OS abstraction library
URL:=http://www.lantiq.com/
- MAINTAINER:=Lantiq
DEPENDS:=@TARGET_lantiq
FILES:=$(PKG_BUILD_DIR)/src/drv_ifxos.ko
AUTOLOAD:=$(call AutoLoad,10,drv_ifxos)