Skip to content

Commit

Permalink
bcm63xx: drop linux 3.2 support
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31464 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
jogo committed Apr 24, 2012
1 parent 7a0767f commit 50d9e73
Show file tree
Hide file tree
Showing 44 changed files with 4 additions and 5,120 deletions.
156 changes: 0 additions & 156 deletions target/linux/brcm63xx/config-3.2

This file was deleted.

6 changes: 2 additions & 4 deletions target/linux/brcm63xx/image/Makefile
Expand Up @@ -158,10 +158,8 @@ define Image/Build
$(call Image/Build/CFE,$(1),96358VW,6358,96358VW-generic)
$(call Image/Build/CFE,$(1),96358VW2,6358,96358VW2-generic)

ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,3.3)),1)
$(call Image/Build/CFE,$(1),96368MVNgr,6368,96368MVNgr-generic)
$(call Image/Build/CFE,$(1),96368MVWG,6368,96368MVWG-generic)
endif
$(call Image/Build/CFE,$(1),96368MVNgr,6368,96368MVNgr-generic)
$(call Image/Build/CFE,$(1),96368MVWG,6368,96368MVWG-generic)

# BT Voyager V210_BTR
$(call Image/Build/CFE,$(1),V210_BB,6348,BTV210_BTR,,--layoutver 5)
Expand Down
9 changes: 2 additions & 7 deletions target/linux/brcm63xx/modules.mk
Expand Up @@ -10,13 +10,8 @@ define KernelPackage/bcm63xx-spi
TITLE:=Broadcom BCM63xx SPI driver
DEPENDS:=@TARGET_brcm63xx +kmod-spi-bitbang
KCONFIG:=CONFIG_SPI_BCM63XX
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,3.3)),1)
FILES:=$(LINUX_DIR)/drivers/spi/spi-bcm63xx.ko
AUTOLOAD:=$(call AutoLoad,92,spi-bcm63xx)
else
FILES:=$(LINUX_DIR)/drivers/spi/bcm63xx_spi.ko
AUTOLOAD:=$(call AutoLoad,92,bcm63xx_spi)
endif
FILES:=$(LINUX_DIR)/drivers/spi/spi-bcm63xx.ko
AUTOLOAD:=$(call AutoLoad,92,spi-bcm63xx)
endef

define KernelPackage/bcm63xx-spi/description
Expand Down
122 changes: 0 additions & 122 deletions target/linux/brcm63xx/patches-3.2/001-6345_cpu.patch

This file was deleted.

0 comments on commit 50d9e73

Please sign in to comment.