diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2017-04-22 18:54:07 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2017-04-22 19:01:21 +0200 |
commit | 9117ef8d6ae3bf4ae27a858bf9e2c2abc4434a04 (patch) | |
tree | efb2516ae3b054dfc584bca94abd07acb8b32b9a /target | |
parent | 72fcdb6286ad7be24296acbd36043ee3e96e5ec4 (diff) | |
download | upstream-9117ef8d6ae3bf4ae27a858bf9e2c2abc4434a04.tar.gz upstream-9117ef8d6ae3bf4ae27a858bf9e2c2abc4434a04.tar.bz2 upstream-9117ef8d6ae3bf4ae27a858bf9e2c2abc4434a04.zip |
ramips: update DEVICE_PACKAGES for Ubiquiti EdgeRouter X
Fixes removal of unneeded kernel modules with per-device rootfs.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index fd28e1918a..15ea9a13b6 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -140,7 +140,7 @@ define Device/ubnt-erx KERNEL_INITRAMFS := $$(KERNEL) | ubnt-erx-factory-image $(KDIR)/tmp/$$(KERNEL_INITRAMFS_PREFIX)-factory.tar IMAGE/sysupgrade.tar := sysupgrade-tar | append-metadata DEVICE_TITLE := Ubiquiti EdgeRouter X - DEVICE_PACKAGES := -kmod-mt76 -kmod-rt2x00-lib -kmod-mac80211 -kmod-cfg80211 -wpad-mini -iwinfo + DEVICE_PACKAGES := -kmod-mt76 -kmod-mt7603 -kmod-mt76x2 -kmod-mt76-core -kmod-mac80211 -kmod-cfg80211 -wpad-mini -iwinfo endef TARGET_DEVICES += ubnt-erx |