diff options
author | John Crispin <john@openwrt.org> | 2016-04-09 10:24:47 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-04-09 10:24:47 +0000 |
commit | e626a0d877002c71299a22d57c572f84295760ce (patch) | |
tree | a7f3900ae25b9bb8851a11f5ce335745dca99d15 /target/linux | |
parent | 37f1022d737dc3cc3bb11e1c36c643bc81eb0552 (diff) | |
download | upstream-e626a0d877002c71299a22d57c572f84295760ce.tar.gz upstream-e626a0d877002c71299a22d57c572f84295760ce.tar.bz2 upstream-e626a0d877002c71299a22d57c572f84295760ce.zip |
ramips: mt7621: fix Ubiquiti EdgeRouter X profile
Remove unnecessary packages to reduce image size so it fits in initramfs (to enable upgrading from factory firmware).
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 49127
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/mt7621/profiles/ubnt.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/mt7621/profiles/ubnt.mk b/target/linux/ramips/mt7621/profiles/ubnt.mk index b66b206694..3f1af02c57 100644 --- a/target/linux/ramips/mt7621/profiles/ubnt.mk +++ b/target/linux/ramips/mt7621/profiles/ubnt.mk @@ -8,7 +8,8 @@ define Profile/UBNT-ERX NAME:=Ubiquiti EdgeRouter X FEATURES+=nand -usb - PACKAGES:=-kmod-mt76 -wpad-mini -kmod-cfg80211 + PACKAGES:=-kmod-mt76 -kmod-rt2800-pci -kmod-cfg80211 \ + -wpad-mini -iwinfo endef define Profile/UBNT-ERX/Description |