Hi.

You should make those changes conditional, we still support older kernels and this patch will break break some kmods.

You can either make the new module depend on @LINUX_2_6_35 or wrap the whole definition into ...

     ifeq ($(strip $(call \
           CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.35)),1)

... and leave the airprime module in the else branch.

~ Jow
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to