apu: add networking support the new apu

* split out rtl-nic firmware from the big
  linux-firmware package

[hfreyther: For whatever reasons the NIC works without
additional firmware as well. I couldn't see in the driver
source when that is the case and which features are missing]
This commit is contained in:
Henning Heinold 2014-10-28 19:39:53 +01:00 committed by Holger Hans Peter Freyther
parent 164cd1af2b
commit 7ff5c445d1
3 changed files with 9 additions and 3 deletions

View File

@ -34,4 +34,4 @@ GLIBC_EXTRA_OECONF = "--with-tls"
#MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d"
MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "\
busybox-ifplugd "
busybox-ifplugd linux-firmware-rtl-nic "

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 3.10.40 Kernel Configuration
# Linux/x86 3.10.50 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
@ -270,6 +270,7 @@ CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_UNINLINE_SPIN_UNLOCK=y
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
CONFIG_MUTEX_SPIN_ON_OWNER=y
CONFIG_FREEZER=y
@ -1433,7 +1434,7 @@ CONFIG_NET_VENDOR_QLOGIC=y
CONFIG_NET_VENDOR_REALTEK=y
# CONFIG_8139CP is not set
# CONFIG_8139TOO is not set
# CONFIG_R8169 is not set
CONFIG_R8169=y
CONFIG_NET_VENDOR_RDC=y
# CONFIG_R6040 is not set
CONFIG_NET_VENDOR_SEEQ=y

View File

@ -0,0 +1,5 @@
PACKAGES_prepend = "${PN}-rtl-nic "
RDEPENDS_${PN}-rtl-nic += "${PN}-rtl-license"
FILES_${PN}-rtl-nic = "/lib/firmware/rtl_nic/*.fw"