summaryrefslogtreecommitdiff
path: root/package/linux-atm
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-11-21 06:07:23 +0000
committerJohn Crispin <john@openwrt.org>2012-11-21 06:07:23 +0000
commit0ae8453c71bd5aa9eac3ed230a15169dd3ad5437 (patch)
tree04899e0c0992fa0dc8fcd96b2d9cdd0bf2e1917c /package/linux-atm
parentf7ead0a2d5b07c1dc79401197d2e06c941ab7f99 (diff)
downloadmtk-20170518-0ae8453c71bd5aa9eac3ed230a15169dd3ad5437.zip
mtk-20170518-0ae8453c71bd5aa9eac3ed230a15169dd3ad5437.tar.gz
mtk-20170518-0ae8453c71bd5aa9eac3ed230a15169dd3ad5437.tar.bz2
actually deploy atmarp and atmarpd and not just their libtool wrapper
due to a small error in the atm-tools package we are not deploying atmarp/atmarpd but instead the (useless) libtool-wrappers. Signed-Off-By: Frank Meerkötter <frank@meerkoetter.org> SVN-Revision: 34287
Diffstat (limited to 'package/linux-atm')
-rw-r--r--package/linux-atm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile
index 0372904..76794d4 100644
--- a/package/linux-atm/Makefile
+++ b/package/linux-atm/Makefile
@@ -99,7 +99,7 @@ endef
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