diff options
author | Oliver Ertl <oliver@ertl-net.net> | 2006-01-11 01:55:28 +0000 |
---|---|---|
committer | Oliver Ertl <oliver@ertl-net.net> | 2006-01-11 01:55:28 +0000 |
commit | b8ef5a018c175113d36819b05e695dacad6a1e04 (patch) | |
tree | cf45b9e3c26a8fde33fdf1e8edf29dd98e2dd78e | |
parent | 86f451c270a78230a886c311e74129b506bf346e (diff) | |
download | mtk-20170518-b8ef5a018c175113d36819b05e695dacad6a1e04.zip mtk-20170518-b8ef5a018c175113d36819b05e695dacad6a1e04.tar.gz mtk-20170518-b8ef5a018c175113d36819b05e695dacad6a1e04.tar.bz2 |
fix madwifi-tools control file
SVN-Revision: 2898
-rw-r--r-- | openwrt/package/madwifi-tools/ipkg/madwifi-tools-base.control (renamed from openwrt/package/madwifi-tools/ipkg/madwifi-tools.control) | 2 | ||||
-rw-r--r-- | openwrt/package/madwifi-tools/ipkg/madwifi-tools-stats.control | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/openwrt/package/madwifi-tools/ipkg/madwifi-tools.control b/openwrt/package/madwifi-tools/ipkg/madwifi-tools-base.control index 08a8085..b0ff02b 100644 --- a/openwrt/package/madwifi-tools/ipkg/madwifi-tools.control +++ b/openwrt/package/madwifi-tools/ipkg/madwifi-tools-base.control @@ -1,4 +1,4 @@ -Package: madwifi-tools +Package: madwifi-tools-base Priority: optional Section: net Description: Driver utilities for Atheros 802.11a/b/g MiniPCI cards diff --git a/openwrt/package/madwifi-tools/ipkg/madwifi-tools-stats.control b/openwrt/package/madwifi-tools/ipkg/madwifi-tools-stats.control new file mode 100644 index 0000000..661354d --- /dev/null +++ b/openwrt/package/madwifi-tools/ipkg/madwifi-tools-stats.control @@ -0,0 +1,4 @@ +Package: madwifi-tools-stats +Priority: optional +Section: net +Description: Driver utilities (for statistics) for Atheros 802.11a/b/g MiniPCI cards |