diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-11-12 22:46:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-11-12 22:46:56 +0000 |
commit | e934367bfdbbe7c6376c5c3c45e039b2136f0bdc (patch) | |
tree | f5e02ec0fdf133543157361ec10df9bccad8c95d /openwrt | |
parent | bde62dddaf1d56dcbed0db3e2941a6f7ccc6bb84 (diff) | |
download | mtk-20170518-e934367bfdbbe7c6376c5c3c45e039b2136f0bdc.zip mtk-20170518-e934367bfdbbe7c6376c5c3c45e039b2136f0bdc.tar.gz mtk-20170518-e934367bfdbbe7c6376c5c3c45e039b2136f0bdc.tar.bz2 |
fix typo in kernel module configuration
SVN-Revision: 2462
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/target/linux/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/Config.in b/openwrt/target/linux/Config.in index cd7feba..3d9abdf 100644 --- a/openwrt/target/linux/Config.in +++ b/openwrt/target/linux/Config.in @@ -525,14 +525,14 @@ config BR2_PACKAGE_KMOD_NET_AIRO and Cisco proprietary API, so both the Linux Wireless Tools and the Cisco Linux utilities can be used to configure the card. -config BR2_PACKAGE_KMOD_E100 +config BR2_PACKAGE_KMOD_NET_E100 prompt "kmod-net-e100..................... Intel(R) PRO/100+ cards kernel support" tristate default m help Intel(R) PRO/100+ cards kernel support -config BR2_PACKAGE_KMOD_B44 +config BR2_PACKAGE_KMOD_NET_B44 prompt "kmod-net-b44...................... Broadcom 44XX, 47XX ethernet driver" tristate default m |