projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c60cffe
)
busybox: enable the devmem applet
author
Florian Fainelli
<florian@openwrt.org>
Tue, 14 Jan 2014 05:24:09 +0000
(
05:24
+0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 14 Jan 2014 05:24:09 +0000
(
05:24
+0000)
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
package/utils/busybox/config/default
patch
|
blob
|
history
diff --git
a/package/utils/busybox/config/default
b/package/utils/busybox/config/default
index ded146685933ff9f3562d817e3201abb781618a6..93b3285bb35b0b0f69c3a88a04e08d4ef5e7bfbe 100644
(file)
--- 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