projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a093cbd
)
fix building busybox snapshots
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 2 Apr 2005 14:10:26 +0000
(14:10 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 2 Apr 2005 14:10:26 +0000
(14:10 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@516
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/busybox/Makefile
patch
|
blob
|
history
diff --git
a/package/busybox/Makefile
b/package/busybox/Makefile
index
78da169
..
771f7e5
100644
(file)
--- a/
package/busybox/Makefile
+++ b/
package/busybox/Makefile
@@
-9,7
+9,7
@@
ifeq ($(strip $(BR2_PACKAGE_BUSYBOX_SNAPSHOT)),y)
# Be aware that this changes daily....
PKG_VERSION:=0.${shell date +"%G%m%d"}
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
# Be aware that this changes daily....
PKG_VERSION:=0.${shell date +"%G%m%d"}
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
-PKG_SOURCE:=$(PKG_NAME)-.tar.bz2
+PKG_SOURCE:=$(PKG_NAME)-
snapshot
.tar.bz2
PKG_SOURCE_URL:=http://www.busybox.net/downloads/snapshots
PKG_MD5SUM:=x
else
PKG_SOURCE_URL:=http://www.busybox.net/downloads/snapshots
PKG_MD5SUM:=x
else
This page took
0.021449 seconds
and
4
git commands to generate.