diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-08-21 16:52:06 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-08-21 16:52:06 +0000 |
commit | 963d459fef40ea7d26475a17ee54c16ac6cd7468 (patch) | |
tree | cbf94af84687c0e14bd2139da053477129ebbf4b /target/linux/magicbox/config-default | |
parent | 3104611a8f599b29edf310614c8949b05f4c3fbd (diff) | |
download | upstream-963d459fef40ea7d26475a17ee54c16ac6cd7468.tar.gz upstream-963d459fef40ea7d26475a17ee54c16ac6cd7468.tar.bz2 upstream-963d459fef40ea7d26475a17ee54c16ac6cd7468.zip |
[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
Diffstat (limited to 'target/linux/magicbox/config-default')
-rw-r--r-- | target/linux/magicbox/config-default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/magicbox/config-default b/target/linux/magicbox/config-default index 186e259ce1..f0c1992b71 100644 --- a/target/linux/magicbox/config-default +++ b/target/linux/magicbox/config-default @@ -18,7 +18,7 @@ CONFIG_BITREVERSE=y CONFIG_BLK_DEV_IDE=m CONFIG_BLK_DEV_IDEDISK=m # CONFIG_BLK_DEV_IDEDMA is not set -# CONFIG_BLK_DEV_MAGICBOX_IDE is not set +CONFIG_BLK_DEV_MAGICBOX_IDE=m # CONFIG_BOOKE_WDT is not set CONFIG_BOOT_LOAD=0x00400000 CONFIG_BOUNCE=y |