summaryrefslogtreecommitdiff
path: root/openwrt/target
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-10 17:23:40 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-10 17:23:40 +0000
commit71c1210234c7cb3e446b174304a73e5967236fb1 (patch)
treede622bce57ba2d1be77a580d16ec68b24ea8f85a /openwrt/target
parent3930356282932bcebf168bdbae54e5f3706f8051 (diff)
depend on madwifi, fix madwifi makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1890 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target')
-rw-r--r--openwrt/target/linux/Config.in1
-rw-r--r--openwrt/target/linux/package/madwifi/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/target/linux/Config.in b/openwrt/target/linux/Config.in
index 22b2f8dbd1..e4189bd5c2 100644
--- a/openwrt/target/linux/Config.in
+++ b/openwrt/target/linux/Config.in
@@ -53,6 +53,7 @@ config BR2_LINUX_2_6_BRCM
depends BR2_mipsel
depends BR2_LINUX_2_6
select BR2_PACKAGE_KMOD_B44
+ select BR2_PACKAGE_KMOD_MADWIFI
help
Build firmware images for Broadcom based routers
(e.g. Netgear WGT634u)
diff --git a/openwrt/target/linux/package/madwifi/Makefile b/openwrt/target/linux/package/madwifi/Makefile
index 732cd45251..e108eebe5a 100644
--- a/openwrt/target/linux/package/madwifi/Makefile
+++ b/openwrt/target/linux/package/madwifi/Makefile
@@ -28,7 +28,7 @@ ifeq ($(ARCH),i386)
HAL_TARGET:=i386-elf
endif
-ifeq ($(LINUX_VERSION),2.4.30)
+ifeq ($(KERNEL),2.4)
MODUL_SUFFIX=o
else
MODUL_SUFFIX=ko