diff --git a/Makefile b/Makefile index 9b74364..0d9cb81 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007 OpenWrt.org +# Copyright (C) 2007-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,13 +9,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nodogsplash PKG_VERSION:=0.9_beta9.9.5 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://kokoro.ucsd.edu/nodogsplash/ \ http://kokoro.ucsd.edu/nodogsplash/old/ PKG_MD5SUM:=142f6b761a0ef93bb3e8557e1f53bc56 +PKG_FIXUP:=libtool + include $(INCLUDE_DIR)/package.mk define Package/nodogsplash