diff options
-rw-r--r-- | conf/machine/dht-walnut.conf | 9 | ||||
-rw-r--r-- | packages/linux/ixp4xx-kernel/2.6.20/defconfig | 2 |
2 files changed, 9 insertions, 2 deletions
diff --git a/conf/machine/dht-walnut.conf b/conf/machine/dht-walnut.conf index 244a89a6b3..385e2eb3cb 100644 --- a/conf/machine/dht-walnut.conf +++ b/conf/machine/dht-walnut.conf @@ -7,9 +7,16 @@ PACKAGE_ARCHS = "all powerpc ${MACHINE}" PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" +MACHINE_FEATURES = "kernel26 ext2" +MACHINE_TASK_PROVIDER = "task-base" + TARGET_CPU = "405" -OLDEST_KERNEL = "2.6.9" +OLDEST_KERNEL = "2.6.12" #tune for the 405 cpu require conf/machine/include/tune-ppc405.conf + + +SERIAL_CONSOLE = "115200 ttyS0" + diff --git a/packages/linux/ixp4xx-kernel/2.6.20/defconfig b/packages/linux/ixp4xx-kernel/2.6.20/defconfig index 255d952cb9..a7cdacc960 100644 --- a/packages/linux/ixp4xx-kernel/2.6.20/defconfig +++ b/packages/linux/ixp4xx-kernel/2.6.20/defconfig @@ -251,7 +251,7 @@ CONFIG_NET=y # Networking options # # CONFIG_NETDEBUG is not set -CONFIG_PACKET=m +CONFIG_PACKET=y CONFIG_PACKET_MMAP=y CONFIG_UNIX=y CONFIG_XFRM=y |