diff options
author | John Crispin <john@openwrt.org> | 2015-05-29 12:26:01 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-05-29 12:26:01 +0000 |
commit | d2a2eb7e48f66e82dee1bae444ecfaff2c526fe2 (patch) | |
tree | d7e9bc9023dd972b9cf62e879c3432a0bc319d58 /target/linux/ipq806x/Makefile | |
parent | 72369c297663730264c761dda32004277da918df (diff) | |
download | upstream-d2a2eb7e48f66e82dee1bae444ecfaff2c526fe2.tar.gz upstream-d2a2eb7e48f66e82dee1bae444ecfaff2c526fe2.tar.bz2 upstream-d2a2eb7e48f66e82dee1bae444ecfaff2c526fe2.zip |
ipq806x: replace caf nss-gmac driver by upstream stmmac
This driver has been cherry-picked and backported from the following
LKML thread:
*https://lkml.org/lkml/2015/5/26/744
It also updates the DT accordingly.
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 45831
Diffstat (limited to 'target/linux/ipq806x/Makefile')
-rw-r--r-- | target/linux/ipq806x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile index f97db74fc3..da841a6314 100644 --- a/target/linux/ipq806x/Makefile +++ b/target/linux/ipq806x/Makefile @@ -15,7 +15,7 @@ KERNELNAME:=zImage Image dtbs include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ - kmod-leds-gpio kmod-gpio-button-hotplug kmod-qca-nss-gmac swconfig \ + kmod-leds-gpio kmod-gpio-button-hotplug kmod-stmmac swconfig \ kmod-ata-core kmod-ata-ahci kmod-ata-ahci-platform |