diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-08-03 07:28:43 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-08-03 07:28:43 +0000 |
commit | 0250efa1eaa2929f8ec35de6fd2ae0e29cf41450 (patch) | |
tree | 0bcbc4801bff647a77fde97f2d2436c80cf680c7 /target/linux/rdc-2.6/config | |
parent | 39f63f1d04ef782e1972702239ad4dd44c0132b1 (diff) | |
download | upstream-0250efa1eaa2929f8ec35de6fd2ae0e29cf41450.tar.gz upstream-0250efa1eaa2929f8ec35de6fd2ae0e29cf41450.tar.bz2 upstream-0250efa1eaa2929f8ec35de6fd2ae0e29cf41450.zip |
Make jffs2 images work with rdc, add a sitecom wl-153 profile and kernel config, fix rt61 installation (thanks to Daniel Gimpelevich)
SVN-Revision: 8328
Diffstat (limited to 'target/linux/rdc-2.6/config')
-rw-r--r-- | target/linux/rdc-2.6/config/default | 12 | ||||
-rw-r--r-- | target/linux/rdc-2.6/config/profile-wl153 | 2 |
2 files changed, 2 insertions, 12 deletions
diff --git a/target/linux/rdc-2.6/config/default b/target/linux/rdc-2.6/config/default index c8298b558f..c28d44b456 100644 --- a/target/linux/rdc-2.6/config/default +++ b/target/linux/rdc-2.6/config/default @@ -11,7 +11,6 @@ CONFIG_ARCH_MAY_HAVE_PC_FDC=y CONFIG_ARCH_POPULATES_NODE_MAP=y # CONFIG_ARCH_SUPPORTS_MSI is not set CONFIG_ATA=m -# CONFIG_ATA_GENERIC is not set # CONFIG_ATA_NONSTANDARD is not set CONFIG_ATA_PIIX=m # CONFIG_ATM_DRIVERS is not set @@ -22,11 +21,8 @@ CONFIG_BITREVERSE=y # CONFIG_BLK_DEV_HD is not set # CONFIG_BLK_DEV_HD_IDE is not set CONFIG_BLK_DEV_IDE=m -# CONFIG_BLK_DEV_IDECD is not set CONFIG_BLK_DEV_IDEDISK=m # CONFIG_BLK_DEV_IDEDMA is not set -# CONFIG_BLK_DEV_IDEFLOPPY is not set -# CONFIG_BLK_DEV_IDEPCI is not set CONFIG_CLOCKSOURCE_WATCHDOG=y # CONFIG_COMPAT_VDSO is not set # CONFIG_CPU5_WDT is not set @@ -79,20 +75,16 @@ CONFIG_HZ_250=y CONFIG_I2C=m # CONFIG_I2C_ALGOBIT is not set CONFIG_I2C_BOARDINFO=y -# CONFIG_I2C_CHARDEV is not set # CONFIG_I6300ESB_WDT is not set # CONFIG_I8K is not set # CONFIG_IB700_WDT is not set # CONFIG_IBMASR is not set # CONFIG_IBM_ASM is not set CONFIG_IDE=m -# CONFIG_IDEDISK_MULTI_MODE is not set # CONFIG_IDEPCI_PCIBUS_ORDER is not set # CONFIG_IDE_ARM is not set # CONFIG_IDE_GENERIC is not set -CONFIG_IDE_MAX_HWIFS=4 # CONFIG_IDE_PROC_FS is not set -# CONFIG_IDE_TASK_IOCTL is not set # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" CONFIG_INPUT=m @@ -110,7 +102,6 @@ CONFIG_KTIME_SCALAR=y # CONFIG_KVM is not set CONFIG_LBD=y CONFIG_LEDS_RDC3211=m -# CONFIG_LEDS_TRIGGER_IDE_DISK is not set CONFIG_LSF=y # CONFIG_M386 is not set CONFIG_M486=y @@ -223,7 +214,6 @@ CONFIG_PCI_GOANY=y # CONFIG_PCI_GODIRECT is not set # CONFIG_PCI_GOMMCONFIG is not set CONFIG_PCMCIA=m -# CONFIG_PDC_ADMA is not set CONFIG_PHYSICAL_ALIGN=0x100000 CONFIG_PHYSICAL_START=0x100000 # CONFIG_PNPACPI is not set @@ -233,7 +223,6 @@ CONFIG_R6040=m # CONFIG_RELOCATABLE is not set # CONFIG_RTC is not set CONFIG_RWSEM_XCHGADD_ALGORITHM=y -# CONFIG_SATA_AHCI is not set # CONFIG_SBC8360_WDT is not set # CONFIG_SBC_EPX_C3_WATCHDOG is not set # CONFIG_SC1200_WDT is not set @@ -267,7 +256,6 @@ CONFIG_USB_EHCI_HCD=m CONFIG_USB_OHCI_HCD=m CONFIG_USB_PWC=m # CONFIG_USB_PWC_DEBUG is not set -# CONFIG_USB_STORAGE_ISD200 is not set # CONFIG_USB_UHCI_HCD is not set CONFIG_V4L_USB_DRIVERS=y # CONFIG_VGASTATE is not set diff --git a/target/linux/rdc-2.6/config/profile-wl153 b/target/linux/rdc-2.6/config/profile-wl153 new file mode 100644 index 0000000000..3ab59a881f --- /dev/null +++ b/target/linux/rdc-2.6/config/profile-wl153 @@ -0,0 +1,2 @@ +# CONFIG_MTD_RDC3210_ALLOW_JFFS2 is not set +CONFIG_MTD_RDC3210_SIZE=0x200000 |