summaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips
diff options
context:
space:
mode:
authorralph <ralph@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-27 15:48:49 +0000
committerralph <ralph@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-27 15:48:49 +0000
commitb0da8c1928fba0db285b01f94ff56a7f50e586d3 (patch)
tree82a130c55e085c8dea3050e995e406f03b5c846f /target/linux/ifxmips
parent3442b4864b0a57b2ebcd1285fa5241552a4170e4 (diff)
[ifxmips] update danube target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21203 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ifxmips')
-rw-r--r--target/linux/ifxmips/danube/config-2.6.3015
-rw-r--r--target/linux/ifxmips/danube/config-2.6.321
-rw-r--r--target/linux/ifxmips/danube/config-2.6.331
-rw-r--r--target/linux/ifxmips/danube/target.mk2
4 files changed, 18 insertions, 1 deletions
diff --git a/target/linux/ifxmips/danube/config-2.6.30 b/target/linux/ifxmips/danube/config-2.6.30
index 27e4b8096..eb85fe1cb 100644
--- a/target/linux/ifxmips/danube/config-2.6.30
+++ b/target/linux/ifxmips/danube/config-2.6.30
@@ -8,6 +8,7 @@ CONFIG_ARCH_REQUIRE_GPIOLIB=y
# CONFIG_ARCH_SUPPORTS_MSI is not set
CONFIG_ARCH_SUPPORTS_OPROFILE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
+CONFIG_ATM=y
# CONFIG_BCM47XX is not set
# CONFIG_BINARY_PRINTF is not set
CONFIG_BITREVERSE=y
@@ -47,6 +48,18 @@ CONFIG_CPU_SUPPORTS_HIGHMEM=y
# CONFIG_CPU_TX39XX is not set
# CONFIG_CPU_TX49XX is not set
# CONFIG_CPU_VR41XX is not set
+CONFIG_CRYPTO_BLKCIPHER=y
+CONFIG_CRYPTO_BLKCIPHER2=y
+CONFIG_CRYPTO_DEV_IFXMIPS=y
+CONFIG_CRYPTO_DEV_IFXMIPS_AES=y
+# CONFIG_CRYPTO_DEV_IFXMIPS_ARC4 is not set
+CONFIG_CRYPTO_DEV_IFXMIPS_DES=y
+# CONFIG_CRYPTO_DEV_IFXMIPS_MD5_HMAC is not set
+CONFIG_CRYPTO_DEV_IFXMIPS_SHA1=y
+# CONFIG_CRYPTO_DEV_IFXMIPS_SHA1_HMAC is not set
+CONFIG_CRYPTO_HW=y
+CONFIG_CRYPTO_RNG2=y
+CONFIG_CRYPTO_WORKQUEUE=y
CONFIG_CSRC_R4K=y
CONFIG_CSRC_R4K_LIB=y
CONFIG_DECOMPRESS_LZMA=y
@@ -89,6 +102,8 @@ CONFIG_IFXMIPS_PROM_ASC1=y
CONFIG_IFXMIPS_WDT=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_IRQ_CPU=y
+# CONFIG_ISDN_CAPI is not set
+# CONFIG_ISDN_I4L is not set
CONFIG_KALLSYMS=y
CONFIG_LEDS_GPIO=y
CONFIG_LEDS_IFXMIPS=y
diff --git a/target/linux/ifxmips/danube/config-2.6.32 b/target/linux/ifxmips/danube/config-2.6.32
index 0916180c3..54a32daaa 100644
--- a/target/linux/ifxmips/danube/config-2.6.32
+++ b/target/linux/ifxmips/danube/config-2.6.32
@@ -11,6 +11,7 @@ CONFIG_ARCH_REQUIRE_GPIOLIB=y
# CONFIG_ARCH_SUPPORTS_MSI is not set
CONFIG_ARCH_SUPPORTS_OPROFILE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
+CONFIG_ATM=y
# CONFIG_BCM47XX is not set
# CONFIG_BCM63XX is not set
CONFIG_BITREVERSE=y
diff --git a/target/linux/ifxmips/danube/config-2.6.33 b/target/linux/ifxmips/danube/config-2.6.33
index 40defa684..7aeb8f869 100644
--- a/target/linux/ifxmips/danube/config-2.6.33
+++ b/target/linux/ifxmips/danube/config-2.6.33
@@ -11,6 +11,7 @@ CONFIG_ARCH_REQUIRE_GPIOLIB=y
# CONFIG_ARCH_SUPPORTS_MSI is not set
CONFIG_ARCH_SUPPORTS_OPROFILE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
+CONFIG_ATM=y
# CONFIG_BCM47XX is not set
# CONFIG_BCM63XX is not set
CONFIG_BITREVERSE=y
diff --git a/target/linux/ifxmips/danube/target.mk b/target/linux/ifxmips/danube/target.mk
index c23f6b27f..5243ce69f 100644
--- a/target/linux/ifxmips/danube/target.mk
+++ b/target/linux/ifxmips/danube/target.mk
@@ -4,6 +4,6 @@ BOARDNAME:=Danube
FEATURES:=squashfs jffs2
define Target/Description
- Infineon Danube
+ Lantiq Danube
endef