diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-29 07:18:31 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-29 07:18:31 +0000 |
commit | b41c5453c17d997f5ca116374267f1552234ef06 (patch) | |
tree | 92663ce1116af619ee3b03844eac47eb52bf4a41 /openwrt/target/linux/package/alsa/patches | |
parent | dad4d0ea840f61dc912d1bb1f9118058e2cb6c23 (diff) |
add alsa kernel driver (thanks to David Collet)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1997 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/alsa/patches')
-rw-r--r-- | openwrt/target/linux/package/alsa/patches/100-kernel_cflags.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/alsa/patches/100-kernel_cflags.patch b/openwrt/target/linux/package/alsa/patches/100-kernel_cflags.patch new file mode 100644 index 000000000..08ed6ad28 --- /dev/null +++ b/openwrt/target/linux/package/alsa/patches/100-kernel_cflags.patch @@ -0,0 +1,12 @@ +diff -rNu alsa-driver-1.0.9b/Makefile.conf.in alsa-driver-1.0.9b.new/Makefile.conf.in +--- alsa-driver-1.0.9b/Makefile.conf.in 2005-04-15 23:09:33.000000000 +1000 ++++ alsa-driver-1.0.9b.new/Makefile.conf.in 2005-09-04 11:29:15.000000000 +1000 +@@ -53,6 +53,8 @@ + INCLUDE = -I$(TOPDIR)/include @EXTRA_INCLUDES@ @KERNEL_INC@ + CFLAGS = $(MODFLAGS) $(INCLUDE) $(c_opts) -Wall -Wstrict-prototypes \ + -fomit-frame-pointer -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common \ ++ -mno-abicalls -fno-pic -finline-limit=100000 -mabi=32 -march=mips32 \ ++ -Wa,-32 -Wa,-march=mips32 -Wa,-mips32 -Wa,--trap -mlong-calls \ + -pipe -DALSA_BUILD -nostdinc -iwithprefix include + ifdef CONFIG_SND_MVERSION + CFLAGS += -DMODVERSIONS -include $(CONFIG_SND_KERNELDIR)/include/linux/modversions.h |