From b5ce5217e2ee26a24cdb65313217fdec6e7e82e1 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Tue, 14 May 2019 22:46:51 +0200 Subject: 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 --- target/linux/ramips/image/rt305x.mk | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3