Patch to revert for USBAP=y compilationtomato-shibby-RT-AC
commitce39fb4b4a348773355fc2779505db4c5b28d750
authorShibby <shibby@openlinksys.info>
Fri, 19 May 2017 07:01:20 +0000 (19 09:01 +0200)
committerShibby <shibby@openlinksys.info>
Fri, 19 May 2017 07:01:20 +0000 (19 09:01 +0200)
treefa19235f6e7fc704022448b21d15f9404d124986
parent0b97c3645e24deae0ee8a4307c4e1cf0bb44cad4
Patch to revert for USBAP=y compilation

When you try compile tomato with USBAP=y (ex RT-N53, E3200, N6) you will got an error like:

FATAL: drivers/net/wl/wl_high: sizeof(struct usb_device_id)=24 is not a modulo of the size of section __mod_usb_device_table=140.
Fix definition of struct usb_device_id in mod_devicetable.h

This is because i had to modify file mod_devicetable.h for never 4G/LTE modules. Module wl_high.ko required by USBAP=y is not compatible with those changes.

patch -R -p4 < fix4usbap.patch
release/src-rt/linux/fix4usbap.patch [new file with mode: 0644]