mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 22:21:51 +02:00
Typo, should be kmod-madwifi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12288 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
441270778b
commit
9675ea9c59
@ -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