diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-28 23:22:47 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-28 23:22:47 +0200 |
commit | 02fa287d32bea0c3c92e370c919c08138884fa67 (patch) | |
tree | 625addc5a18d64db5bf802f86a8125175562d04e /target | |
parent | 2e006cc96290a7728df34a6c8e8396435e8a8c5f (diff) | |
parent | eb443d5b254293f18479b3e84043ebe3958ad545 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target')
-rw-r--r-- | target/alix1c/kernel.config | 8 | ||||
-rw-r--r-- | target/toolchain-armel/target.mk | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/target/alix1c/kernel.config b/target/alix1c/kernel.config index f51eec9a9..b88ea2b85 100644 --- a/target/alix1c/kernel.config +++ b/target/alix1c/kernel.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.33 -# Sat Feb 27 10:02:09 2010 +# Sun Mar 14 12:49:26 2010 # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -683,7 +683,11 @@ CONFIG_VIA_RHINE_MMIO=y # CONFIG_NETDEV_1000 is not set # CONFIG_NETDEV_10000 is not set # CONFIG_TR is not set -# CONFIG_WLAN is not set +CONFIG_WLAN=y +# CONFIG_AIRO is not set +# CONFIG_ATMEL is not set +# CONFIG_PRISM54 is not set +# CONFIG_HOSTAP is not set # # Enable WiMAX (Networking options) to see the WiMAX drivers diff --git a/target/toolchain-armel/target.mk b/target/toolchain-armel/target.mk index c1d2d8136..a15355b74 100644 --- a/target/toolchain-armel/target.mk +++ b/target/toolchain-armel/target.mk @@ -1,5 +1,5 @@ ARCH:= arm -CPU_ARCH:= armel +CPU_ARCH:= armle KERNEL_VERSION:= 2.6.33 KERNEL_RELEASE:= 1 KERNEL_MD5SUM:= c3883760b18d50e8d78819c54d579b00 |