projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[kernel] export rescan_partitions to prevent linking failures in block2mtd (#6741)
[openwrt.git]
/
package
/
linux-atm
/
Makefile
diff --git
a/package/linux-atm/Makefile
b/package/linux-atm/Makefile
index
8b2da50
..
551443b
100644
(file)
--- a/
package/linux-atm/Makefile
+++ b/
package/linux-atm/Makefile
@@
-1,10
+1,9
@@
-#
+#
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
-# $Id$
include $(TOPDIR)/rules.mk
include $(TOPDIR)/rules.mk
@@
-16,12
+15,15
@@
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz
PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/l/linux-atm/
PKG_MD5SUM:=84fef49cc39ff2605204246666f65864
PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/l/linux-atm/
PKG_MD5SUM:=84fef49cc39ff2605204246666f65864
+PKG_FIXUP:=libtool
+
include $(INCLUDE_DIR)/package.mk
define Package/linux-atm
SECTION:=libs
CATEGORY:=Libraries
TITLE:=Linux ATM library
include $(INCLUDE_DIR)/package.mk
define Package/linux-atm
SECTION:=libs
CATEGORY:=Libraries
TITLE:=Linux ATM library
+ DEPENDS:=+kmod-atm
URL:=http://linux-atm.sourceforge.net/
endef
URL:=http://linux-atm.sourceforge.net/
endef
@@
-67,11
+69,6
@@
ifneq ($(CONFIG_PACKAGE_linux-atm),)
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libatm.{a,so*} \
$(1)/usr/lib/
endef
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libatm.{a,so*} \
$(1)/usr/lib/
endef
-
- define Build/UninstallDev
- rm -rf $(1)/usr/include/atm{,d,sap}.h \
- $(1)/usr/lib/libatm.{a,so*}
- endef
endif
define Package/linux-atm/install
endif
define Package/linux-atm/install
@@
-81,7
+78,7
@@
endef
define Package/atm-tools/install
$(INSTALL_DIR) $(1)/usr/sbin/
define Package/atm-tools/install
$(INSTALL_DIR) $(1)/usr/sbin/
- $(
CP
) $(PKG_INSTALL_DIR)/usr/sbin/atmarp{,d} $(1)/usr/sbin/
+ $(
INSTALL_BIN
) $(PKG_INSTALL_DIR)/usr/sbin/atmarp{,d} $(1)/usr/sbin/
$(INSTALL_DIR) $(1)/lib/network
$(INSTALL_BIN) ./files/ipoa.sh $(1)/lib/network/
endef
$(INSTALL_DIR) $(1)/lib/network
$(INSTALL_BIN) ./files/ipoa.sh $(1)/lib/network/
endef
This page took
0.026243 seconds
and
4
git commands to generate.