projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23f2799
)
[package] update owfs to 2.7p13, fix dependencies (#4476)
author
Florian Fainelli
<florian@openwrt.org>
Wed, 21 Jan 2009 14:41:26 +0000
(14:41 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 21 Jan 2009 14:41:26 +0000
(14:41 +0000)
SVN-Revision: 14134
utils/owfs/Makefile
patch
|
blob
|
history
diff --git
a/utils/owfs/Makefile
b/utils/owfs/Makefile
index 2f7920fe7041c4012fb390bf3ff307b0dbf8d9d1..6568d5fb644b596315145cadfb928abd9b69e204 100644
(file)
--- a/
utils/owfs/Makefile
+++ b/
utils/owfs/Makefile
@@
-7,12
+7,12
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=owfs
-PKG_VERSION:=2.7p
7
-PKG_RELEASE:=
3
+PKG_VERSION:=2.7p
13
+PKG_RELEASE:=
1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
-PKG_MD5SUM:=
4c189f64a1a6110bef19639a36c3b0e1
+PKG_MD5SUM:=
285483508f7fa42af3500b04f792058c
PKG_FIXUP = libtool
@@
-30,7
+30,7
@@
endef
define Package/owfs/Server
$(call Package/owfs/Default)
- DEPENDS:=+
owfs
+libpthread
+ DEPENDS:=+
libow
+libpthread
SECTION:=net
CATEGORY:=Network
endef