Skip to content

Commit

Permalink
busybox: enable the devmem applet
Browse files Browse the repository at this point in the history
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>

SVN-Revision: 39285
  • Loading branch information
ffainelli committed Jan 14, 2014
1 parent 6f48336 commit c104e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/utils/busybox/config/default
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c104e86

Please sign in to comment.