projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix a problem with the firewall script (multicast traffic could produce packet loss)
[openwrt.git]
/
package
/
haserl
/
Makefile
diff --git
a/package/haserl/Makefile
b/package/haserl/Makefile
index
83a7d84
..
aa0413e
100644
(file)
--- a/
package/haserl/Makefile
+++ b/
package/haserl/Makefile
@@
-15,9
+15,6
@@
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/haserl
PKG_MD5SUM:=bd9195d086566f56634c0bcbbbcbebea
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/haserl
PKG_MD5SUM:=bd9195d086566f56634c0bcbbbcbebea
-PKG_CAT:=zcat
-
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/package.mk
@@
-29,8
+26,8
@@
define Package/haserl
endef
define Package/haserl/install
endef
define Package/haserl/install
-
install -m0755 -d
$(1)/usr/bin
-
install -m0755
$(PKG_BUILD_DIR)/src/haserl $(1)/usr/bin/
+
$(INSTALL_DIR)
$(1)/usr/bin
+
$(INSTALL_BIN)
$(PKG_BUILD_DIR)/src/haserl $(1)/usr/bin/
endef
$(eval $(call BuildPackage,haserl))
endef
$(eval $(call BuildPackage,haserl))
This page took
0.022803 seconds
and
4
git commands to generate.