mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Remove remaining etrax references
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34968 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -25,7 +25,7 @@ $(eval $(call KernelPackage,aoe))
|
||||
define KernelPackage/ata-core
|
||||
SUBMENU:=$(BLOCK_MENU)
|
||||
TITLE:=Serial and Parallel ATA support
|
||||
DEPENDS:=@PCI_SUPPORT +kmod-scsi-core @!TARGET_etrax
|
||||
DEPENDS:=@PCI_SUPPORT +kmod-scsi-core
|
||||
KCONFIG:=CONFIG_ATA
|
||||
FILES:=$(LINUX_DIR)/drivers/ata/libata.ko
|
||||
AUTOLOAD:=$(call AutoLoad,21,libata,1)
|
||||
|
||||
@@ -27,7 +27,6 @@ I2C_CORE_MODULES:= \
|
||||
define KernelPackage/i2c-core
|
||||
$(call i2c_defaults,$(I2C_CORE_MODULES),51)
|
||||
TITLE:=I2C support
|
||||
DEPENDS:=@!TARGET_etrax
|
||||
endef
|
||||
|
||||
define KernelPackage/i2c-core/description
|
||||
|
||||
@@ -32,7 +32,7 @@ $(eval $(call KernelPackage,usb-core))
|
||||
|
||||
define AddDepends/usb
|
||||
SUBMENU:=$(USB_MENU)
|
||||
DEPENDS+=+!TARGET_etrax:kmod-usb-core $(1)
|
||||
DEPENDS+=+kmod-usb-core $(1)
|
||||
endef
|
||||
|
||||
|
||||
|
||||
@@ -82,7 +82,7 @@ $(eval $(call KernelPackage,fb-cfb-imgblt))
|
||||
define KernelPackage/video-core
|
||||
SUBMENU:=$(VIDEO_MENU)
|
||||
TITLE=Video4Linux support
|
||||
DEPENDS:=@PCI_SUPPORT||USB_SUPPORT +!TARGET_etrax:kmod-i2c-core
|
||||
DEPENDS:=@PCI_SUPPORT||USB_SUPPORT
|
||||
KCONFIG:= \
|
||||
CONFIG_MEDIA_SUPPORT=m \
|
||||
CONFIG_MEDIA_CAMERA_SUPPORT=y \
|
||||
|
||||
Reference in New Issue
Block a user