Hi Marian, On 06.04.2008 19:59, Marian Aldenhövel wrote: > Hi, > > I am struggling with the per-target-configuration of packages in T2. > > Specifically I'd like to customize the set of busybox applets being > built. > > In t2/packages/base/busybox.conf I found there is a mechanism to include > per-package busybox.config files. I checked the stock targets and found > a few examples. > > So I built my t2/target/kbox/busybox.config and put in it > > O CONFIG_IFUPDOWN > > hoping to remove the ifup and ifdown applets from the build. They will > be provided by the rocknet package in my target. Unfortunately this does > not seem to make any difference to busybox. > > To verify I checked in the src.busybox.... directory. > > What am I missing here?
The final busybox configuration file is copied into the build root filesystem, you may verify your setup in $root/$prefix/doc/busybox/busybox.config. In general the busybox applet selection from the target directory works fine, maybe there are other dependencies which implicitly set CONFIG_IFUPDOWN. Michael ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe t2
