aboutsummaryrefslogtreecommitdiffstats
path: root/package/linux-atm
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2012-11-21 06:07:23 +0000
committerJohn Crispin <blogic@openwrt.org>2012-11-21 06:07:23 +0000
commitbe2b7fab8cb0ae8ca32bdb58aae660df252b324a (patch)
tree13c3d44e6bbc81672d70907ef2dd610ebba72643 /package/linux-atm
parent811c89a11d84cdb91b9860f5f547cb851ae2b8e3 (diff)
downloadupstream-be2b7fab8cb0ae8ca32bdb58aae660df252b324a.tar.gz
upstream-be2b7fab8cb0ae8ca32bdb58aae660df252b324a.tar.bz2
upstream-be2b7fab8cb0ae8ca32bdb58aae660df252b324a.zip
[linux-atm] 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34287 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 0372904d86..76794d4fcd 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