mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[magicbox] fix the CF driver on 2.6.26.x, and create a package for it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12364 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2006 OpenWrt.org
|
||||
# Copyright (C) 2006-2008 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
@@ -175,6 +175,22 @@ endef
|
||||
$(eval $(call KernelPackage,ide-aec62xx))
|
||||
|
||||
|
||||
define KernelPackage/ide-magicbox
|
||||
SUBMENU:=$(BLOCK_MENU)
|
||||
TITLE:=Magicbox 2.0 IDE CF driver
|
||||
DEPENDS:=@TARGET_magicbox +kmod-ide-core
|
||||
KCONFIG:=CONFIG_BLK_DEV_MAGICBOX_IDE
|
||||
FILES:=$(LINUX_DIR)/drivers/ide/ppc/magicbox_ide.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,30,magicbox_ide)
|
||||
endef
|
||||
|
||||
define KernelPackage/ide-magicbox/description
|
||||
Support for Magicbox 2.0 onboard CF slot.
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,ide-magicbox))
|
||||
|
||||
|
||||
define KernelPackage/ide-pdc202xx
|
||||
SUBMENU:=$(BLOCK_MENU)
|
||||
TITLE:=Promise PDC202xx IDE driver
|
||||
|
||||
Reference in New Issue
Block a user