projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix quilt patch check
[openwrt.git]
/
package
/
busybox
/
Makefile
diff --git
a/package/busybox/Makefile
b/package/busybox/Makefile
index
ec9a1ba
..
3844e87
100644
(file)
--- a/
package/busybox/Makefile
+++ b/
package/busybox/Makefile
@@
-10,7
+10,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=busybox
PKG_VERSION:=1.4.2
PKG_NAME:=busybox
PKG_VERSION:=1.4.2
-PKG_RELEASE:=
1
+PKG_RELEASE:=
3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.busybox.net/downloads \
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.busybox.net/downloads \
@@
-37,14
+37,14
@@
define Package/busybox
endef
define Package/busybox/description
endef
define Package/busybox/description
-The Swiss Army Knife of embedded Linux.
-
It slices, it dices, it makes Julian Fries.
+
The Swiss Army Knife of embedded Linux.
+ It slices, it dices, it makes Julian Fries.
endef
define Package/busybox/config
endef
define Package/busybox/config
- source "$(SOURCE)/target-config.in"
menu "Configuration"
depends on PACKAGE_busybox
menu "Configuration"
depends on PACKAGE_busybox
+ source "$(SOURCE)/target-config.in"
source "$(SOURCE)/config/Config.in"
endmenu
endef
source "$(SOURCE)/config/Config.in"
endmenu
endef
This page took
0.026333 seconds
and
4
git commands to generate.