aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-09-10 17:23:40 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-09-10 17:23:40 +0000
commit7d36686e5f9c816d9f51f4a1fe05f6cb77cef3fc (patch)
treede622bce57ba2d1be77a580d16ec68b24ea8f85a
parent4c5b5c560ecbcd3065822f8240639ec10300a518 (diff)
downloadupstream-7d36686e5f9c816d9f51f4a1fe05f6cb77cef3fc.tar.gz
upstream-7d36686e5f9c816d9f51f4a1fe05f6cb77cef3fc.tar.bz2
upstream-7d36686e5f9c816d9f51f4a1fe05f6cb77cef3fc.zip
depend on madwifi, fix madwifi makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1890 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 22b2f8dbd1d..e4189bd5c23 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 732cd45251e..e108eebe5aa 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