Madwifi has a major problem with 802.11a sensitivity that makes it
pretty much useless for long links.
(the entire sorry tale can be seen in this bug :
http://madwifi.org/ticket/705)
I'm wondering if there is any prospect of making a 'fixed' madwifi that
is compatible with OpenWrt. This appears
I guess sometimes I'm blind.. I trying to implement this, thanks for
your hint!
>> update lcd4linux to the latest svn version
>>
>> Signed-off-by: Michael Vogt
>
> I think the Makefile should be made configurable in a way like the
> ffmpeg package is for the lcd4linux plugins.
>
> See: https
I agree about selecting each plugin via menu would be nice. But for
example ffmpeg just combine 3 different applications/libs into one
Makefile, so ffmpeg is not really configurable.
If there is a solution to select each plugin and driver via menu, I
would be glad to use this in the Makefile
> update lcd4linux to the latest svn version
>
> Signed-off-by: Michael Vogt
I think the Makefile should be made configurable in a way like the ffmpeg
package is for the lcd4linux plugins.
See: https://dev.openwrt.org/browser/packages/multimedia/ffmpeg
_
update lcd4linux to the latest svn version
Signed-off-by: Michael Vogt
Index: lcd4linux/Makefile
===
--- lcd4linux/Makefile (revision 10911)
+++ lcd4linux/Makefile (working copy)
@@ -9,9 +9,9 @@
include $(TOPDIR)/rules.mk
PKG_NA
this library is useful for hacked picframe displays. you can use this
lib also with lcd4linux. check http://picframe.spritesserver.nl/wiki
for more information.
Signed-off-by: Michael Vogt
Index: st2205tool/patches/120-setpic-makefile.patch
===
remove the useless passkey-agent tool - this is just a working example
for coders without any use.
Signed-off-by: Michael Vogt
Index: bluez-utils/Makefile
===
--- bluez-utils/Makefile (revision 10911)
+++ bluez-utils/Makefile (wor