It's now more than 24 hours after the release of linux 3.0-rc1, and there's still no support for it in OpenWrt, we have to fix that!
But first we have to make sure that it doesn't break anything, so add the required checks and handling for version numbers starting with 3. Most was quite straight forward, but the compareKernelPatchVer macro fix is perhaps a bit ugh, ugly. But it works. It will also need to be backported to backfire, else any three number version will be "newer" than 3.0. There was also one explicit 2.6 check with $(KERNEL), since this will break with 3.0 I chose to just assume this as always true and removed it. There are also some updates for packages, but these rely on the backported compareKernelPatchVer fix, so I left them out for now. Jonas Gorski (7): Properly extract KERNEL_PATCHVER for linux 3.0 Fix the compareKernelPatchVer macro for linux 3.0 Fix CONFIG_LINUX_ for linux 3.0 bcm47xx: Remove kernel checks from image Makefile package/kernel: Update version dependencies and kmods for linux 3.0 package/mac80211: Mark as broken for linux 3.0 package/madwifi: Mark as broken for linux 3.0 for now include/kernel-version.mk | 6 +++++- include/kernel.mk | 5 ++++- package/kernel/modules/netsupport.mk | 13 +++++++++---- package/kernel/modules/other.mk | 1 + package/kernel/modules/usb.mk | 4 ++-- package/kernel/modules/virtual.mk | 2 +- package/mac80211/Makefile | 2 +- package/madwifi/Makefile | 2 +- scripts/metadata.pl | 6 +++++- target/linux/brcm47xx/image/Makefile | 6 +----- 10 files changed, 30 insertions(+), 17 deletions(-) -- 1.7.2.5 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel