[OpenWrt-Devel] Support for Mikrotik 75x family of routers

2012-03-18 Thread Hanno Schupp
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

[OpenWrt-Devel] [PATCH] wavemon: Bump to v0.7.4

2012-03-18 Thread Jonathan McCrohan
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

Re: [OpenWrt-Devel] patch to enable building of uuencode applet for busybox

2012-03-18 Thread i iordanov
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

Re: [OpenWrt-Devel] patch to enable building of uuencode applet for busybox

2012-03-18 Thread Philip Prindeville
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

Re: [OpenWrt-Devel] [PATCH] parted disc partitioning utility

2012-03-18 Thread Jo-Philipp Wich
-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

[OpenWrt-Devel] patch to enable building of uuencode applet for busybox

2012-03-18 Thread i iordanov
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

Re: [OpenWrt-Devel] [OpenWrt-Commits] r30966 - trunk/target/linux/x86

2012-03-18 Thread Philip Prindeville
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

[OpenWrt-Devel] [PATCH] Add munin to /etc/services

2012-03-18 Thread Jonathan McCrohan
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