mirror of https://github.com/hak5/openwrt.git
parent
c2a0767914
commit
93a8e93521
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue