diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-12 22:46:56 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-12 22:46:56 +0000 |
commit | e16ddb4ca0aa163e71874c5f4038ab9a7065850e (patch) | |
tree | 3884610547fe0df1f9df7febb0828752f0b790f0 /openwrt | |
parent | 02d9502e2cd048f971470754c0fe7821005c6802 (diff) |
fix typo in kernel module configuration
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2462 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 cd7febae71..3d9abdf749 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 |