summaryrefslogtreecommitdiff
path: root/openwrt/package/linux-atm/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-02-07 13:12:05 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-02-07 13:12:05 +0000
commit6641b176a96e09642e838c08dbaa1b22195202e9 (patch)
tree9963dc2bd6072127f345347ca798e0aaab44b013 /openwrt/package/linux-atm/Makefile
parent11a28b31948079a9e54ae767743ee737fea0c89b (diff)
downloadmtk-20170518-6641b176a96e09642e838c08dbaa1b22195202e9.zip
mtk-20170518-6641b176a96e09642e838c08dbaa1b22195202e9.tar.gz
mtk-20170518-6641b176a96e09642e838c08dbaa1b22195202e9.tar.bz2
Fixed user-space br2684ctl to be more verbose, also copy all the libatm dependencies.
SVN-Revision: 3179
Diffstat (limited to 'openwrt/package/linux-atm/Makefile')
-rw-r--r--openwrt/package/linux-atm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/linux-atm/Makefile b/openwrt/package/linux-atm/Makefile
index 93da3af..ee3ac99 100644
--- a/openwrt/package/linux-atm/Makefile
+++ b/openwrt/package/linux-atm/Makefile
@@ -56,7 +56,7 @@ $(PKG_BUILD_DIR)/.built:
$(IPKG_LINUX_ATM):
install -d -m0755 $(IDIR_LINUX_ATM)/usr/lib
- $(CP) $(PKG_INSTALL_DIR)/usr/lib/libatm.so.1 $(IDIR_LINUX_ATM)/usr/lib
+ $(CP) $(PKG_INSTALL_DIR)/usr/lib/libatm.so.1* $(IDIR_LINUX_ATM)/usr/lib
$(RSTRIP) $(IDIR_LINUX_ATM)/
$(IPKG_BUILD) $(IDIR_LINUX_ATM) $(PACKAGE_DIR)