[Buildroot] BR2_PACKAGE_BUSYBOX_CONFIG and Atmel targets

Hans-Christian Egtvedt hans-christian.egtvedt at atmel.com
Mon Oct 13 06:12:28 UTC 2008


On Sun, 12 Oct 2008 12:16:24 +0200
Anders Blomdell <anders.blomdell at control.lth.se> wrote:

> in target/device/Atmel/atngw100/Makefile.in there is a line
> 
> BR2_PACKAGE_BUSYBOX_CONFIG:=$(BOARD_PATH)/busybox-1.9.1.config
> 
> unfortunately this makes it impossible to change busybox config 
> (primarily I want to turn off telnet) to a custom version. What is
> the correct way to handle this?
> 

Well, naming indicates that you will need to add a
busybox-<version>.config file.

It is probably a good idea to scrap the <version> part as well, just
have a generic busybox.config file. Kconfig options should not change
that often, and user will be asked to answer yes/no to new features
most times.

-- 
Best regards,
Hans-Christian Egtvedt



More information about the buildroot mailing list