Hi all, i noticed that due to a small error in the atm-tools package we are not deploying atmarp/atmarpd but instead the (useless) libtool-wrappers. Please review/apply.
Signed-Off-By: Frank Meerkötter <fr...@meerkoetter.org> Patch follows: Index: package/linux-atm/Makefile =================================================================== --- package/linux-atm/Makefile (revision 33887) +++ package/linux-atm/Makefile (working copy) @@ -100,7 +100,7 @@ define Package/atm-tools/install $(INSTALL_DIR) $(1)/usr/sbin/ - $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/arpd/atmarp{,d} $(1)/usr/sbin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/atmarp{,d} $(1)/usr/sbin/ # #The following is disabled by default but still useful for some debugging _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel