diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-23 11:27:29 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-23 11:27:29 +0000 |
commit | f799ec128cc692612721081e0dc8e96669380563 (patch) | |
tree | f791fbb5a028b4b48d1e803f7ed7364bdd3cd0c1 /package/ifxmips-dsl-control/Makefile | |
parent | 46f60d45988e6e2bab75451178e539a895843628 (diff) | |
download | upstream-f799ec128cc692612721081e0dc8e96669380563.tar.gz upstream-f799ec128cc692612721081e0dc8e96669380563.tar.bz2 upstream-f799ec128cc692612721081e0dc8e96669380563.zip |
[package] cleanup Makefiles (#7212)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21107 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ifxmips-dsl-control/Makefile')
-rw-r--r-- | package/ifxmips-dsl-control/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ifxmips-dsl-control/Makefile b/package/ifxmips-dsl-control/Makefile index bd35d2f9c3..6fcad6b92f 100644 --- a/package/ifxmips-dsl-control/Makefile +++ b/package/ifxmips-dsl-control/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 OpenWrt.org +# Copyright (C) 2009-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -23,7 +23,7 @@ define Package/ifxmips-dsl-control CATEGORY:=Network TITLE:=DSL CPE control application URL:=http://www.infineon.com/ - MAINTAINER:=Infineon Technologies AG / Lantiq / blogic@openwrt.org + MAINTAINER:=Infineon Technologies AG / Lantiq / John Crispin <blogic@openwrt.org> DEPENDS:=+kmod-ifxmips-dsl-api +libpthread @BROKEN endef |