diff options
author | John Crispin <john@openwrt.org> | 2011-11-22 18:50:51 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-11-22 18:50:51 +0000 |
commit | 4982ca983c94e1ed336e7b67ce5f1b5e3981b95a (patch) | |
tree | ce098ab94dd817eb2b0e3f4bc6dfb1982551462d /target/linux/lantiq/patches | |
parent | aca5063d4e4599d0ee657a6045284b80684f0c38 (diff) | |
download | upstream-4982ca983c94e1ed336e7b67ce5f1b5e3981b95a.tar.gz upstream-4982ca983c94e1ed336e7b67ce5f1b5e3981b95a.tar.bz2 upstream-4982ca983c94e1ed336e7b67ce5f1b5e3981b95a.zip |
lantiq: * fixes ath5k eeprom handling * fixes sx76x * adds sx76x to userland api * minor style cleanups
Signed-of-by: Andrej Vlašić <andrej.vlasic0@gmail.com>
SVN-Revision: 29292
Diffstat (limited to 'target/linux/lantiq/patches')
-rw-r--r-- | target/linux/lantiq/patches/211-devices.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/patches/211-devices.patch b/target/linux/lantiq/patches/211-devices.patch index dd028063f3..eefb9c9dad 100644 --- a/target/linux/lantiq/patches/211-devices.patch +++ b/target/linux/lantiq/patches/211-devices.patch @@ -49,7 +49,7 @@ Index: linux-3.1.1/arch/mips/lantiq/xway/Makefile @@ -1,5 +1,7 @@ obj-y := sysctrl.o reset.o gpio.o gpio_stp.o gpio_ebu.o devices.o dma.o nand.o timer.o -+obj-y += dev-dwc_otg.o dev-wifi-rt2x00.o ++obj-y += dev-dwc_otg.o dev-wifi-rt2x00.o dev-wifi-ath5k.o + obj-$(CONFIG_SOC_XWAY) += clk-xway.o prom-xway.o obj-$(CONFIG_SOC_AMAZON_SE) += clk-ase.o prom-ase.o |