diff options
author | bschmidt <bschmidt@FreeBSD.org> | 2012-03-13 21:25:25 +0000 |
---|---|---|
committer | bschmidt <bschmidt@FreeBSD.org> | 2012-03-13 21:25:25 +0000 |
commit | 5e42a47a6830fc5f68aba2e93ac2c686d544c4c4 (patch) | |
tree | 4731d56a5ace25d1efe52f6ee37d6977186f5050 /sys/modules/ralfw | |
parent | 7a4c65ea4e7ef2c7842c0aca5900eac1ade81752 (diff) | |
download | FreeBSD-src-5e42a47a6830fc5f68aba2e93ac2c686d544c4c4.zip FreeBSD-src-5e42a47a6830fc5f68aba2e93ac2c686d544c4c4.tar.gz |
Update the rt2860's firmware and add a Makefile for the module. While
here remove the ucode header file which was used to generate the fw files
but by now is outdated.
Reviewed by: ray
Obtained from: OpenBSD
Diffstat (limited to 'sys/modules/ralfw')
-rw-r--r-- | sys/modules/ralfw/Makefile | 2 | ||||
-rw-r--r-- | sys/modules/ralfw/rt2860/Makefile | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/sys/modules/ralfw/Makefile b/sys/modules/ralfw/Makefile index b00aabe..3db53ad 100644 --- a/sys/modules/ralfw/Makefile +++ b/sys/modules/ralfw/Makefile @@ -1,5 +1,5 @@ # $FreeBSD$ -SUBDIR= rt2561 rt2561s rt2661 +SUBDIR= rt2561 rt2561s rt2661 rt2860 .include <bsd.subdir.mk> diff --git a/sys/modules/ralfw/rt2860/Makefile b/sys/modules/ralfw/rt2860/Makefile new file mode 100644 index 0000000..b0624a4 --- /dev/null +++ b/sys/modules/ralfw/rt2860/Makefile @@ -0,0 +1,5 @@ +# $FreeBSD$ + +IMG= rt2860 + +.include <bsd.kmod.mk> |