diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-11-13 10:29:10 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-11-13 10:29:10 +0000 |
commit | 682e134b021a8cd9e06b8e1c8904a708d432dde3 (patch) | |
tree | 1b26e1608763223eba5708b747250efbbf716cff /target/linux/ramips/Makefile | |
parent | 5f1c42d8b61c88533fe3dceba81b2634623ecceb (diff) | |
download | upstream-682e134b021a8cd9e06b8e1c8904a708d432dde3.tar.gz upstream-682e134b021a8cd9e06b8e1c8904a708d432dde3.tar.bz2 upstream-682e134b021a8cd9e06b8e1c8904a708d432dde3.zip |
ramips: select kmod-rt2800-soc by default (if available)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38784
Diffstat (limited to 'target/linux/ramips/Makefile')
-rw-r--r-- | target/linux/ramips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index a127512901..205d073f44 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -17,7 +17,7 @@ LINUX_VERSION:=3.10.18 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES+=\ kmod-leds-gpio kmod-gpio-button-hotplug \ - kmod-rt2800-pci wpad-mini swconfig + kmod-rt2800-pci kmod-rt2800-soc wpad-mini swconfig define Target/Description Build firmware images for Ralink RT288x/RT3xxx based boards. |