[LEDE-DEV] [PATCH 1/2] Add some common packages for x86-64 target.
John Crispin
john at phrozen.org
Wed Jun 1 11:04:54 PDT 2016
Hi Ben,
i am inclined to reject this one. i understand the reasoning behind the
patch but the general concept is to keep images minimal. the tools might
make sense to you for your use case but others will want a different
selection of tools/drivers. we will never be able to find a set suitable
for everyone which is why it was decided ages ago to keep the list minimal.
John
On 27/05/2016 01:57, greearb at candelatech.com wrote:
> From: Ben Greear <greearb at candelatech.com>
>
> This should make x86-64 targets more useable out of the box.
> The assumption is that most x86-64 users have adequate storage,
> and those that do not can still config away the options they
> do not need.
>
> Signed-off-by: Ben Greear <greearb at candelatech.com>
> ---
> target/linux/x86/64/target.mk | 10 +++++++++-
> 1 file changed, 9 insertions(+), 1 deletion(-)
>
> diff --git a/target/linux/x86/64/target.mk b/target/linux/x86/64/target.mk
> index 6497698..95bd378 100644
> --- a/target/linux/x86/64/target.mk
> +++ b/target/linux/x86/64/target.mk
> @@ -1,6 +1,14 @@
> ARCH:=x86_64
> BOARDNAME:=x86_64
> -DEFAULT_PACKAGES += kmod-button-hotplug kmod-e1000e kmod-e1000 kmod-r8169
> +DEFAULT_PACKAGES += kmod-button-hotplug kmod-e1000e kmod-e1000 kmod-r8169 kmod-8139cp kmod-8139too
> +DEFAULT_PACKAGES += kmod-i2c-core kmod-i2c-algo-bit kmod-igb
> +# Add some drivers for common wifi NICs
> +DEFAULT_PACKAGES += kmod-ath9k kmod-ath10k kmod-ath9k-htc kmod-ath5k
> +# Add some firmware
> +DEFAULT_PACKAGES += ath10k-firmware-qca988x ath10k-firmware-qca99x0 ath9k-htc-firmware ath10k-firmware-qca6174
> +# Useful general OS packages
> +DEFAULT_PACKAGES += bzip2 curl dmesg ethtool getopt hostapd ip-full iperf3 iputils-ping iputils-tracepath iw
> +DEFAULT_PACKAGES += nstat relayd tcpdump wpa-cli wpa-supplicant wpa-supplicant-mesh
>
> define Target/Description
> Build images for 64 bit systems including virtualized guests.
>
More information about the Lede-dev
mailing list