diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-02-26 22:24:08 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-02-26 22:24:08 +0100 |
commit | e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1 (patch) | |
tree | 0fb387c2e7d45dc541d9a42f9f0eba4352353aa5 /miscutils/nandwrite.c | |
parent | da4441c44f6efccb6f7b7588404d9c6bfb7b6af8 (diff) | |
download | busybox-w32-e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1.tar.gz busybox-w32-e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1.tar.bz2 busybox-w32-e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1.zip |
Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/nandwrite.c')
-rw-r--r-- | miscutils/nandwrite.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/nandwrite.c b/miscutils/nandwrite.c index c5e2fb841..c7fbe7d9c 100644 --- a/miscutils/nandwrite.c +++ b/miscutils/nandwrite.c | |||
@@ -17,14 +17,14 @@ | |||
17 | //config:config NANDWRITE | 17 | //config:config NANDWRITE |
18 | //config: bool "nandwrite" | 18 | //config: bool "nandwrite" |
19 | //config: default n | 19 | //config: default n |
20 | //config: depends on PLATFORM_LINUX | 20 | //config: select PLATFORM_LINUX |
21 | //config: help | 21 | //config: help |
22 | //config: Write to the specified MTD device, with bad blocks awareness | 22 | //config: Write to the specified MTD device, with bad blocks awareness |
23 | //config: | 23 | //config: |
24 | //config:config NANDDUMP | 24 | //config:config NANDDUMP |
25 | //config: bool "nanddump" | 25 | //config: bool "nanddump" |
26 | //config: default n | 26 | //config: default n |
27 | //config: depends on PLATFORM_LINUX | 27 | //config: select PLATFORM_LINUX |
28 | //config: help | 28 | //config: help |
29 | //config: Dump the content of raw NAND chip | 29 | //config: Dump the content of raw NAND chip |
30 | 30 | ||