diff options
author | Florian Fainelli <florian@openwrt.org> | 2014-01-14 05:24:09 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2014-01-14 05:24:09 +0000 |
commit | 99fea7511f00d7a9ac2dc546642ecfccfd61f0b4 (patch) | |
tree | a2d538bb1eedecb380f9bcf0eb41b27cb5e2618b /package/utils/busybox/config | |
parent | 2c33d1fc8f499196f38899205529e4378b22ee7e (diff) | |
download | upstream-99fea7511f00d7a9ac2dc546642ecfccfd61f0b4.tar.gz upstream-99fea7511f00d7a9ac2dc546642ecfccfd61f0b4.tar.bz2 upstream-99fea7511f00d7a9ac2dc546642ecfccfd61f0b4.zip |
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 <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39285 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/utils/busybox/config')
-rw-r--r-- | package/utils/busybox/config/default | 2 |
1 files changed, 1 insertions, 1 deletions
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 |