projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
move source files to src/.
[openwrt.git]
/
package
/
busybox
/
Makefile
diff --git
a/package/busybox/Makefile
b/package/busybox/Makefile
index
5ccbe22
..
aac9d21
100644
(file)
--- a/
package/busybox/Makefile
+++ b/
package/busybox/Makefile
@@
-3,26
+3,31
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=busybox
include $(TOPDIR)/rules.mk
PKG_NAME:=busybox
-PKG_VERSION:=1.1.
2
+PKG_VERSION:=1.1.
3
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.busybox.net/downloads
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.busybox.net/downloads
-PKG_MD5SUM:=
0b5d78072302fe687407956537bdb9e3
+PKG_MD5SUM:=
19a0b475169335f17e421cf644616fe7
PKG_CAT:=bzcat
include $(TOPDIR)/package/rules.mk
define Package/busybox
PKG_CAT:=bzcat
include $(TOPDIR)/package/rules.mk
define Package/busybox
-CONFIGFILE:=config/Config.in
SECTION:=base
CATEGORY:=Base system
SECTION:=base
CATEGORY:=Base system
+MENU:=1
DEFAULT:=y
TITLE:=Core utilities for embedded Linux
DEFAULT:=y
TITLE:=Core utilities for embedded Linux
-DESCRIPTION:=The Swiss Army Knife of embedded Linux.
It slices, it dices, it
\\\
-makes Julian Fries.
+DESCRIPTION:=The Swiss Army Knife of embedded Linux. \\\
+
It slices, it dices, it
makes Julian Fries.
URL:=http://busybox.net/
URL:=http://busybox.net/
+CONFIG:=\\\
+ menu "Configuration" \\\
+ depends on PACKAGE_busybox \\\
+ source "$(SOURCE)/config/Config.in" \\\
+ endmenu
endef
define Build/Configure
endef
define Build/Configure
@@
-30,19
+35,10
@@
define Build/Configure
yes '' | $(MAKE) CC=$(TARGET_CC) CROSS="$(TARGET_CROSS)" -C $(PKG_BUILD_DIR) oldconfig
endef
yes '' | $(MAKE) CC=$(TARGET_CC) CROSS="$(TARGET_CROSS)" -C $(PKG_BUILD_DIR) oldconfig
endef
-define Build/Compile
- $(MAKE) -C $(PKG_BUILD_DIR) \
- CC=$(TARGET_CC) \
- CROSS="$(TARGET_CROSS)" \
- PREFIX="$(IDIR_BUSYBOX)" \
- EXTRA_CFLAGS="$(TARGET_CFLAGS)" \
- ARCH="$(ARCH)"
-endef
-
define Package/busybox/install
$(MAKE) CC=$(TARGET_CC) CROSS="$(TARGET_CROSS)" PREFIX="$(1)" \
EXTRA_CFLAGS="$(TARGET_CFLAGS)" -C $(PKG_BUILD_DIR) install
define Package/busybox/install
$(MAKE) CC=$(TARGET_CC) CROSS="$(TARGET_CROSS)" PREFIX="$(1)" \
EXTRA_CFLAGS="$(TARGET_CFLAGS)" -C $(PKG_BUILD_DIR) install
- $(STRIP) $(1)/bin/busybox
+ -rm -rf $(1)/lib64
endef
$(eval $(call BuildPackage,busybox))
endef
$(eval $(call BuildPackage,busybox))
This page took
0.030998 seconds
and
4
git commands to generate.