Skip to content
Snippets Groups Projects
  1. Jan 29, 2012
  2. Jan 28, 2012
  3. Jan 27, 2012
  4. Jan 26, 2012
  5. Jan 25, 2012
    • juhosg's avatar
      mac80211: enable support for RaLink Rt53xx USB devices in rt2800usb · 252a2d10
      juhosg authored
      
      Hi!
      
      On Mon, Nov 14, 2011 at 03:01:34PM +0100, Daniel Golle wrote:
      > The driver works quite nice and stable for me using a RaLink Rt5370 USB device.
      >
      > Signed-off-by: default avatarDaniel Golle <dgolle@allnet.de>
      >
      > Index: package/mac80211/Makefile
      > ===================================================================
      > --- package/mac80211/Makefile	(revision 29114)
      > +++ package/mac80211/Makefile	(working copy)
      > @@ -1147,6 +1147,7 @@
      >  	CONFIG_RT2800_LIB=$(if $(CONFIG_PACKAGE_kmod-rt2800-lib),m) \
      >  	CONFIG_RT2800PCI=$(if $(CONFIG_PACKAGE_kmod-rt2800-pci),m) \
      >  	CONFIG_RT2800USB=$(if $(CONFIG_PACKAGE_kmod-rt2800-usb),m) \
      > +	CONFIG_RT2800USB_RT53XX=$(if $(CONFIG_PACKAGE_kmod-rt2800-usb),y) \
      >  	CONFIG_RTL8180=$(if $(CONFIG_PACKAGE_kmod-rtl8180),m) \
      >  	CONFIG_RTL8187=$(if $(CONFIG_PACKAGE_kmod-rtl8187),m) \
      >  	CONFIG_RTL8192CE= \
      
      Aparently this was wrong, CONFIG_RT2800USB_RT53XX is supposed to live in
      BUILDARGS rather than MAKE_OPTS to actually get support for the Rt5370.
      Thanks to actmnophn for the hint!
      
      This reverts changeset 29116 and adds it to the right section in the Makefile.
      
      Signed-off-by: default avatarDaniel Golle <dgolle@allnet.de>
      
      git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29906 3c298f89-4303-0410-b956-a3cf2f4a3e73
      252a2d10
    • juhosg's avatar
      ar71xx: TL-MR3020: fix board detection, fix missing mandatory package and modify LED behaviour · 0bca69f7
      juhosg authored
      
      This patch fixes the board detection of the TL-MR3020.
      
      The LED behaviour has also been modified:
      * The WPS LED is the diag LED now.
      * A netdev trigger for the LAN LED has been added.
      
      The profile of the TL-MR3020 has been updated because the needed package
      "kmod-ledtrig-usbdev" was missing which resulted in a non-working usbdev
      trigger for the 3G/USB LED.
      
      [juhosg: the board name changes has been removed, and the kernel files
      has been changed instead.]
      
      Signed-off-by: default avatarChristian Cier-Zniewski <c.cier@gmx.de>
      
      git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29905 3c298f89-4303-0410-b956-a3cf2f4a3e73
      0bca69f7
    • juhosg's avatar
      ar71xx: TL-MR3020: fix GPIO polarity for button and switch · f6624898
      juhosg authored
      
      This patch fixes the GPIO polarity for the button and the sliding
      switch. The buttons are not active low. "Pressed" and "Released"
      events are wrong without the patch.
      
      Signed-off-by: default avatarChristian Cier-Zniewski <c.cier@gmx.de>
      
      git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29904 3c298f89-4303-0410-b956-a3cf2f4a3e73
      f6624898
  6. Jan 24, 2012
Loading