diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-05-14 22:46:51 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-05-17 22:01:49 +0200 |
commit | b5ce5217e2ee26a24cdb65313217fdec6e7e82e1 (patch) | |
tree | 8b7f435e907d733abf9016c4f088d77349a2d033 /target/linux/ramips | |
parent | d3053b1bdc19f38f47f8e5664072ada2412bd3a0 (diff) | |
download | upstream-b5ce5217e2ee26a24cdb65313217fdec6e7e82e1.tar.gz upstream-b5ce5217e2ee26a24cdb65313217fdec6e7e82e1.tar.bz2 upstream-b5ce5217e2ee26a24cdb65313217fdec6e7e82e1.zip |
ramips: rt305x: Reduce size of a5-v11 image
The root file system of the a5-v11 image was too big and broke the
build, remove the USB modules from the default image to make it smaller.
This should fix the build again.
This was found by the build bot.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/image/rt305x.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index 23a83f8403..2d071c1ebc 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -73,7 +73,6 @@ define Device/a5-v11 IMAGE/factory.bin := \ $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | poray-header -B A5-V11 -F 4M DEVICE_TITLE := A5-V11 - DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 endef TARGET_DEVICES += a5-v11 |