diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-21 06:07:23 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-21 06:07:23 +0000 |
commit | 50c442dbb82561c7bd2fc1087f8cdae0fc29e99c (patch) | |
tree | 13c3d44e6bbc81672d70907ef2dd610ebba72643 | |
parent | 9ed0daace8e893fb28254fc57781b3fb5e853c1f (diff) |
[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
-rw-r--r-- | package/linux-atm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index 0372904d8..76794d4fc 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 |