projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
danube to ifxmips transition
[openwrt.git]
/
package
/
linux-atm
/
Makefile
diff --git
a/package/linux-atm/Makefile
b/package/linux-atm/Makefile
index
000ea5c
..
f67294e
100644
(file)
--- a/
package/linux-atm/Makefile
+++ b/
package/linux-atm/Makefile
@@
-41,6
+41,11
@@
define Package/atm-tools/description
This package contains the Linux ATM tools.
endef
This package contains the Linux ATM tools.
endef
+define Build/Prepare
+ $(call Build/Prepare/Default)
+ $(INSTALL_BIN) $(SCRIPT_DIR)/config.sub $(SCRIPT_DIR)/config.guess $(PKG_BUILD_DIR)/
+endef
+
define Build/Configure
$(call Build/Configure/Default)
# prevent autoheader invocation
define Build/Configure
$(call Build/Configure/Default)
# prevent autoheader invocation
@@
-76,7
+81,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.024841 seconds
and
4
git commands to generate.