aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/linux-2.4/config/ar7
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-07-09 15:05:01 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-07-09 15:05:01 +0000
commit30c5c6daec4d417ca30f9f25592928d9078796f5 (patch)
tree6ef5665822c95a1f36a46534ef92da7677fb7c1a /target/linux/linux-2.4/config/ar7
parentd6bee076c7235064beb1ca45043c9e12017e1a73 (diff)
downloadmaster-187ad058-30c5c6daec4d417ca30f9f25592928d9078796f5.tar.gz
master-187ad058-30c5c6daec4d417ca30f9f25592928d9078796f5.tar.bz2
master-187ad058-30c5c6daec4d417ca30f9f25592928d9078796f5.zip
some additions to the ar7 system code, added cpmac network driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1383 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/linux-2.4/config/ar7')
-rw-r--r--target/linux/linux-2.4/config/ar78
1 files changed, 7 insertions, 1 deletions
diff --git a/target/linux/linux-2.4/config/ar7 b/target/linux/linux-2.4/config/ar7
index 34af62c5ff..d1b474246e 100644
--- a/target/linux/linux-2.4/config/ar7
+++ b/target/linux/linux-2.4/config/ar7
@@ -166,7 +166,7 @@ CONFIG_BINFMT_ELF=y
# CONFIG_BINFMT_MISC is not set
# CONFIG_OOM_KILLER is not set
CONFIG_CMDLINE_BOOL=y
-CONFIG_CMDLINE="root=/dev/mtdblock0 console=ttyS0,38400 rootfstype=squashfs,jffs2 init=/etc/preinit noinitrd"
+CONFIG_CMDLINE="root=/dev/mtdblock0 rootfstype=squashfs,jffs2 init=/etc/preinit noinitrd"
#
# Memory Technology Devices (MTD)
@@ -605,6 +605,12 @@ CONFIG_NET_RANDOM=y
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
+CONFIG_MIPS_AVALANCHE_CPMAC=m
+CONFIG_MIPS_CPMAC_INIT_BUF_MALLOC=y
+CONFIG_MIPS_CPMAC_PORTS=1
+CONFIG_AVALANCHE_CPMAC_AUTO=y
+# CONFIG_AVALANCHE_LOW_CPMAC is not set
+# CONFIG_AVALANCHE_HIGH_CPMAC is not set
# CONFIG_SUNLANCE is not set
# CONFIG_SUNBMAC is not set
# CONFIG_SUNQE is not set