diff options
Diffstat (limited to 'openwrt/package/config')
-rw-r--r-- | openwrt/package/config/mconf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openwrt/package/config/mconf.c b/openwrt/package/config/mconf.c index 659e49cd6..0db6f8f6c 100644 --- a/openwrt/package/config/mconf.c +++ b/openwrt/package/config/mconf.c @@ -705,7 +705,6 @@ int main(int ac, char **av) conf_write(NULL); printf("\n\n" "*** End of Buildroot configuration.\n" - "*** After changing root fs, use make linux-dirclean.\n" "*** Check the top-level Makefile for additional configuration options.\n\n"); } else printf("\n\nYour Buildroot configuration changes were NOT saved.\n\n"); |