mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 02:48:26 +02:00
depend on madwifi, fix madwifi makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1890 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
06de1e3ea7
commit
ed1f8255c0
@ -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
Block a user