Browse Source

openvswitch: remove redundant postint rule

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 9 years ago
parent
commit
43e68fac39
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      net/openvswitch/Makefile

+ 0
- 5
net/openvswitch/Makefile View File

@ -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))


Loading…
Cancel
Save