projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix for madwifi radiotap support (patch by jwright)
[openwrt.git]
/
package
/
dhcp6
/
Makefile
diff --git
a/package/dhcp6/Makefile
b/package/dhcp6/Makefile
index
aef4f5c
..
e007aba
100755
(executable)
--- a/
package/dhcp6/Makefile
+++ b/
package/dhcp6/Makefile
@@
-1,3
+1,5
@@
+# $Id$
+
include $(TOPDIR)/rules.mk
PKG_NAME:=dhcp6
@@
-30,6
+32,6
@@
$(PKG_BUILD_DIR)/.built:
$(IPKG_DHCP6):
mkdir -p $(IDIR_DHCP6)
-
cp -fpR
$(PKG_INSTALL_DIR)/* $(IDIR_DHCP6)/
+
$(CP)
$(PKG_INSTALL_DIR)/* $(IDIR_DHCP6)/
$(RSTRIP) $(IDIR_DHCP6)
$(IPKG_BUILD) $(IDIR_DHCP6) $(PACKAGE_DIR)
This page took
0.025091 seconds
and
4
git commands to generate.