Linux 3.0 is now at rc3, and it still isn't supported in OpenWrt, we have to fix that!
But first we have to make sure that it doesn't break anything (or at least not too much), so add the required checks and handling for version numbers starting with 3, and fix some other places breaking with 3.0. 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 the packages feed, but these rely on a backported compareKernelPatchVer fix else they break on backfire. Therefore I left them out for now. **Note**: Both linux patches were generated with "--detect-copies-harder -l1000" and need to be also dcomitted with these setting if using git-svn to properly keep the copy-and-modify information for svn. Since this also reduces their size significantly the generic patch is now included in the patchset. Changes V2 -> V3: * Removed one accidentially slipped in patch for 3.0 and added a recently added one * Regenerated the linux patch patches to properly detect copies * Refreshed patches for rc3 Changes V1 -> V2: * Fix mac80211 instead of marking it as broken * Fix madwifi instead of marking it as broken * Fix busybox' insmod for 3.0 * Fix acx-mac80211 compilation for 3.0 * Add some more missing config options * Made linux report itself as 3.0 instead of 3.0.0 * Droppped the compareKernelPatchVer patch, as Felix already committed a better version * Refreshed patches for rc2 Jonas Gorski (10): Properly extract KERNEL_PATCHVER 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: Add linux 3.0 compatibility madwifi: Fix linux 3.0 detection busybox: Fix insmod for linux 3.0 acx-mac80211: Compile fix for newer kernels linux/generic: Add support for 3.0-rc2 bcm63xx: Add support for Linux 3.0-rc2 include/kernel-version.mk | 6 +- .../patches/004-ratelimit_compile_fix.patch | 10 + package/busybox/patches/470-insmod_search.patch | 25 +- package/kernel/modules/netsupport.mk | 13 +- package/kernel/modules/other.mk | 1 + package/kernel/modules/usb.mk | 4 +- package/kernel/modules/virtual.mk | 2 +- .../mac80211/patches/000-linux_3.0_support.patch | 537 +++ package/mac80211/patches/001-disable_b44.patch | 2 +- package/mac80211/patches/002-disable_rfkill.patch | 8 +- package/mac80211/patches/003-disable_bt.patch | 4 +- .../mac80211/patches/005-disable_ssb_build.patch | 4 +- .../mac80211/patches/007-remove_misc_drivers.patch | 18 +- .../009-remove_mac80211_module_dependence.patch | 6 +- package/mac80211/patches/010-no_pcmcia.patch | 2 +- package/mac80211/patches/011-no_sdio.patch | 2 +- .../mac80211/patches/013-disable_b43_nphy.patch | 2 +- .../patches/015-remove-rt2x00-options.patch | 4 +- package/mac80211/patches/016-remove_pid_algo.patch | 2 +- package/mac80211/patches/017-remove_ath9k_rc.patch | 2 +- .../patches/019-remove_ath5k_pci_option.patch | 2 +- .../mac80211/patches/110-disable_usb_compat.patch | 2 +- package/mac80211/patches/300-pending_work.patch | 10 +- ...03-ath9k-fix-invalid-mac-address-handling.patch | 2 +- .../patches/411-ath5k_allow_adhoc_and_ap.patch | 2 +- .../patches/430-ath5k_disable_fast_cc.patch | 4 +- .../patches/511-ath9k_increase_bcbuf.patch | 2 +- .../patches/530-ath9k_noise_dbm_fixup.patch | 2 +- .../540-ath9k-define-mac-version-for-AR9330.patch | 10 +- .../541-ath9k-define-device-id-for-AR9330.patch | 2 - ...h9k-add-MAC-revision-detection-for-AR9330.patch | 13 +- ...3-ath9k-add-platform-device-id-for-AR9330.patch | 4 +- .../patches/544-ath9k-add-AR9330-initvals.patch | 6 - ...th9k-initialize-mode-registers-for-AR9330.patch | 6 +- ...ath9k-initialize-tx-gain-table-for-AR9330.patch | 11 +- ...ath9k-initialize-rx-gain-table-for-AR9330.patch | 7 +- ...9k-add-AR9330-specific-PLL-initialization.patch | 7 +- ...ifferent-BB-watchdog-timeout-value-for-AR.patch | 5 +- .../550-ath9k-don-t-enable-LDPC-for-AR9330.patch | 5 +- ...spur-frequency-information-from-eeprom-fo.patch | 7 +- ...-channel-frequency-calculation-for-AR9340.patch | 5 +- ...configure-RF-channel-frequency-for-AR9330.patch | 4 +- ...9k-enable-TX-RX-data-byte-swap-for-AR9330.patch | 5 +- ...internal-regulator-configuration-for-AR93.patch | 4 +- ...e-tuning-capacitance-configuration-for-AR.patch | 4 +- ...-ath9k-use-correct-EEPROM-base-for-AR9330.patch | 4 +- ...ath9k-configure-xpa-bias-level-for-AR9330.patch | 5 +- .../559-ath9k-set-NF-limits-for-AR9330.patch | 7 +- ...ath9k-enable-antenna-diversity-for-AR9330.patch | 5 +- ...-ath9k-use-correct-max_streams-for-AR9330.patch | 4 +- ...-missing-case-statement-to-ath_ant_div_co.patch | 4 +- ...ntenna-diversity-configuration-for-non-AR.patch | 4 +- .../564-ath9k-remove-superfluous-parentheses.patch | 19 +- ...ast_div_bias-configuration-for-diversity-.patch | 4 +- .../566-ath9k-set-diversity-group-for-AR9330.patch | 5 +- ...ath9k-fix-few-register-offsets-for-AR9330.patch | 2 - ...gure-diversity-based-on-eeprom-contents-f.patch | 4 +- ...k-configure-internal-regulator-for-AR9330.patch | 8 +- ...xternal_reset-callback-to-ath9k_platfom_d.patch | 12 +- .../571-ath9k-enable-support-for-AR9330.patch | 5 +- .../madwifi/patches/476-3.0_detection_fix.patch | 25 + scripts/metadata.pl | 6 +- target/linux/brcm47xx/image/Makefile | 6 +- .../linux/brcm63xx/{config-2.6.39 => config-3.0} | 5 +- .../007-usb-ohci-support.patch | 2 +- .../008-usb-ehci-support.patch | 2 +- .../010-add_bcm63xx_ohci_controller.patch | 2 +- .../011-add_bcm63xx_ehci_controller.patch | 6 +- .../040-bcm963xx_flashmap.patch | 6 +- .../041-bcm963xx_real_rootfs_length.patch | 0 .../070_bcm63xx_enet_vlan_incoming_fixed.patch | 2 +- .../100-reset_buttons.patch | 4 +- .../110-gpiodev.patch | 4 +- .../141-led_count.patch | 4 +- .../180-udc_preliminary_support.patch | 2 +- .../200-extended-platform-devices.patch | 2 +- .../200-spi-board-info.patch | 2 +- .../210-no_ehci_over_current_check.patch | 2 +- .../220-wl_exports.patch | 2 +- .../230-6358-enet1-external-mii-clk.patch | 2 +- .../{patches-2.6.39 => patches-3.0}/240-spi.patch | 4 +- .../250-boardid_fixup.patch | 4 +- .../300-alice_gate2_leds.patch | 0 .../310-96348gw_a_leds.patch | 0 .../440-board-D4PW.patch | 0 .../441-board-NB4.patch | 2 +- .../442-board-96338W2_E7T.patch | 0 .../443-board-CPVA642.patch | 0 .../444-board_dsl_274xb_rev_c.patch | 0 .../445-board_spw500v.patch | 0 .../447-board_gw6200_gw6000.patch | 0 .../448-board-MAGIC.patch | 0 .../449-board_hw553.patch | 0 .../450-board_rta1320_16m.patch | 0 .../451-board_spw303v.patch | 0 .../452-board_V2500V.patch | 4 +- .../453-board_BTV2110.patch | 0 .../454-board_livebox.patch | 0 .../455-board_ct536_ct5621.patch | 0 .../977-ssb_export_fallback_sprom.patch | 0 target/linux/generic/{config-2.6.39 => config-3.0} | 35 +- .../010-mips_wire_up_new_sendmmsg_syscall.patch | 61 + .../100-overlayfs_v10.patch} | 3587 +++++++++++--------- .../generic/patches-3.0/110-fix_mtd_include.patch | 10 + .../200-fix_localversion.patch | 0 .../201-extra_optimization.patch | 4 +- .../210-darwin_scripts_include.patch | 2 +- .../211-stddef_include.patch | 0 .../220-module_exports.patch | 54 +- .../230-openwrt_lzma_options.patch | 10 +- .../250-netfilter_depends.patch | 0 .../251-sound_kconfig.patch | 0 .../252-mv_cesa_depends.patch | 2 +- .../253-ssb_b43_default_on.patch | 0 .../254-textsearch_kconfig_hacks.patch | 2 +- .../255-lib80211_kconfig_hacks.patch | 0 .../256-crypto_add_kconfig_prompts.patch | 0 .../257-wireless_ext_kconfig_hack.patch | 0 .../300-mips_expose_boot_raw.patch | 4 +- .../301-mips_image_cmdline_hack.patch | 2 +- ...02-mips_use_generic_thread_info_allocator.patch | 0 .../303-mips_fix_kexec.patch | 0 .../304-mips_disable_fpu.patch | 2 +- .../305-mips_module_reloc.patch | 0 .../306-mips_mem_functions_performance.patch | 0 .../307-mips_oprofile_fix.patch | 0 .../310-arm_module_unresolved_weak_sym.patch | 0 .../320-ppc4xx_optimization.patch | 0 .../321-powerpc_crtsavres_prereq.patch | 4 +- .../400-rootfs_split.patch | 57 +- .../401-partial_eraseblock_write.patch | 12 +- .../410-mtd_info_move_forward_decl.patch | 4 +- .../420-redboot_space.patch | 0 .../421-redboot_boardconfig.patch | 0 .../430-mtd_myloader_partition_parser.patch | 8 +- .../440-block2mtd_init.patch | 4 +- .../441-block2mtd_refresh.patch | 0 .../442-block2mtd_probe.patch | 0 .../450-mtd_plat_nand_chip_fixup.patch | 2 +- ...451-mtd_fix_nand_correct_data_return_code.patch | 0 .../470-mtd_m25p80_add_pm25lv_flash_support.patch | 8 +- .../473-mtd_m25p80_add_w25q128.patch | 2 +- .../474-mtd_concat_sync_fix.patch | 0 .../500-yaffs_support.patch | 0 .../501-yaffs_cvs_2009_04_24.patch | 0 .../502-yaffs_git_2010_10_20.patch | 2 +- .../503-yaffs_symlink_bug.patch | 0 .../504-yaffs_mutex_fix.patch | 0 .../505-2.6.39_fix.patch | 0 .../510-jffs2_make_lzma_available.patch | 4 +- .../511-debloat_lzma.patch | 0 .../512-jffs2_eofdetect.patch | 18 +- .../520-squashfs_update_xz_comp_opts.patch | 0 .../600-netfilter_layer7_2.22.patch | 2 +- .../601-netfilter_layer7_pktmatch.patch | 0 .../602-netfilter_layer7_match.patch | 0 .../603-netfilter_layer7_2.6.36_fix.patch | 0 .../604-netfilter_cisco_794x_iphone.patch | 0 .../605-netfilter_rtsp.patch | 0 .../620-sched_esfq.patch | 0 .../621-sched_act_connmark.patch | 2 +- .../630-packet_socket_type.patch | 6 +- .../640-bridge_no_eap_forward.patch | 0 .../641-bridge_always_accept_eap.patch | 0 .../642-bridge_port_isolate.patch | 6 +- .../650-pppoe_header_pad.patch | 0 .../651-wireless_mesh_header.patch | 0 .../652-atm_header_changes.patch | 0 .../700-swconfig.patch | 0 .../701-phy_extension.patch | 4 +- .../702-phy_add_aneg_done_function.patch | 0 .../720-phy_adm6996.patch | 0 .../721-phy_packets.patch | 2 +- .../722-phy_mvswitch.patch | 0 .../723-phy_ip175c.patch | 0 .../724-phy_ar8216.patch | 0 .../725-phy_rtl8306.patch | 0 .../726-phy_rtl8366.patch | 0 .../750-hostap_txpower.patch | 0 .../810-pci_disable_common_quirks.patch | 2 +- .../811-pci_disable_usb_common_quirks.patch | 4 +- .../820-usb_add_usb_find_device_by_name.patch | 0 .../821-usb_serial_endpoint_size.patch | 0 .../830-ledtrig_morse.patch | 4 +- .../831-ledtrig_netdev.patch | 4 +- .../832-ledtrig_usbdev.patch | 4 +- .../833-gpio_buttons.patch | 4 +- .../834-gpio_ioctl.patch | 0 .../835-gpiodev.patch | 0 .../840-rtc7301.patch | 6 +- .../850-glamo_headers.patch | 2 +- .../860-01_hotpluggable_spi_gpio.patch | 0 .../861-04_spi_gpio_implement_spi_delay.patch | 0 .../862-gpio_spi_driver.patch | 4 +- .../863-gpiommc.patch | 2 +- .../864-gpiommc_configfs_locking.patch | 0 .../870-hifn795x_byteswap.patch | 0 .../900-slab_maxsize.patch | 0 .../910-kobject_uevent.patch | 0 .../911-kobject_add_broadcast_uevent.patch | 0 .../920-unable_to_open_console.patch | 2 +- .../921-use_preinit_as_init.patch | 2 +- .../930-crashlog.patch | 6 +- .../940-ocf_kbuild_integration.patch | 2 +- .../941-ocf_20100325.patch | 0 .../950-vm_exports.patch | 16 +- .../960-decompress_unlzo_fix.patch | 0 .../generic/patches-3.0/999-drop_sublevel.patch | 23 + 208 files changed, 2885 insertions(+), 2101 deletions(-) create mode 100644 package/acx-mac80211/patches/004-ratelimit_compile_fix.patch create mode 100644 package/mac80211/patches/000-linux_3.0_support.patch create mode 100644 package/madwifi/patches/476-3.0_detection_fix.patch copy target/linux/brcm63xx/{config-2.6.39 => config-3.0} (98%) copy target/linux/brcm63xx/{patches-2.6.37 => patches-3.0}/007-usb-ohci-support.patch (98%) copy target/linux/brcm63xx/{patches-2.6.39 => patches-3.0}/008-usb-ehci-support.patch (98%) copy target/linux/brcm63xx/{patches-2.6.39 => patches-3.0}/010-add_bcm63xx_ohci_controller.patch (99%) copy target/linux/brcm63xx/{patches-2.6.38 => patches-3.0}/011-add_bcm63xx_ehci_controller.patch (96%) copy target/linux/brcm63xx/{patches-2.6.38 => patches-3.0}/040-bcm963xx_flashmap.patch (95%) copy target/linux/brcm63xx/{patches-2.6.39 => patches-3.0}/041-bcm963xx_real_rootfs_length.patch (100%) copy target/linux/brcm63xx/{patches-2.6.39 => patches-3.0}/070_bcm63xx_enet_vlan_incoming_fixed.patch (81%) copy target/linux/brcm63xx/{patches-2.6.39 => patches-3.0}/100-reset_buttons.patch (94%) copy target/linux/brcm63xx/{patches-2.6.39 => patches-3.0}/110-gpiodev.patch (81%) copy target/linux/brcm63xx/{patches-2.6.39 => patches-3.0}/141-led_count.patch (83%) copy target/linux/brcm63xx/{patches-2.6.39 => patches-3.0}/180-udc_preliminary_support.patch (99%) copy target/linux/brcm63xx/{patches-2.6.38 => patches-3.0}/200-extended-platform-devices.patch (91%) copy target/linux/brcm63xx/{patches-2.6.39 => patches-3.0}/200-spi-board-info.patch (92%) copy target/linux/brcm63xx/{patches-2.6.39 => patches-3.0}/210-no_ehci_over_current_check.patch (88%) copy target/linux/brcm63xx/{patches-2.6.39 => patches-3.0}/220-wl_exports.patch (94%) copy target/linux/brcm63xx/{patches-2.6.38 => patches-3.0}/230-6358-enet1-external-mii-clk.patch (93%) copy target/linux/brcm63xx/{patches-2.6.39 => patches-3.0}/240-spi.patch (99%) copy target/linux/brcm63xx/{patches-2.6.38 => patches-3.0}/250-boardid_fixup.patch (92%) copy target/linux/brcm63xx/{patches-2.6.37 => patches-3.0}/300-alice_gate2_leds.patch (100%) copy target/linux/brcm63xx/{patches-2.6.37 => patches-3.0}/310-96348gw_a_leds.patch (100%) copy target/linux/brcm63xx/{patches-2.6.37 => patches-3.0}/440-board-D4PW.patch (100%) copy target/linux/brcm63xx/{patches-2.6.39 => patches-3.0}/441-board-NB4.patch (99%) copy target/linux/brcm63xx/{patches-2.6.37 => patches-3.0}/442-board-96338W2_E7T.patch (100%) copy target/linux/brcm63xx/{patches-2.6.37 => patches-3.0}/443-board-CPVA642.patch (100%) copy target/linux/brcm63xx/{patches-2.6.37 => patches-3.0}/444-board_dsl_274xb_rev_c.patch (100%) copy target/linux/brcm63xx/{patches-2.6.37 => patches-3.0}/445-board_spw500v.patch (100%) copy target/linux/brcm63xx/{patches-2.6.37 => patches-3.0}/447-board_gw6200_gw6000.patch (100%) copy target/linux/brcm63xx/{patches-2.6.37 => patches-3.0}/448-board-MAGIC.patch (100%) copy target/linux/brcm63xx/{patches-2.6.37 => patches-3.0}/449-board_hw553.patch (100%) copy target/linux/brcm63xx/{patches-2.6.37 => patches-3.0}/450-board_rta1320_16m.patch (100%) copy target/linux/brcm63xx/{patches-2.6.37 => patches-3.0}/451-board_spw303v.patch (100%) copy target/linux/brcm63xx/{patches-2.6.39 => patches-3.0}/452-board_V2500V.patch (95%) copy target/linux/brcm63xx/{patches-2.6.37 => patches-3.0}/453-board_BTV2110.patch (100%) copy target/linux/brcm63xx/{patches-2.6.39 => patches-3.0}/454-board_livebox.patch (100%) copy target/linux/brcm63xx/{patches-2.6.37 => patches-3.0}/455-board_ct536_ct5621.patch (100%) copy target/linux/brcm63xx/{patches-2.6.37 => patches-3.0}/977-ssb_export_fallback_sprom.patch (100%) copy target/linux/generic/{config-2.6.39 => config-3.0} (99%) create mode 100644 target/linux/generic/patches-3.0/010-mips_wire_up_new_sendmmsg_syscall.patch copy target/linux/generic/{patches-2.6.39/100-overlayfs.patch => patches-3.0/100-overlayfs_v10.patch} (84%) create mode 100644 target/linux/generic/patches-3.0/110-fix_mtd_include.patch copy target/linux/generic/{patches-2.6.39 => patches-3.0}/200-fix_localversion.patch (100%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/201-extra_optimization.patch (89%) copy target/linux/generic/{patches-2.6.38 => patches-3.0}/210-darwin_scripts_include.patch (97%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/211-stddef_include.patch (100%) copy target/linux/generic/{patches-2.6.38 => patches-3.0}/220-module_exports.patch (55%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/230-openwrt_lzma_options.patch (88%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/250-netfilter_depends.patch (100%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/251-sound_kconfig.patch (100%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/252-mv_cesa_depends.patch (84%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/253-ssb_b43_default_on.patch (100%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/254-textsearch_kconfig_hacks.patch (89%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/255-lib80211_kconfig_hacks.patch (100%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/256-crypto_add_kconfig_prompts.patch (100%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/257-wireless_ext_kconfig_hack.patch (100%) copy target/linux/generic/{patches-2.6.38 => patches-3.0}/300-mips_expose_boot_raw.patch (92%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/301-mips_image_cmdline_hack.patch (93%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/302-mips_use_generic_thread_info_allocator.patch (100%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/303-mips_fix_kexec.patch (100%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/304-mips_disable_fpu.patch (99%) copy target/linux/generic/{patches-2.6.38 => patches-3.0}/305-mips_module_reloc.patch (100%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/306-mips_mem_functions_performance.patch (100%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/307-mips_oprofile_fix.patch (100%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/310-arm_module_unresolved_weak_sym.patch (100%) copy target/linux/generic/{patches-2.6.38 => patches-3.0}/320-ppc4xx_optimization.patch (100%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/321-powerpc_crtsavres_prereq.patch (94%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/400-rootfs_split.patch (85%) copy target/linux/generic/{patches-2.6.38 => patches-3.0}/401-partial_eraseblock_write.patch (94%) copy target/linux/generic/{patches-2.6.38 => patches-3.0}/410-mtd_info_move_forward_decl.patch (75%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/420-redboot_space.patch (100%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/421-redboot_boardconfig.patch (100%) copy target/linux/generic/{patches-2.6.38 => patches-3.0}/430-mtd_myloader_partition_parser.patch (88%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/440-block2mtd_init.patch (97%) copy target/linux/generic/{patches-2.6.38 => patches-3.0}/441-block2mtd_refresh.patch (100%) copy target/linux/generic/{patches-2.6.38 => patches-3.0}/442-block2mtd_probe.patch (100%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/450-mtd_plat_nand_chip_fixup.patch (93%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/451-mtd_fix_nand_correct_data_return_code.patch (100%) copy target/linux/generic/{patches-2.6.38 => patches-3.0}/470-mtd_m25p80_add_pm25lv_flash_support.patch (88%) copy target/linux/generic/{patches-2.6.38 => patches-3.0}/473-mtd_m25p80_add_w25q128.patch (86%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/474-mtd_concat_sync_fix.patch (100%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/500-yaffs_support.patch (100%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/501-yaffs_cvs_2009_04_24.patch (100%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/502-yaffs_git_2010_10_20.patch (99%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/503-yaffs_symlink_bug.patch (100%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/504-yaffs_mutex_fix.patch (100%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/505-2.6.39_fix.patch (100%) copy target/linux/generic/{patches-2.6.38 => patches-3.0}/510-jffs2_make_lzma_available.patch (99%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/511-debloat_lzma.patch (100%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/512-jffs2_eofdetect.patch (89%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/520-squashfs_update_xz_comp_opts.patch (100%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/600-netfilter_layer7_2.22.patch (99%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/601-netfilter_layer7_pktmatch.patch (100%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/602-netfilter_layer7_match.patch (100%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/603-netfilter_layer7_2.6.36_fix.patch (100%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/604-netfilter_cisco_794x_iphone.patch (100%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/605-netfilter_rtsp.patch (100%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/620-sched_esfq.patch (100%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/621-sched_act_connmark.patch (99%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/630-packet_socket_type.patch (94%) copy target/linux/generic/{patches-2.6.38 => patches-3.0}/640-bridge_no_eap_forward.patch (100%) copy target/linux/generic/{patches-2.6.38 => patches-3.0}/641-bridge_always_accept_eap.patch (100%) copy target/linux/generic/{patches-2.6.38 => patches-3.0}/642-bridge_port_isolate.patch (94%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/650-pppoe_header_pad.patch (100%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/651-wireless_mesh_header.patch (100%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/652-atm_header_changes.patch (100%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/700-swconfig.patch (100%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/701-phy_extension.patch (93%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/702-phy_add_aneg_done_function.patch (100%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/720-phy_adm6996.patch (100%) copy target/linux/generic/{patches-2.6.38 => patches-3.0}/721-phy_packets.patch (97%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/722-phy_mvswitch.patch (100%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/723-phy_ip175c.patch (100%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/724-phy_ar8216.patch (100%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/725-phy_rtl8306.patch (100%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/726-phy_rtl8366.patch (100%) copy target/linux/generic/{patches-2.6.38 => patches-3.0}/750-hostap_txpower.patch (100%) copy target/linux/generic/{patches-2.6.38 => patches-3.0}/810-pci_disable_common_quirks.patch (95%) copy target/linux/generic/{patches-2.6.38 => patches-3.0}/811-pci_disable_usb_common_quirks.patch (79%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/820-usb_add_usb_find_device_by_name.patch (100%) copy target/linux/generic/{patches-2.6.38 => patches-3.0}/821-usb_serial_endpoint_size.patch (100%) copy target/linux/generic/{patches-2.6.38 => patches-3.0}/830-ledtrig_morse.patch (83%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/831-ledtrig_netdev.patch (92%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/832-ledtrig_usbdev.patch (85%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/833-gpio_buttons.patch (89%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/834-gpio_ioctl.patch (100%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/835-gpiodev.patch (100%) copy target/linux/generic/{patches-2.6.38 => patches-3.0}/840-rtc7301.patch (97%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/850-glamo_headers.patch (94%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/860-01_hotpluggable_spi_gpio.patch (100%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/861-04_spi_gpio_implement_spi_delay.patch (100%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/862-gpio_spi_driver.patch (98%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/863-gpiommc.patch (99%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/864-gpiommc_configfs_locking.patch (100%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/870-hifn795x_byteswap.patch (100%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/900-slab_maxsize.patch (100%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/910-kobject_uevent.patch (100%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/911-kobject_add_broadcast_uevent.patch (100%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/920-unable_to_open_console.patch (85%) copy target/linux/generic/{patches-2.6.37 => patches-3.0}/921-use_preinit_as_init.patch (88%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/930-crashlog.patch (97%) copy target/linux/generic/{patches-2.6.38 => patches-3.0}/940-ocf_kbuild_integration.patch (89%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/941-ocf_20100325.patch (100%) copy target/linux/generic/{patches-2.6.39 => patches-3.0}/950-vm_exports.patch (86%) copy target/linux/generic/{patches-2.6.38 => patches-3.0}/960-decompress_unlzo_fix.patch (100%) create mode 100644 target/linux/generic/patches-3.0/999-drop_sublevel.patch -- 1.7.2.5 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel