projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
851d7d2
)
openvswitch: remove redundant postint rule
author
Alexandru Ardelean
<
[email protected]
>
Tue, 29 Dec 2015 11:42:16 +0000
(13:42 +0200)
committer
Alexandru Ardelean
<
[email protected]
>
Mon, 4 Jan 2016 09:00:55 +0000
(11:00 +0200)
Signed-off-by: Alexandru Ardelean <
[email protected]
>
net/openvswitch/Makefile
patch
|
blob
|
history
diff --git
a/net/openvswitch/Makefile
b/net/openvswitch/Makefile
index a8af356d28bd803d9f78b91923eb7e9afc936156..546ad86e18a83855ff81b58aee044983d815e19b 100644
(file)
--- a/
net/openvswitch/Makefile
+++ b/
net/openvswitch/Makefile
@@
-165,11
+165,6
@@
define Package/openvswitch-benchmark/install
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ovs-benchmark $(1)/usr/bin/
endef
-define Package/openvswitch/postinst
-#!/bin/sh
-[ -n "$${IPKG_INSTROOT}" ] || /etc/init.d/openvswitch enable || true
-endef
-
$(eval $(call BuildPackage,openvswitch))
$(eval $(call BuildPackage,openvswitch-python))
$(eval $(call BuildPackage,openvswitch-ipsec))