diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-01-30 23:26:17 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-01-30 23:26:17 +0000 |
commit | 5cb8e309bf35d215b054ee9763b2791b5b012135 (patch) | |
tree | 1791ca57d967b687d661ea387a0ffb412de7db48 | |
parent | cb6ae8cb76641181d435bdb4220119343892e3f5 (diff) | |
download | upstream-5cb8e309bf35d215b054ee9763b2791b5b012135.tar.gz upstream-5cb8e309bf35d215b054ee9763b2791b5b012135.tar.bz2 upstream-5cb8e309bf35d215b054ee9763b2791b5b012135.zip |
the Magicbox doesn't have gigabit ethernet
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10330 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 895742a4fb..b2029e7889 100644 --- a/target/linux/magicbox/config-default +++ b/target/linux/magicbox/config-default @@ -132,7 +132,7 @@ CONFIG_MTD_PHYSMAP_START=0xffc00000 # CONFIG_NATSEMI is not set # CONFIG_NE2K_PCI is not set # CONFIG_NET_VENDOR_3COM is not set -CONFIG_NETDEV_1000=y +# CONFIG_NETDEV_1000 is not set CONFIG_NOT_COHERENT_CACHE=y # CONFIG_NVRAM is not set # CONFIG_PCIPCWATCHDOG is not set |