diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-12 04:03:48 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-12 04:03:48 +0000 |
commit | 87a9a4bf58e81b253b24f18419105d2fe5721f29 (patch) | |
tree | 80e2e83f216c373a845af348507e5c1e77764496 /openwrt/package | |
parent | 0d27f51bd6c03bc36fb83ba8e12f4b71ad2f8387 (diff) | |
download | mtk-20170518-87a9a4bf58e81b253b24f18419105d2fe5721f29.zip mtk-20170518-87a9a4bf58e81b253b24f18419105d2fe5721f29.tar.gz mtk-20170518-87a9a4bf58e81b253b24f18419105d2fe5721f29.tar.bz2 |
adjust svn properties: add missing "svn:keywords" for Makefiles, set "svn:eol-style" to LF and remove "svn:keywords" for Config.in and ipkg/* files
SVN-Revision: 2638
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/gsm/Makefile | 2 | ||||
-rw-r--r-- | openwrt/package/ipsec-tools/Makefile | 2 | ||||
-rw-r--r-- | openwrt/package/libvorbisidec/Makefile | 2 | ||||
-rw-r--r-- | openwrt/package/miredo/Makefile | 2 | ||||
-rw-r--r-- | openwrt/package/udev/Makefile | 2 | ||||
-rw-r--r-- | openwrt/package/ustl/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/openwrt/package/gsm/Makefile b/openwrt/package/gsm/Makefile index 2949059..0599696 100644 --- a/openwrt/package/gsm/Makefile +++ b/openwrt/package/gsm/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile 2567 2005-11-29 11:13:32Z nico $ +# $Id$ include $(TOPDIR)/rules.mk diff --git a/openwrt/package/ipsec-tools/Makefile b/openwrt/package/ipsec-tools/Makefile index b05df8d..96b3e9f 100644 --- a/openwrt/package/ipsec-tools/Makefile +++ b/openwrt/package/ipsec-tools/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile 2409 2005-11-10 08:08:12Z nico $ +# $Id$ include $(TOPDIR)/rules.mk diff --git a/openwrt/package/libvorbisidec/Makefile b/openwrt/package/libvorbisidec/Makefile index 492080b..4c1fc0b 100644 --- a/openwrt/package/libvorbisidec/Makefile +++ b/openwrt/package/libvorbisidec/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 2005/10/07 17:05:47 nico Exp $ +# $Id$ include $(TOPDIR)/rules.mk diff --git a/openwrt/package/miredo/Makefile b/openwrt/package/miredo/Makefile index 1632d4f..17c28f6 100644 --- a/openwrt/package/miredo/Makefile +++ b/openwrt/package/miredo/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile 1728 2005-08-23 00:06:14Z nbd $ +# $Id$ include $(TOPDIR)/rules.mk diff --git a/openwrt/package/udev/Makefile b/openwrt/package/udev/Makefile index 5cc807c..34cdba6 100644 --- a/openwrt/package/udev/Makefile +++ b/openwrt/package/udev/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile 2567 2005-11-29 11:13:32Z nico $ +# $Id$ include $(TOPDIR)/rules.mk diff --git a/openwrt/package/ustl/Makefile b/openwrt/package/ustl/Makefile index d07c4c3..36b77c9 100644 --- a/openwrt/package/ustl/Makefile +++ b/openwrt/package/ustl/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile 2230 2005-10-22 12:12:59Z nbd $ +# $Id$ include $(TOPDIR)/rules.mk |