aboutsummaryrefslogtreecommitdiffstats
path: root/package/ltq-ifxos/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2012-10-11 10:05:00 +0000
committerJohn Crispin <blogic@openwrt.org>2012-10-11 10:05:00 +0000
commite654d2550f35db784f6198934ee92c4d42512908 (patch)
tree3fdcbca32af16ae69c36fd7e84eec958d9cb411d /package/ltq-ifxos/Makefile
parent1babf051043e078352a71d5094628ed111414d66 (diff)
downloadupstream-e654d2550f35db784f6198934ee92c4d42512908.tar.gz
upstream-e654d2550f35db784f6198934ee92c4d42512908.tar.bz2
upstream-e654d2550f35db784f6198934ee92c4d42512908.zip
[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/Makefile')
-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 a43a10be3c..eeca2010a0 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)