From: Florian Fainelli Date: Tue, 14 Jan 2014 05:24:09 +0000 (+0000) Subject: busybox: enable the devmem applet X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fmkresin.git;a=commitdiff_plain;h=c104e863d3755a0a6517b129cb9e541885774725 busybox: enable the devmem applet The devmem applet allows poking at HW registers and as such is a valuable tool to have to avoid recompiling kernels or resorting to external HW adapters to modify HW behavior. Signed-off-by: Florian Fainelli SVN-Revision: 39285 --- diff --git a/package/utils/busybox/config/default b/package/utils/busybox/config/default index ded1466859..93b3285bb3 100644 --- a/package/utils/busybox/config/default +++ b/package/utils/busybox/config/default @@ -78,7 +78,7 @@ CONFIG_DEFAULT_SETFONT_DIR="" # CONFIG_DEVFSD_FG_NP is not set # CONFIG_DEVFSD_MODLOAD is not set # CONFIG_DEVFSD_VERBOSE is not set -# CONFIG_DEVMEM is not set +CONFIG_DEVMEM=y CONFIG_DF=y CONFIG_DHCPD_LEASES_FILE="" # CONFIG_DHCPRELAY is not set