From 2f2b256d3a8fa9988bfde76f21d07e4a7fa7842d Mon Sep 17 00:00:00 2001 From: swalker Date: Tue, 23 Mar 2010 04:35:04 +0000 Subject: [PATCH] [packages] libowfat: add url, fix copyright, remove $Id$ git-svn-id: svn://svn.openwrt.org/openwrt/packages@20383 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libowfat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libowfat/Makefile b/libs/libowfat/Makefile index 4f5dbe828..23a886920 100644 --- a/libs/libowfat/Makefile +++ b/libs/libowfat/Makefile @@ -1,10 +1,9 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk @@ -27,6 +26,7 @@ define Package/libowfat SECTION:=libs CATEGORY:=Libraries TITLE:=reimplemented libdjb under GPL + URL:=http://www.fefe.de/libowfat/ endef define Build/Configure