diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-01-03 17:28:58 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-01-03 17:28:58 +0000 |
commit | 448b48be7176109797ba44fbb1118f74d83fed61 (patch) | |
tree | 35ba708f3102a4a0ccbf4c0e133b5b73c2ec92a6 /toolchain/uClibc/config/mipsel | |
parent | e24a2c449aa15840c61a3d2553ec32db0d0871ba (diff) | |
download | upstream-448b48be7176109797ba44fbb1118f74d83fed61.tar.gz upstream-448b48be7176109797ba44fbb1118f74d83fed61.tar.bz2 upstream-448b48be7176109797ba44fbb1118f74d83fed61.zip |
[uClibc] enable netlink support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13839 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc/config/mipsel')
-rw-r--r-- | toolchain/uClibc/config/mipsel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uClibc/config/mipsel b/toolchain/uClibc/config/mipsel index 0603a5a35e..5d7a43daa5 100644 --- a/toolchain/uClibc/config/mipsel +++ b/toolchain/uClibc/config/mipsel @@ -116,7 +116,7 @@ UCLIBC_HAS_IPV6=y UCLIBC_HAS_RPC=y UCLIBC_HAS_FULL_RPC=y # UCLIBC_HAS_REENTRANT_RPC is not set -# UCLIBC_USE_NETLINK is not set +UCLIBC_USE_NETLINK=y UCLIBC_HAS_BSD_RES_CLOSE=y # |