mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 10:46:41 +00:00
Typo, should be kmod-madwifi
SVN-Revision: 12288
This commit is contained in:
parent
468c38a112
commit
89a9d76c8b
@ -11,9 +11,9 @@ BOARD:=rb532
|
||||
BOARDNAME:=Mikrotik RouterBoard 532
|
||||
FEATURES:=jffs2 pci tgz
|
||||
|
||||
LINUX_VERSION:=2.6.23.17
|
||||
LINUX_VERSION:=2.6.24.7
|
||||
|
||||
include $(INCLUDE_DIR)/target.mk
|
||||
DEFAULT_PACKAGES += madwifi
|
||||
DEFAULT_PACKAGES += kmod-madwifi
|
||||
|
||||
$(eval $(call BuildTarget))
|
||||
|
@ -47,7 +47,6 @@
|
||||
#include <asm/rc32434/rc32434.h>
|
||||
|
||||
static unsigned long r4k_offset; /* Amount to incr compare reg each time */
|
||||
static unsigned long r4k_cur; /* What counter should be at next timer irq */
|
||||
extern unsigned int mips_hpt_frequency;
|
||||
extern unsigned int idt_cpu_freq;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user