summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2016-09-26 17:50:35 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2016-09-26 17:57:57 +0200
commit43bf3e80b2bcde1930d8d794d8719bf3137ba031 (patch)
tree56b7d752afded85bea2f22899df8be63bc51bada
parent9dbf8241c313a932de620f6b81b7defe5be38013 (diff)
downloadmaster-31e0f0ae-43bf3e80b2bcde1930d8d794d8719bf3137ba031.tar.gz
master-31e0f0ae-43bf3e80b2bcde1930d8d794d8719bf3137ba031.tar.bz2
master-31e0f0ae-43bf3e80b2bcde1930d8d794d8719bf3137ba031.zip
ramips: fix DEVICE_PACKAGES of Ubiquiti EdgeRouter X
kmod-rt2x00-lib and kmod-mac80211 need to be removed, as they depend on kmod-cfg80211. kmod-rt2800-pci should not be installed anyways. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
-rw-r--r--target/linux/ramips/image/mt7621.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index 0c14d515d0..d8f9fecde8 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -162,7 +162,7 @@ define Device/ubnt-erx
KERNEL_INITRAMFS := $$(KERNEL) | ubnt-erx-factory-image $(KDIR)/tmp/$$(KERNEL_INITRAMFS_PREFIX)-factory.tar
IMAGE/sysupgrade.tar := sysupgrade-tar
DEVICE_TITLE := Ubiquiti EdgeRouter X
- DEVICE_PACKAGES := -kmod-mt76 -kmod-rt2800-pci -kmod-cfg80211 -wpad-mini -iwinfo
+ DEVICE_PACKAGES := -kmod-mt76 -kmod-rt2x00-lib -kmod-mac80211 -kmod-cfg80211 -wpad-mini -iwinfo
endef
TARGET_DEVICES += ubnt-erx