Felix Fietkau wrote: > Nico wrote: >> You can use the "CompareKernelPatchVer" macro, defined in >> ./include/kernel.mk. >> A typical use can be found in ./package/fuse/Makefile. > In this case it's probably better to simply use $(CONFIG_LINUX_2_6) > All of our actively maintained targets are on 2.6.23 or later...
This is really a better method of doing this. Please apply the attached patch to subversion.
Index: package/libnl/Makefile =================================================================== --- package/libnl/Makefile (revision 11309) +++ package/libnl/Makefile (working copy) @@ -36,7 +36,7 @@ install endef -ifneq ($(CONFIG_LINUX_2_6_23)$(CONFIG_LINUX_2_6_24),) +ifneq ($(CONFIG_LINUX_2_6),) define Build/InstallDev $(INSTALL_DIR) $(1) $(CP) $(PKG_INSTALL_DIR)/* $(1)/
signature.asc
Description: OpenPGP digital signature
_______________________________________________ openwrt-devel mailing list [email protected] http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
