From: Felix Fietkau Date: Mon, 25 Jun 2007 04:04:28 +0000 (+0000) Subject: remove bogus dependency, fix a few cosmetic bugs X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d4f72b61ba079f11f4197b23ba35b05bfe9061e1;p=openwrt%2Fstaging%2Fansuel.git remove bogus dependency, fix a few cosmetic bugs SVN-Revision: 7719 --- diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 7514fb9108..6efa9ab36a 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -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