X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=package%2Fmac80211%2Fpatches%2F022-remove_crc8_and_cordic.patch;h=13ad2c895cb51ec0018e214df6e5e63d0e6ef62e;hp=514d56b857ab5611ef2d9a639890b64700c1703c;hb=32b08b181638532aece5939d561bcdf3e24f5a6e;hpb=7e0819a929ddda78b59ff1e44aef785e6d57ca6e diff --git a/package/mac80211/patches/022-remove_crc8_and_cordic.patch b/package/mac80211/patches/022-remove_crc8_and_cordic.patch index 514d56b857..13ad2c895c 100644 --- a/package/mac80211/patches/022-remove_crc8_and_cordic.patch +++ b/package/mac80211/patches/022-remove_crc8_and_cordic.patch @@ -1,8 +1,8 @@ --- a/compat/Makefile +++ b/compat/Makefile -@@ -36,8 +36,6 @@ compat-$(CONFIG_COMPAT_KERNEL_2_6_39) += - compat-$(CONFIG_COMPAT_KERNEL_3_0) += compat-3.0.o - compat-$(CONFIG_COMPAT_KERNEL_3_2) += compat-3.2.o +@@ -47,8 +47,6 @@ compat-$(CONFIG_COMPAT_KERNEL_3_3) += \ + compat-$(CONFIG_COMPAT_KERNEL_3_4) += compat-3.4.o + compat-$(CONFIG_COMPAT_KERNEL_3_7) += compat-3.7.o -compat-$(CONFIG_COMPAT_CORDIC) += cordic.o -compat-$(CONFIG_COMPAT_CRC8) += crc8.o