summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatteo Croce <rootkit85@yahoo.it>2007-09-16 22:49:04 +0000
committerMatteo Croce <rootkit85@yahoo.it>2007-09-16 22:49:04 +0000
commitf25342dd7fd6c5feef043e19239d1c412ebb25ff (patch)
tree3e0d371ec17336ba1044a29ab6e5df49dee0f716
parentdcf795770cc71ec94bc02231e4f77e0313d94d77 (diff)
downloadmtk-20170518-f25342dd7fd6c5feef043e19239d1c412ebb25ff.zip
mtk-20170518-f25342dd7fd6c5feef043e19239d1c412ebb25ff.tar.gz
mtk-20170518-f25342dd7fd6c5feef043e19239d1c412ebb25ff.tar.bz2
acx: Fix Makefile
SVN-Revision: 8817
-rw-r--r--package/acx-mac80211/Makefile1
-rw-r--r--package/acx/Makefile1
2 files changed, 1 insertions, 1 deletions
diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile
index f6e8551..5578d64 100644
--- a/package/acx-mac80211/Makefile
+++ b/package/acx-mac80211/Makefile
@@ -31,6 +31,7 @@ define KernelPackage/acx-mac80211
TITLE:=ACX111 Mac80211 driver
DESCRIPTION:=Driver for acx111 cards (Mac80211 version)
DEPENDS:=@LINUX_2_6 +kmod-mac80211
+ KCONFIG:=CONFIG_MAC80211
FILES:=$(PKG_BUILD_DIR)/acx-mac80211.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,acx-mac80211)
endef
diff --git a/package/acx/Makefile b/package/acx/Makefile
index a0e087a..f09bd44 100644
--- a/package/acx/Makefile
+++ b/package/acx/Makefile
@@ -46,7 +46,6 @@ $(STAMP_BUILT): $(DL_DIR)/$(PKG_FW_NAME)
$(DL_DIR)/$(PKG_FW_NAME):
$(SCRIPT_DIR)/download.pl "$(DL_DIR)" "$(PKG_FW_NAME)" "$(PKG_FW_MD5SUM)" $(PKG_FW_URL)
-
define Build/Compile
$(MAKE) -C $(LINUX_DIR) \
SUBDIRS="$(PKG_BUILD_DIR)" \