mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 21:24:32 +04:00
Do not package twice libospf #1688
git-svn-id: https://svn.openwrt.org/openwrt@7230 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
2
Makefile
2
Makefile
@@ -192,8 +192,6 @@ define Package/quagga-isisd/install
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/quagga-ospfd/install
|
define Package/quagga-ospfd/install
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libospf.so.* $(1)/usr/lib/
|
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/ospfd $(1)/usr/sbin/
|
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/ospfd $(1)/usr/sbin/
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user