Re: [OpenWrt-Devel] coreutils changes

2011-02-22 Thread Florian Fainelli
Hello Philip,

On Tuesday 22 February 2011 03:02:58 Philip Prindeville wrote:
 Did anything change in coreutils that would stop it from working with make
 defconfig?
 
 Because I have in my ~/.openwrt/defconfig file:
 
 ...
 CONFIG_PACKAGE_libpthread=y
 CONFIG_PACKAGE_coreutils=y
 CONFIG_PACKAGE_coreutils-users=y
 CONFIG_PACKAGE_coreutils-uptime=y
 CONFIG_PACKAGE_coreutils-who=y
 ...
 
 and yet make defconfig fails to select the individual packages... Yet
 CONFIG_PACKAGE_coreutils=y gets selected.
 
 What am I missing?

I have removed the coreutils package which selected all the modules, feel free 
to submit a patch to add it back, I will look into adding it back later today.
--
Florian
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] coreutils changes

2011-02-22 Thread Jonathan McCrohan

Hi Philip,

On 22/02/2011 19:01, Philip Prindeville wrote:

On 2/22/11 1:05 AM, Florian Fainelli wrote:

Hello Philip,

On Tuesday 22 February 2011 03:02:58 Philip Prindeville wrote:

Did anything change in coreutils that would stop it from working with make
defconfig?

Because I have in my ~/.openwrt/defconfig file:

...
CONFIG_PACKAGE_libpthread=y
CONFIG_PACKAGE_coreutils=y
CONFIG_PACKAGE_coreutils-users=y
CONFIG_PACKAGE_coreutils-uptime=y
CONFIG_PACKAGE_coreutils-who=y
...

and yet make defconfig fails to select the individual packages... Yet
CONFIG_PACKAGE_coreutils=y gets selected.

What am I missing?

I have removed the coreutils package which selected all the modules, feel free
to submit a patch to add it back, I will look into adding it back later today.
--
Florian


Sorry, I think we're talking crossed purposes...  I'm trying to select those 
three packages, but can't do that.


I think coreutils was changed so that when selected, coreutils now 
creates a submenu where you can select individual elements. Previously 
all of the coreutil packages were in the top level of Utilities.


Florian changed it with this patch I believe.
https://dev.openwrt.org/changeset/25434

Regards,
Jon
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel