From f9b8f27119a5fc811c2a0a25e686638c8b5680b8 Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Thu, 17 Dec 2009 20:17:21 +0100
Subject: add sangam-atm package

- driver package for ag241 dsl modem, it loads, but
we will see if it works..
---
 package/linux-atm/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'package/linux-atm/Makefile')

diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile
index 2f32e7aa8..1ebd2172b 100644
--- a/package/linux-atm/Makefile
+++ b/package/linux-atm/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
 
 PKG_NAME:=		linux-atm
 PKG_VERSION:=		2.5.1
-PKG_RELEASE:=		1
+PKG_RELEASE:=		2
 PKG_MD5SUM:=		9560b0e1f410a05b849dfdab465dd758
 PKG_DESCR:=		ATM library and tools for Linux
 PKG_SECTION:=		libs
@@ -29,7 +29,7 @@ INSTALL_STYLE:=		auto
 
 post-install:
 	${INSTALL_DIR} ${IDIR_LIBATM}/usr/lib
-	${CP} ${WRKINST}/usr/lib/libatm.so.1 ${IDIR_LIBATM}/usr/lib
+	${CP} ${WRKINST}/usr/lib/libatm.so* ${IDIR_LIBATM}/usr/lib
 	${INSTALL_DIR} ${IDIR_BR2684CTL}/usr/sbin
 	${CP} ${WRKINST}/usr/sbin/br2684ctl ${IDIR_BR2684CTL}/usr/sbin
 
-- 
cgit v1.2.3