Remove remaining etrax references
SVN-Revision: 34968
This commit is contained in:
parent
075ea0d52e
commit
a730e96569
6 changed files with 5 additions and 6 deletions
|
@ -25,7 +25,7 @@ $(eval $(call KernelPackage,aoe))
|
||||||
define KernelPackage/ata-core
|
define KernelPackage/ata-core
|
||||||
SUBMENU:=$(BLOCK_MENU)
|
SUBMENU:=$(BLOCK_MENU)
|
||||||
TITLE:=Serial and Parallel ATA support
|
TITLE:=Serial and Parallel ATA support
|
||||||
DEPENDS:=@PCI_SUPPORT +kmod-scsi-core @!TARGET_etrax
|
DEPENDS:=@PCI_SUPPORT +kmod-scsi-core
|
||||||
KCONFIG:=CONFIG_ATA
|
KCONFIG:=CONFIG_ATA
|
||||||
FILES:=$(LINUX_DIR)/drivers/ata/libata.ko
|
FILES:=$(LINUX_DIR)/drivers/ata/libata.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,21,libata,1)
|
AUTOLOAD:=$(call AutoLoad,21,libata,1)
|
||||||
|
|
|
@ -27,7 +27,6 @@ I2C_CORE_MODULES:= \
|
||||||
define KernelPackage/i2c-core
|
define KernelPackage/i2c-core
|
||||||
$(call i2c_defaults,$(I2C_CORE_MODULES),51)
|
$(call i2c_defaults,$(I2C_CORE_MODULES),51)
|
||||||
TITLE:=I2C support
|
TITLE:=I2C support
|
||||||
DEPENDS:=@!TARGET_etrax
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/i2c-core/description
|
define KernelPackage/i2c-core/description
|
||||||
|
|
|
@ -32,7 +32,7 @@ $(eval $(call KernelPackage,usb-core))
|
||||||
|
|
||||||
define AddDepends/usb
|
define AddDepends/usb
|
||||||
SUBMENU:=$(USB_MENU)
|
SUBMENU:=$(USB_MENU)
|
||||||
DEPENDS+=+!TARGET_etrax:kmod-usb-core $(1)
|
DEPENDS+=+kmod-usb-core $(1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -82,7 +82,7 @@ $(eval $(call KernelPackage,fb-cfb-imgblt))
|
||||||
define KernelPackage/video-core
|
define KernelPackage/video-core
|
||||||
SUBMENU:=$(VIDEO_MENU)
|
SUBMENU:=$(VIDEO_MENU)
|
||||||
TITLE=Video4Linux support
|
TITLE=Video4Linux support
|
||||||
DEPENDS:=@PCI_SUPPORT||USB_SUPPORT +!TARGET_etrax:kmod-i2c-core
|
DEPENDS:=@PCI_SUPPORT||USB_SUPPORT
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_MEDIA_SUPPORT=m \
|
CONFIG_MEDIA_SUPPORT=m \
|
||||||
CONFIG_MEDIA_CAMERA_SUPPORT=y \
|
CONFIG_MEDIA_CAMERA_SUPPORT=y \
|
||||||
|
|
|
@ -86,7 +86,7 @@ ifneq ($(LOCAL_TYPE),hostapd)
|
||||||
CONFIG_DRIVER_ROBOSWITCH=$(CONFIG_PACKAGE_kmod-switch)
|
CONFIG_DRIVER_ROBOSWITCH=$(CONFIG_PACKAGE_kmod-switch)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DRV_DEPENDS:=+PACKAGE_kmod-mac80211:libnl-tiny @(!(TARGET_avr32||TARGET_etrax)||BROKEN)
|
DRV_DEPENDS:=+PACKAGE_kmod-mac80211:libnl-tiny @(!TARGET_avr32||BROKEN)
|
||||||
|
|
||||||
define Package/hostapd/Default
|
define Package/hostapd/Default
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
|
|
|
@ -24,7 +24,7 @@ define Package/iw
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=cfg80211 interface configuration utility
|
TITLE:=cfg80211 interface configuration utility
|
||||||
URL:=http://wireless.kernel.org/en/users/Documentation/iw
|
URL:=http://wireless.kernel.org/en/users/Documentation/iw
|
||||||
DEPENDS:= +libnl-tiny @(!(TARGET_avr32||TARGET_etrax)||BROKEN)
|
DEPENDS:= +libnl-tiny @(!TARGET_avr32||BROKEN)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
|
|
Loading…
Reference in a new issue