summaryrefslogtreecommitdiff
path: root/package/busybox/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-30 13:12:43 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-30 13:12:43 +0100
commit5af89f5f951db199840e83b49d240f47eacdd0c2 (patch)
treebf43f5d4f27d740522e5a1e65b2a488862f5839e /package/busybox/Makefile
parent276e47c2fae8adc759cf8672cc9f60e2cebbfb0c (diff)
enable watchdog on rb532 by default, use busybox applet.
the package/watchdog could also be used, if more checks are required. (high load, free memory,..)
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r--package/busybox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index 37f50bdd6..b2509c937 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= busybox
PKG_VERSION:= 1.15.2
-PKG_RELEASE:= 2
+PKG_RELEASE:= 3
PKG_MD5SUM:= 495e320537f0772125f2db3c098e437c
PKG_DESCR:= Core utilities for embedded Linux systems
PKG_SECTION:= base
@@ -51,7 +51,7 @@ else
$(MAKE) V=1 CROSS_COMPILE="$(TARGET_CROSS)" \
IPKG_ARCH="$(ARCH)" ARCH="$(ARCH)" HOSTCC="$(HOSTCC)" -C $(WRKBUILD) install
endif
-ifeq ($(DEBUG),1)
+ifeq ($(ADK_DEBUG),y)
${INSTALL_BIN} $(WRKBUILD)/busybox_unstripped \
$(IDIR_BUSYBOX)/bin/busybox
endif