aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-04-01 07:35:02 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-04-01 07:35:02 +0000
commit694f46ccc3a93999482c51cef124ac7b556e164e (patch)
tree8a9f4946667482777326e78198df78e15197d7dc
parent05b8b81fba76ca7a6e8aa84b9d2a93f7faea810b (diff)
downloadupstream-694f46ccc3a93999482c51cef124ac7b556e164e.tar.gz
upstream-694f46ccc3a93999482c51cef124ac7b556e164e.tar.bz2
upstream-694f46ccc3a93999482c51cef124ac7b556e164e.zip
AA: ramips: select kmod-rt2800-soc by default (#15429)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@40353 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/ramips/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile
index e49ff41a12..832d282709 100644
--- a/target/linux/ramips/Makefile
+++ b/target/linux/ramips/Makefile
@@ -19,7 +19,7 @@ include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES+=\
kmod-leds-gpio kmod-input-core kmod-input-polldev \
kmod-input-gpio-keys-polled kmod-button-hotplug \
- kmod-rt2800-pci wpad-mini maccalc swconfig
+ kmod-rt2800-pci kmod-rt2800-soc wpad-mini maccalc swconfig
define Target/Description
Build firmware images for Ralink RT288x/RT3xxx based boards.