From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Nielsen Date: Sun, 05 May 2013 12:11:16 +1000 Subject: [Buildroot] initramfs doesn't get linked into kernel In-Reply-To: References: <20130427031758.363b222f@skate> <20130427193407.0e7423c6@skate> <20130504102552.03b360ae@skate> <20130504193618.729e01cb@skate> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net > However it may be because disabling thread support in buildroot does not > disable thread support in uClibc. The two options must be set manually. Please ignore this point, it was because I wasn't doing a 'make clean' after disabling thread support, so the uClibc config file wasn't being regenerated. But the rest of my previous message still applies even after a 'make clean'. Cheers, Adam.