From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Sun, 07 Jul 2013 21:43:21 +0200 Subject: [Buildroot] savedefconfig for busybox? In-Reply-To: <20130707132034.GA10748@zuhnb712> (Woody Wu's message of "Sun, 7 Jul 2013 21:20:34 +0800") References: <20130707132034.GA10748@zuhnb712> Message-ID: <87d2qui2au.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Woody" == Woody Wu writes: Woody> Hi, Woody> Is there something like 'make busybox-savedefconfig'? Woody> Or, otherwise, how to save busybox config changes? Do you mean a minimal .config (a defconfig) file? Upstream busybox unfortunately doesn't support that. If you just mean how to save your full busybox .config after you changed it with 'make busybox-menuconfig', then you can just copy out/build/busybox-*/.config to somewhere (board/vendor/product/busybox.config is a common location) and then change your buildroot BR2_PACKAGE_BUSYBOX_CONFIG option to point to it. Also see section 3.3.2 and 3.3.3 in the user manual: http://buildroot.net/downloads/manual/manual.html#busybox-custom -- Bye, Peter Korsgaard