brcm47xx: remove ssb-gige package

CONFIG_SSB_DRIVER_GIGE is set in the target config of the brcm47xx target, so it will always be activated and the kmod-ssb-gige is not needed any more.
The kmod-ssb-gige package is not generated in an build as it does not contain any files and the makes the image builder fail when generating a image integrating this package.

SVN-Revision: 34150
This commit is contained in:
Hauke Mehrtens 2012-11-11 17:30:33 +00:00
parent 62c9156af6
commit cadd36a303
4 changed files with 3 additions and 16 deletions

View file

@ -21,19 +21,6 @@ endef
$(eval $(call KernelPackage,usb-brcm47xx))
define KernelPackage/ssb-gige
TITLE:=Broadcom SSB Gigabit Ethernet
KCONFIG:=CONFIG_SSB_DRIVER_GIGE=y
DEPENDS:=@TARGET_brcm47xx +kmod-tg3
SUBMENU:=$(NETWORK_DEVICES_MENU)
endef
define KernelPackage/ssb-gige/description
Kernel modules for Broadcom SSB Gigabit Ethernet adapters.
endef
$(eval $(call KernelPackage,ssb-gige))
define KernelPackage/ocf-ubsec-ssb
TITLE:=BCM5365P IPSec Core driver

View file

@ -7,7 +7,7 @@
define Profile/Bcm4705-b43
NAME:=BCM4705/BCM4785, Broadcom BCM43xx WiFi (b43)
PACKAGES:=kmod-b43 kmod-b43legacy kmod-tg3 kmod-ssb-gige
PACKAGES:=kmod-b43 kmod-b43legacy kmod-tg3 kmod-tg3
endef
define Profile/Broadcom-b43/Description

View file

@ -7,7 +7,7 @@
define Profile/Bcm4705-none
NAME:=BCM4705/BCM4785, no WiFi
PACKAGES:=-wpad-mini kmod-tg3 kmod-ssb-gige
PACKAGES:=-wpad-mini kmod-tg3 kmod-tg3
endef
define Profile/None/Description

View file

@ -7,7 +7,7 @@
define Profile/WRT350Nv1
NAME:=Linksys WRT350Nv1
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ssb-gige kmod-ocf-ubsec-ssb
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-tg3 kmod-ocf-ubsec-ssb
endef
define Profile/WRT350Nv1/Description