Dear ar71xx developers,
the new support of the AR8327 switch chip with revision 31011
(generic: ar8216: add support for the AR8327 chip) opens up the
possibility to support the whole family of Mikrotik RB75x routers:
RB750 (already supported by OpenWrt), RB750G(superseded by RB750GL),
RB750GL, RB7
Signed-off-by: Jonathan McCrohan
---
net/wavemon/Makefile |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/wavemon/Makefile b/net/wavemon/Makefile
index 14b099b..9724879 100644
--- a/net/wavemon/Makefile
+++ b/net/wavemon/Makefile
@@ -8,12 +8,12 @@
include $(TOPDI
Hi Philip,
On Sun, Mar 18, 2012 at 5:46 PM, Philip Prindeville
wrote:
> Why is voicemail encoding using uuencode and not base64???
Well, it can be either. I use uuencode with the "-m" option which
makes it output base64 encoding:
-m, --base64use base64 encoding as of RFC1521
If you prefe
Why is voicemail encoding using uuencode and not base64???
On 3/18/12 3:23 PM, i iordanov wrote:
> Hello,
>
> The package luci-app-pbx-voicemail needs uuencode which is unavailable
> in busybox. I need it in order to encode binary attachments
> (voicemail) to send by email. Including uuencode wi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
I now looked over the patch and have a couple of comments.
First of all, I added GPT support to the trunk kernel config a few days
ago, so it should be always there by now.
I don't like conditional compilation of kernel features triggered by a
us
Hello,
The package luci-app-pbx-voicemail needs uuencode which is unavailable
in busybox. I need it in order to encode binary attachments
(voicemail) to send by email. Including uuencode will naturally enable
OpenWRT machines to send binary email attachments of other kinds as
well.
Enabling uuenc
Why is this going into x86 and not x86/generic?
On 3/17/12 3:32 PM, openwrt-comm...@openwrt.org wrote:
> Author: ryd
> Date: 2012-03-17 22:32:08 +0100 (Sat, 17 Mar 2012)
> New Revision: 30966
>
> Modified:
>trunk/target/linux/x86/config-default
> Log:
> Enable keyboard for x86
>
> This is r
The muninlite postinst fails to add munin to /etc/services.
This patch removes this broken postinst and add an entry for munin in
/etc/services. This should have been done when the rest of the
/etc/services postinsts were being removed (changesets 26142-26149).
Signed-off-by: Jonathan McCrohan