projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
b43: disable pio and pcmcia support
[openwrt.git]
/
package
/
iptables
/
Makefile
diff --git
a/package/iptables/Makefile
b/package/iptables/Makefile
index
190b694
..
818e686
100644
(file)
--- a/
package/iptables/Makefile
+++ b/
package/iptables/Makefile
@@
-10,7
+10,7
@@
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=iptables
PKG_VERSION:=1.4.4
PKG_NAME:=iptables
PKG_VERSION:=1.4.4
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_MD5SUM:=08cd9196881657ea0615d926334cb7e9
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_MD5SUM:=08cd9196881657ea0615d926334cb7e9
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
@@
-329,12
+329,12
@@
endef
define Package/libiptc/install
$(INSTALL_DIR) $(1)/usr/lib
define Package/libiptc/install
$(INSTALL_DIR) $(1)/usr/lib
- $(
INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/libiptc.so.
* $(1)/usr/lib/
+ $(
CP) $(PKG_INSTALL_DIR)/usr/lib/libiptc.so
* $(1)/usr/lib/
endef
define Package/libxtables/install
$(INSTALL_DIR) $(1)/usr/lib
endef
define Package/libxtables/install
$(INSTALL_DIR) $(1)/usr/lib
- $(
INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/libxtables.so.
* $(1)/usr/lib/
+ $(
CP) $(PKG_INSTALL_DIR)/usr/lib/libxtables.so
* $(1)/usr/lib/
endef
define BuildPlugin
endef
define BuildPlugin
This page took
0.022278 seconds
and
4
git commands to generate.