projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[adm5120] fix Cellvision images
[openwrt.git]
/
package
/
linux-atm
/
Makefile
diff --git
a/package/linux-atm/Makefile
b/package/linux-atm/Makefile
index
8b2da50
..
4f9b4f6
100644
(file)
--- a/
package/linux-atm/Makefile
+++ b/
package/linux-atm/Makefile
@@
-67,11
+67,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
+76,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.020712 seconds
and
4
git commands to generate.