diff options
Diffstat (limited to 'openwrt/target/linux/package')
-rw-r--r-- | openwrt/target/linux/package/madwifi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/madwifi/Makefile b/openwrt/target/linux/package/madwifi/Makefile index 732cd4525..e108eebe5 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 |