diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-09-10 17:23:40 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-09-10 17:23:40 +0000 |
commit | 93a8e93521c9e8bcb8d854d3b2737f2d2056a935 (patch) | |
tree | de622bce57ba2d1be77a580d16ec68b24ea8f85a /openwrt | |
parent | c2a07679143e5a4c0b2f1150392e7aa3c8f1fd95 (diff) | |
download | mtk-20170518-93a8e93521c9e8bcb8d854d3b2737f2d2056a935.zip mtk-20170518-93a8e93521c9e8bcb8d854d3b2737f2d2056a935.tar.gz mtk-20170518-93a8e93521c9e8bcb8d854d3b2737f2d2056a935.tar.bz2 |
depend on madwifi, fix madwifi makefile
SVN-Revision: 1890
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/target/linux/Config.in | 1 | ||||
-rw-r--r-- | openwrt/target/linux/package/madwifi/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/target/linux/Config.in b/openwrt/target/linux/Config.in index 22b2f8d..e4189bd 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 732cd45..e108eeb 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 |