diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-12-20 09:33:12 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2006-12-20 09:33:12 +0000 |
commit | 122f6f8f53b54973bf195dedc192ec3b452fb6d6 (patch) | |
tree | 20ce7fd12b04fa0eee622dc31dc3e6ac46b0ed6e /target | |
parent | a2e33ed46cbe1ac706bd5177df164f3e2d529908 (diff) | |
download | upstream-122f6f8f53b54973bf195dedc192ec3b452fb6d6.tar.gz upstream-122f6f8f53b54973bf195dedc192ec3b452fb6d6.tar.bz2 upstream-122f6f8f53b54973bf195dedc192ec3b452fb6d6.zip |
Compiled the ixp4xx on-board network support into the kernel, so that auto-loading of the microcode from another flash partition will work.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5880 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ixp4xx-2.6/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ixp4xx-2.6/config b/target/linux/ixp4xx-2.6/config index 56c67f0358..69c26909fe 100644 --- a/target/linux/ixp4xx-2.6/config +++ b/target/linux/ixp4xx-2.6/config @@ -830,11 +830,11 @@ CONFIG_IMQ_NUM_DEVS=2 # CONFIG_NET_ETHERNET=y CONFIG_MII=y -CONFIG_IXP4XX_QMGR=m -CONFIG_IXP4XX_NPE=m +CONFIG_IXP4XX_QMGR=y +CONFIG_IXP4XX_NPE=y CONFIG_IXP4XX_NPE_FW_LOAD=y CONFIG_IXP4XX_NPE_FW_MTD=y -CONFIG_IXP4XX_MAC=m +CONFIG_IXP4XX_MAC=y # CONFIG_HAPPYMEAL is not set # CONFIG_SUNGEM is not set # CONFIG_CASSINI is not set |