diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-13 21:27:45 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-13 21:27:45 +0000 |
commit | 5dd4154ec39fbcbd7a8900ae8839f20b1dcb324b (patch) | |
tree | 132a0308395894e58ddd8977fd294f480bb3baaf /openwrt/target/linux/package/madwifi/patches | |
parent | 7a70a65ff1fe85aff976d7ada091dcafda9375f1 (diff) |
add madwifi driver to head
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1648 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/madwifi/patches')
-rw-r--r-- | openwrt/target/linux/package/madwifi/patches/100-kernel_cflags.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/madwifi/patches/100-kernel_cflags.patch b/openwrt/target/linux/package/madwifi/patches/100-kernel_cflags.patch new file mode 100644 index 000000000..d1be56bd3 --- /dev/null +++ b/openwrt/target/linux/package/madwifi/patches/100-kernel_cflags.patch @@ -0,0 +1,22 @@ +diff -urN madwifi.old/Makefile madwifi.dev/Makefile +--- madwifi.old/Makefile 2005-07-13 02:35:11.000000000 +0200 ++++ madwifi.dev/Makefile 2005-08-13 22:39:26.973649096 +0200 +@@ -46,7 +46,7 @@ + # NB: the order is important here + DIRS= ${ATH_HAL} ${ATH_RATE} ${WLAN} ${ATH} + +-all: configcheck ++all: + mkdir -p ${SYMBOLSDIR} + for i in ${DIRS}; do \ + $(MAKE) -C $$i || exit 1; \ +diff -urN madwifi.old/hal/public/mips-le-elf.inc madwifi.dev/hal/public/mips-le-elf.inc +--- madwifi.old/hal/public/mips-le-elf.inc 2005-08-13 22:36:45.646174000 +0200 ++++ madwifi.dev/hal/public/mips-le-elf.inc 2005-08-13 22:37:52.506010360 +0200 +@@ -63,5 +63,5 @@ + + LDOPTS= -EL + COPTS+= -DAH_BYTE_ORDER=AH_LITTLE_ENDIAN +-COPTS+= -G 0 -EL -mno-abicalls -fno-pic -mips2 -Wa,--trap \ ++COPTS+= -G 0 -EL -mno-abicalls -fno-pic -mips32 -Wa,--trap \ + -fno-strict-aliasing -fno-common -fomit-frame-pointer -mlong-calls |