remove the obsolete ixp4xx-npe package and references to it (thx, Jose Vasconcellos)
SVN-Revision: 13722
This commit is contained in:
parent
fcce322e49
commit
1ee70a6f1e
4 changed files with 3 additions and 25 deletions
|
@ -674,25 +674,6 @@ endef
|
|||
$(eval $(call KernelPackage,ne2k-pci))
|
||||
|
||||
|
||||
define KernelPackage/ixp4xx-npe
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=Intel(R) IXP4xx ethernet support
|
||||
DEPENDS:=@TARGET_ixp4xx
|
||||
KCONFIG:=CONFIG_IXP4XX_MAC
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/drivers/net/ixp4xx/ixp4xx_npe.$(LINUX_KMOD_SUFFIX) \
|
||||
$(LINUX_DIR)/drivers/net/ixp4xx/ixp4xx_qmgr.$(LINUX_KMOD_SUFFIX) \
|
||||
$(LINUX_DIR)/drivers/net/ixp4xx/ixp4xx_mac.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,20,ixp4xx_npe ixp4xx_qmgr ixp4xx_mac)
|
||||
endef
|
||||
|
||||
define KernelPackage/ixp4xx-npe/description
|
||||
Kernel modules for Intel(R) IXP4xx onboard ethernet.
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,ixp4xx-npe))
|
||||
|
||||
|
||||
define KernelPackage/e100
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=Intel(R) PRO/100+ cards kernel support
|
||||
|
|
|
@ -7,8 +7,7 @@
|
|||
|
||||
define Profile/NSLU2
|
||||
NAME:=Linksys NSLU2
|
||||
PACKAGES:=kmod-ixp4xx-npe \
|
||||
kmod-scsi-core \
|
||||
PACKAGES:=kmod-scsi-core \
|
||||
kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-storage \
|
||||
kmod-fs-ext2 kmod-fs-ext3
|
||||
endef
|
||||
|
|
|
@ -7,8 +7,7 @@
|
|||
|
||||
define Profile/NAS100d
|
||||
NAME:=Iomega NAS 100d
|
||||
PACKAGES:=kmod-ixp4xx-npe \
|
||||
kmod-madwifi wireless-tools \
|
||||
PACKAGES:=kmod-madwifi wireless-tools \
|
||||
kmod-scsi-core \
|
||||
kmod-ata-core kmod-ata-artop \
|
||||
kmod-usb-core kmod-usb2 kmod-usb-storage \
|
||||
|
|
|
@ -7,8 +7,7 @@
|
|||
|
||||
define Profile/USR8200
|
||||
NAME:=USRobotics USR8200
|
||||
PACKAGES:=kmod-ixp4xx-npe \
|
||||
kmod-scsi-core \
|
||||
PACKAGES:=kmod-scsi-core \
|
||||
kmod-usb-core kmod-usb-uhci kmod-usb2 kmod-usb-storage \
|
||||
kmod-fs-ext2 kmod-fs-ext3 \
|
||||
kmod-ieee1394 kmod-ohci1394 kmod-sbp2
|
||||
|
|
Loading…
Reference in a new issue