diff options
author | John Crispin <john@openwrt.org> | 2015-06-01 20:11:35 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-06-01 20:11:35 +0000 |
commit | ff324050c3fa186c7e05a8489b0b1074d6fbdf88 (patch) | |
tree | 48d7ea29b5bed65f10f176098c3398daf6a2ff0a /target/linux/ipq806x/Makefile | |
parent | 0d19e8da7fa2c3d7bf9991154f9b40431a5f5f63 (diff) | |
download | upstream-ff324050c3fa186c7e05a8489b0b1074d6fbdf88.tar.gz upstream-ff324050c3fa186c7e05a8489b0b1074d6fbdf88.tar.bz2 upstream-ff324050c3fa186c7e05a8489b0b1074d6fbdf88.zip |
ipq806x: move stmmac support in the kernel binary
Ethernet GMAC is built-in the SoC, so there is no need to enable it as a
module. We'll just assume we need it. That's what is done for other
platform where this driver is used so it'll make things more consistent.
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 45871
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 da841a6314..b6ddfe26b9 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-stmmac swconfig \ + kmod-leds-gpio kmod-gpio-button-hotplug swconfig \ kmod-ata-core kmod-ata-ahci kmod-ata-ahci-platform |