[OpenWrt-Devel] [PATCH] Madwifi country code settings

2011-01-22 Thread Manuel Munz
Hi, at the moment we need to set countrycode in different formats for madwifi (e.g. 276) and broadcom (e.g. DE). I would suggest to add the following patch which translates countrycodes from two-letter codes to numeric codes for madwifi. Imo that would make things easier and more consistent. What

Re: [OpenWrt-Devel] luci in r25892

2011-03-06 Thread Manuel Munz
On 06.03.2011 23:55, Jim Henderson wrote: > /usr/sbin/uhttpd: can't resolve symbol '__fpcmp_parts_f' There is already a ticket for that: https://dev.openwrt.org/ticket/8959 Regards, soma signature.asc Description: OpenPGP digital signature ___ openwr

[OpenWrt-Devel] [REPOST] [PATCH] Madwifi country code settings

2011-03-25 Thread Manuel Munz
Hi again, because there was no reply to my mail from 22.01.2011 i post it here again, hoping it will get a bit more attention this time. --- Original Message --- Hi, at the moment we need to set countrycode in different formats for madwifi (e.g. 276) and broadcom (e.g. DE). I would suggest to a

Re: [OpenWrt-Devel] freifunk-p2pblock not working properly since firewall change in

2011-05-13 Thread Manuel Munz
On 14.05.2011 03:48, Hanno Schupp wrote: > iptables: No chain/target/match by that name. > Hi Hanno the problem was that xt_ipp2p could not be loaded because some symbols were missing: xt_ipp2p: Unknown symbol xtnu_register_match xt_ipp2p: Unknown symbol xtnu_unregister_match xt_ipp2p: Unknown

[OpenWrt-Devel] [PATCH] ipcalc.sh CIDR notation

2011-05-17 Thread Manuel Munz
Hi, the attached patch makes ipcalc.sh accept IP/Netmask combinations in CIDR notation. Before you could only do: # sh ipcalc.sh 192.168.0.0 255.255.255.0 1 10 IP=192.168.0.0 NETMASK=255.255.255.0 BROADCAST=192.168.0.255 NETWORK=192.168.0.0 PREFIX=24 START=192.168.0.1 END=192.168.0.11 with this

Re: [OpenWrt-Devel] [PATCH] hostapd.sh: Add support for "anonymous_identity" config field

2016-04-17 Thread Manuel Munz
I had the same requirement for a connection with eduroam and came up with the same solution. I also tested the patch works. Should be commited. Reviewed-by: Manuel Munz On 07.04.2016 18:21, Kevin O'Connor wrote: > The wpa_supplicant supports an "anonymous_identity" field

Re: [OpenWrt-Devel] [luci] [PATCH] luci-mod-admin-full: Add option to set anonymous_identity field

2016-04-17 Thread Manuel Munz
On 07.04.2016 18:22, Kevin O'Connor wrote: > Add support for setting the "anonymous_identity" field on EAP type > networks. > > Signed-off-by: Kevin O'Connor > --- > Tested, worked. Reviewed-By: Manuel Munz

Re: [OpenWrt-Devel] [PATCH] [luci] Improve spelling and grammar

2014-08-05 Thread Manuel Munz
Thanks, commited in http://luci.subsignal.org/trac/changeset/10467/ ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] Wondershaper uci config and modules fix

2011-06-29 Thread Manuel Munz
Hi, this patch adds uci config style for wshaper and also fixes a small problem with the loaded modules (act_police needs to be loaded). Signed-off-by: Manuel Munz Index: feeds/packages/net/wshaper/files/wshaper.htb === --- feeds

Re: [OpenWrt-Devel] [PATCH] Wondershaper uci config and modules fix

2011-06-29 Thread Manuel Munz
On 29.06.2011 15:00, Manuel Munz wrote: > Hi, > > this patch adds uci config style for wshaper and also fixes a small > problem with the loaded modules (act_police needs to be loaded). > > Signed-off-by: Manuel Munz > Oh, forgot to ask to backport this change to backf

[OpenWrt-Devel] [PATCH] Add vlan definitions for SE505v2

2011-09-07 Thread Manuel Munz
on both trunk and backfire branch and works as expected. Signed-off-by: Manuel Munz Index: target/linux/brcm47xx/base-files/etc/init.d/netconfig === --- target/linux/brcm47xx/base-files/etc/init.d/netconfig (Revision 28191

[OpenWrt-Devel] Imagebuilder - save space in image, generate package list only when needed, only build needed images

2011-09-09 Thread Manuel Munz
Hi this patch fixes 3 things in the imagebuilder, one of them is literally big: When running package_install the imagebuilder generates package list(s), which are stored in $(TARGET_DIR)/usr/lib/opkg/lists/ and then copied into the final image, which wastes around 200kB in the resulting image (or

Re: [OpenWrt-Devel] Imagebuilder - save space in image, generate package list only when needed, only build needed images

2011-09-09 Thread Manuel Munz
On 09.09.2011 18:05, Peter Naulls wrote: > On 09/09/2011 08:42 AM, Manuel Munz wrote: >> Hi >> >> this patch fixes 3 things in the imagebuilder, one of them is >> literally big: >> >> When running package_install the imagebuilder generates package list(s), &

Re: [OpenWrt-Devel] Imagebuilder - save space in image, generate package list only when needed, only build needed images

2011-09-09 Thread Manuel Munz
On 09.09.2011 19:22, Peter Naulls wrote: > On 09/09/2011 10:02 AM, Manuel Munz wrote: > >> But why is CLEAN_IPKG not >> selected by default? And can we have a backport of this to backfire? > > Why should it be? If you want it on, select it. It's the same option

Re: [OpenWrt-Devel] [PATCH] Add vlan definitions for SE505v2

2011-09-29 Thread Manuel Munz
On 07.09.2011 15:28, Manuel Munz wrote: > Hi, > > this patch adds the correct vlan definitions for the Siemens SE505v2. It > applies to trunk as well as backfire (please apply here too). On > backfire this also patches brcm-2,4, because brcm47xx base-files is just > symlinked to

Re: [OpenWrt-Devel] multiwan -- allocation of a port (i.e. vlan) for wan2

2011-10-21 Thread Manuel Munz
On 20.10.2011 22:17, Daniel A. Nagy wrote: > On 10/20/2011 09:08 PM, Brian J. Murrell wrote: >> Taking notice of https://dev.openwrt.org/changeset/20925 that looks like >> the bits needs to manage the balancing and failover for multiple WAN >> ports, which is great. >> >> Is there any corresponding

Re: [OpenWrt-Devel] olsrd package 200-txtinfo_gateways_formatting.patch

2011-11-01 Thread Manuel Munz
On 01.11.2011 10:24, ZioPRoTo (Saverio Proto) wrote: > Hello, > > I'm upgrading olsrd to 0.6.2 > > I should keep this patch ? It was introduced because the output is > parsed by some web interface ? > https://dev.openwrt.org/browser/packages/net/olsrd/patches/200-txtinfo_gateways_formatting.patch

[OpenWrt-Devel] [PATCH] Add tinc init file and add conffiles

2011-11-04 Thread Manuel Munz
sysupgrade. Please consider adding these changes to backfire, too. Regards, Manuel Signed-off-by: Manuel Munz Index: net/tinc/files/tinc.init === --- net/tinc/files/tinc.init (Revision 0) +++ net/tinc/files/tinc.init (Revision 0

Re: [OpenWrt-Devel] [PATCH] Add tinc init file and add conffiles - CORRECTION: Change boot order

2011-11-04 Thread Manuel Munz
Plase use this patch instead of the last one. It uses 47 instead of 62 for the start order in the init script, this makes sure tinc is up before other services need the interfaces tinc creates. Signed-off-by: Manuel Munz Index: net/tinc/files/tinc.init

Re: [OpenWrt-Devel] [PATCH] Add tinc init file and add conffiles - CORRECTION: Change boot order

2011-11-06 Thread Manuel Munz
On 05.11.2011 01:18, Manuel Munz wrote: > Plase use this patch instead of the last one. It uses 47 instead of 62 > for the start order in the init script, this makes sure tinc is up > before other services need the interfaces tinc creates. > > Signed-off-by: Manuel Munz >

Re: [OpenWrt-Devel] [PATCH] Add tinc init file and add conffiles

2011-11-06 Thread Manuel Munz
On 06.11.2011 12:43, Linus Lüssing wrote: > Hi Manuel, hi list, > > What do you think about maybe making it a little bit more uci-ish? > This should make it easier to integrate into LuCI later for instance. > And give the possibility to reconfigure things via the uci command line > tool and script

Re: [OpenWrt-Devel] [PATCHv2] [packages] tinc: Add uci config and init files

2011-11-10 Thread Manuel Munz
meters provided in > /etc/config/tinc afterwards (the user needs to take care to not specify > non-list parameters in both uci and native config). > > Signed-off-by: Linus Lüssing Reviewed by: Manuel Munz Patch looks good and works, i'd like to see this getting submitted. Regards

Re: [OpenWrt-Devel] /dev/watchdog from shell script

2011-12-28 Thread Manuel Munz
On 28.12.2011 12:21, Florian Fainelli wrote: > > I do not think this will work better. If crond is not killed by the OOM > killer, then the watchdog keeps being kept alive, and you end up in the > same situation. Rather I think we need some kind of software monitoring > by a daemon like upstart wh

Re: [OpenWrt-Devel] About compiling results

2012-03-16 Thread Manuel Munz
On 16.03.2012 12:47, 马进 wrote: > Is "kmod-ath9k_2.6.32.27+2011-12-01-1_ar71xx.ipk" equal to "kmod-ath9k"? > Are they the same? > Yes. There is just the kernel version appended. Regards, Manuel signature.asc Description: OpenPGP digital signature __

[OpenWrt-Devel] [PATCH] Allow to build kmod-ssb-gige as module for brcm47xx

2012-11-11 Thread Manuel Munz
Without this patch imagebuilder fails to build images for bcm4705* targets which depend on kmod-ssb-gige because no kmod-package was built. I don't have any hardware to test if it is still properly built into the images, so please review/test. Signed-off-by: Manuel Munz Index: target/

Re: [OpenWrt-Devel] [PATCH] Allow to build kmod-ssb-gige as module for brcm47xx

2012-11-11 Thread Manuel Munz
On 11.11.2012 18:38, Hauke Mehrtens wrote: > > Just adding some random file to the package to make it generated is > not the correct approach. I removed the kmod-ssb-gige package entirely > in r34150 and r34151, now the problem should be solved. > > Hauke Sorry for the bad patch. And yes, images

Re: [OpenWrt-Devel] help:kmod-ipv6 not compatible with Dreambox 20111111

2012-11-29 Thread Manuel Munz
On 29.11.2012 06:52, tpu01yzx wrote: > hi everyone, I have some problem and ask for help: maybe the lastest > kmod-ipv6 is not compatible with Dreambox 2011, so can you give a > compatible one ? or is there any solution to solve the ipv6 problem ? thanks. [...] > > Downloading > http://down

Re: [OpenWrt-Devel] about openwrt multiple language in html(view)!

2012-12-20 Thread Manuel Munz
On 20.12.2012 11:16, . Elvis wrote: > hi all, How to achieve multiple languages in html(templete/view)? > or can use i18n to achieve in html? > > example: <%:Restore > backup%>: > how to translate (Restore backup) wording to different language! > > > thanks all > > >

[OpenWrt-Devel] [Patch] Tinc: Remove temporary config on net start and stop in initscript

2012-12-22 Thread Manuel Munz
old temporary config this problem is solved. Then we should also remove the temporary config for a net which is stopped to free up some bytes in memory. Signed-off-by: Manuel Munz Index: feeds/packages/net/tinc/files/tinc.init

[OpenWrt-Devel] [Patch] brcm47xx: Fix profile for WGT634U (kmod-crypto-ocf)

2013-02-06 Thread Manuel Munz
sible. [1] https://forum.openwrt.org/viewtopic.php?id=34082 Regards, soma Signed-off-by: Manuel Munz Index: target/linux/brcm47xx/profiles/WGT634U.mk === --- target/linux/brcm47xx/profiles/WGT634U.mk (Revision 35506) +++ target/

Re: [OpenWrt-Devel] [OpenWrt] #12748: Add support for TL-LINK TL-MR3420 v2

2013-02-18 Thread Manuel Munz
On 18.02.2013 16:47, Permadi Witjaksono wrote: > I don't know howto submit patch in a proper way, but on my attachment I > submit patch for MR3420v2 against trunk revision 35287. > This might help: https://dev.openwrt.org/wiki/SubmittingPatches Regards, Manuel signature.asc Description: OpenP

Re: [OpenWrt-Devel] OpenWrt / parsing JSON with jshn

2013-03-20 Thread Manuel Munz
On 20.03.2013 12:11, Bastian Bittorf wrote: > with is the supposed way to do this, could'nt find > any documentation, so we tried this: > > #!/bin/sh > . /usr/share/libubox/jshn.sh > > JSON="$( wget -qO - "$URL" )" > eval $( jshn -r "$JSON" ) > > echo "Status is $JSON_VAR_status" > echo "Number

Re: [OpenWrt-Devel] will AA ever get out of RC status?

2013-03-28 Thread Manuel Munz
On 28.03.2013 12:30, Brian J. Murrell wrote: > I thought I read a message either here or on the user list many weeks > ago that the build farm was being spun up to do a final AA release. But > still there is no release. No new RC. > > According to http://downloads.openwrt.org/attitude_adjustment

Re: [OpenWrt-Devel] OpenWRT downloads susceptible to MITM attacks?

2013-04-11 Thread Manuel Munz
On 11.04.2013 23:10, Peter Lawler wrote: > > Given the place that OpenWRT sits in people's networks, I would strongly > encourage the development team to consider moving the download system to > forcing HTTPS connections and ditching MD5 for SHA-2. > > Regards, > > Pete. I agree with most of wh

[OpenWrt-Devel] [PATCH] [packages] Upgrade Tinc to 1.0.21 (Security upgrade)

2013-04-23 Thread Manuel Munz
A buffer overflow was found in Tinc [1] which was fixed in version 1.0.21. These patches upgrade the tinc package to the fixed version for attitude and trunk. Signed-off-by: Manuel Munz [1] http://sitsec.net/blog/2013/04/22/stack-based-buffer-overflow-in-the-vpn-software-tinc-for-authenticated

Re: [OpenWrt-Devel] LUCI works extremely slow...

2013-06-10 Thread Manuel Munz
On 10.06.2013 20:13, Ben West wrote: > My understanding is that OpenWRT Attitude Adjustment, along with current > versions of trunk, are not expected to run in any reliable way under less > than 32MB of RAM. In particular, the v3.x kernel is not supported for so > little memory, and the OpenWRT de

[OpenWrt-Devel] [PATCH] AA: x86/kvm_guest: Add missing symbol for HOTPLUG_PCI_IBM

2013-11-05 Thread Manuel Munz
Adds a missing symbol in the kernel config for x86/kvm_guest in the Attitude Adjustment branch. Signed-off-by: Manuel Munz Index: target/linux/x86/kvm_guest/config-3.3 === --- target/linux/x86/kvm_guest/config-3.3 (Revision 38460

[OpenWrt-Devel] Interest in a openwrt router database to partially replace TOH?

2013-12-04 Thread Manuel Munz
Hi, i needed a database to be able to implement a selector where users can choose their router model and from that parameters like target/subtarget/profile/others are automatically set for the selected model. A first demo for this can be seen here (where it says WIP): http://testing.meshkit.freif

Re: [OpenWrt-Devel] Interest in a openwrt router database to partially replace TOH?

2013-12-09 Thread Manuel Munz
Thanks for all your comments, there was some valuable input and things worth considering: * i like the idea to give start of sale and EOL dates * Integrating more information directly into the build system also sounds like a good idea, though i'm not really sure how that would be done on a per mo

Re: [OpenWrt-Devel] Interest in a openwrt router database to partially replace TOH?

2013-12-09 Thread Manuel Munz
On 09.12.2013 14:18, Daniel Golle wrote: > what about devices which work in old (brcm-2.4) builds but are no longer > supported in recent builds? I we should reference a per-version status (e.g. > 10.03 'not supported', 12.09 'supported', trunk confirmed to work with/since > r). Ideally, openw

Re: [OpenWrt-Devel] please send nvram dump of some brcm47xx based devices

2014-01-10 Thread Manuel Munz
On 10.01.2014 21:01, Hauke Mehrtens wrote: > Hi, > > We would like to improve the board detection for bcm47xx devices. We > converted many devices to the new code, but some are still missing, > because we do not have a nvram dump of these devices. > We would like to get a nvram dump of such device

Re: [OpenWrt-Devel] please send nvram dump of some brcm47xx based devices -> wgt634u

2014-01-10 Thread Manuel Munz
On 10.01.2014 21:01, Hauke Mehrtens wrote: > Hi, > > We would like to improve the board detection for bcm47xx devices. We > converted many devices to the new code, but some are still missing, > because we do not have a nvram dump of these devices. > We would like to get a nvram dump of such device