diff options
author | John Crispin <john@openwrt.org> | 2015-07-07 13:47:45 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-07-07 13:47:45 +0000 |
commit | 81a7f0382f4b40a4ab86516e92f29a6153b03c52 (patch) | |
tree | 8dc4110c12d14898d218f585cc6ceaedbed181bd /package/kernel/linux/modules | |
parent | f7ffbbc5fcb6e117a19b88f6e81cfb6fa038033a (diff) | |
download | upstream-81a7f0382f4b40a4ab86516e92f29a6153b03c52.tar.gz upstream-81a7f0382f4b40a4ab86516e92f29a6153b03c52.tar.bz2 upstream-81a7f0382f4b40a4ab86516e92f29a6153b03c52.zip |
kernel: move wpan to separate menu
bluetooth is separate from 802.11 entries too
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 46242
Diffstat (limited to 'package/kernel/linux/modules')
-rw-r--r-- | package/kernel/linux/modules/wpan.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/wpan.mk b/package/kernel/linux/modules/wpan.mk index 6b07809b32..9ba5631807 100644 --- a/package/kernel/linux/modules/wpan.mk +++ b/package/kernel/linux/modules/wpan.mk @@ -4,7 +4,7 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. -WPAN_MENU:=Wireless Drivers +WPAN_MENU:=WPAN 802.15.4 Support define KernelPackage/ieee802154 SUBMENU:=$(WPAN_MENU) |