]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
devmem2: mark as deprecated
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 27 Feb 2011 20:13:10 +0000 (21:13 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 27 Feb 2011 20:13:10 +0000 (21:13 +0100)
Busybox has had a devmem applet for a number of years now, so deprecate
the old standalone program.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/devmem2/Config.in

index cb00a5163269ab563c585e420192d4f01e4843a5..233b4b0e32ce0156654419fe9a6cfa6b9ec0d885 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_DEVMEM2
        bool "devmem2"
+       depends on BR2_DEPRECATED
        help
          Simple program to read/write from/to any location in memory.