From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Ehmanns Date: Thu, 10 Dec 2015 20:41:06 +0100 Subject: [Buildroot] Can I built from two sources in one package? Message-ID: <5669D552.6020704@gmx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Dear all, actually buildroot supports RADIUS with a client package but not a server package. I want to add the server but I'm not sure if I can add this to the existing client package or if I should create a complete new package. Client and Server are available in different tar.gz files from the official RADIUS site so I think it is better to have different packages for client and server. Am I wrong? What do you think? Regards, Andreas