1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 00:53:43 +02:00

remove bogus dependency, fix a few cosmetic bugs

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7719 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-06-25 04:04:28 +00:00
parent 9a9d15ed06
commit d3f44b49b3

View File

@ -21,8 +21,8 @@ endif
define KernelPackage/mac80211
SUBMENU:=Wireless Drivers
TITLE:=DeviceScape 802.11 Wireless Networking Stack
DEPENDS:=@LINUX_2_6 +kmod-ieee80211
TITLE:=Linux 802.11 Wireless Networking Stack
DEPENDS:=@LINUX_2_6
DESCRIPTION:=\
This package contains the DeviceScape 80211 wireless stack.
VERSION:=$(PKG_RELEASE)+$(LINUX_VERSION)-$(BOARD)-$(LINUX_RELEASE)
@ -32,7 +32,7 @@ define KernelPackage/mac80211
$(PKG_BUILD_DIR)/mac80211/rc80211_lowest.$(LINUX_KMOD_SUFFIX) \
$(PKG_BUILD_DIR)/mac80211/rc80211_simple.$(LINUX_KMOD_SUFFIX) \
$(PKG_BUILD_DIR)/wireless/cfg80211.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,20,cfg80211 mac80211 rc80211_lowest rc80211_simple)
AUTOLOAD:=$(call AutoLoad,20,cfg80211 mac80211 rc80211_simple)
endif
endef