diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-21 06:03:54 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-21 06:03:54 +0000 |
commit | 65e5ea929c03077feb0697e0f35a6b039ac07a2a (patch) | |
tree | c7b5c1bae00f6b2717aed25be5a6c0c3d3737808 /openwrt/package/config | |
parent | b46c70d5233811b6bb176824069bd6b37f94f32e (diff) |
remove DIST and add EXTRAVERSION, discussed with mbm. fixed dirclean target for linksys-stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@279 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/config')
-rw-r--r-- | openwrt/package/config/mconf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/config/mconf.c b/openwrt/package/config/mconf.c index 0db6f8f6c8..659e49cd64 100644 --- a/openwrt/package/config/mconf.c +++ b/openwrt/package/config/mconf.c @@ -705,6 +705,7 @@ 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"); |