Re: [OpenWrt-Devel] [PATCH] 802.11n support for broadcom-wl

2012-03-06 Thread Jo-Philipp Wich
Hey, 11ng/11na is confusing for me, there is no something like 11ng/11na outside OpenWrt world (or I'm not aware of :)), there is 11n on 5 ghz band and 11n on 2.4 ghz band so in my opinion band selection is reasonable and means much more for end user. Imo this notation is inconsistent within

Re: [OpenWrt-Devel] [PATCH] 802.11n support for broadcom-wl

2012-03-06 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Honestly I don't care how it is done so far, I think it should be done as best as possible and this is my concern. We do care how its done so far - and mapping 11ng / 11na seems way simpler to me than introducing an explicit band selection. It

Re: [OpenWrt-Devel] [PATCH] sysupgrade: try harder during an error

2012-02-25 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. I think it should be handled in mtd, rewriting the complete image only because a single block had a transient erase problem is a bit excessive imo. It also means that sysupgrade would loop forever in case of a really fatal issue, like when the

Re: [OpenWrt-Devel] [PATCH] sysupgrade: try harder during an error

2012-02-25 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 so just the error-handling within the sysupgrade-script. fire telnet + landev? Yes, that'd be a good solution - plus maybe netmsg to send the usual UDP broadcast stating that something is broken. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10

Re: [OpenWrt-Devel] [PATCH 1/1] v1 : do not install omshell static librairies in dhcp package

2012-02-24 Thread Jo-Philipp Wich
Applied in r30707 - thank you! ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Tested Changeset 30605: [package] iwinfo: implement proper hardware detection for ar23xx SoC devices like the NanoStation 2

2012-02-22 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The Pico2 and Pico2HP however are not recognised. There is also a regression in so much as the Nanostation2 is no longer recognised as such (see below). Fixed in r30678. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment:

Re: [OpenWrt-Devel] [PATCH] Adjust txpower offset for Nano and Picostation M2 in iwinfo

2012-02-22 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied in r30683 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk9E+T0ACgkQdputYINPTPNWdACfTa/fYqynh7ouofI+3Om/DlO6 /FcAnRSZGSBSPmNj5OKBJIzKo2Ealza1 =bGQM

Re: [OpenWrt-Devel] Tested Changeset 30605: [package] iwinfo: implement proper hardware detection for ar23xx SoC devices like the NanoStation 2

2012-02-20 Thread Jo-Philipp Wich
No, it does not yet, but it may not look for them yet either - after all there is nothing in the code for Picos until now. It is supposed to find them, even if there is no entry in the hardware table - so something is broken on this particular model. Would it be possible for you to seen me a

Re: [OpenWrt-Devel] Tested Changeset 30605: [package] iwinfo: implement proper hardware detection for ar23xx SoC devices like the NanoStation 2

2012-02-20 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I need a copy of /dev/mtdblock5 and /dev/mtdblock6. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

Re: [OpenWrt-Devel] Tested Changeset 30605: [package] iwinfo: implement proper hardware detection for ar23xx SoC devices like the NanoStation 2

2012-02-20 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If the AHB bus is used then there is no PCI information, the IDs must then be extracted from the appropriate offset in the eeprom or boardconfig mtd partition. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using

Re: [OpenWrt-Devel] Tested Changeset 30605: [package] iwinfo: implement proper hardware detection for ar23xx SoC devices like the NanoStation 2

2012-02-20 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, thanks for providing the dump, it should get properly recognized now after https://dev.openwrt.org/changeset/30663 . ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla -

Re: [OpenWrt-Devel] iwinfo hardware_name

2012-02-16 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 So I finally got SSH access to some systems and reworked the hardware detection to not rely on madwifi anymore. I have committed the changes in https://dev.openwrt.org/changeset/30605 ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10

Re: [OpenWrt-Devel] [PATCH] fix syslog-ng start script

2012-02-07 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied in r30367 and r30368 - thanks! ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk8xqikACgkQdputYINPTPM0HACfcwhGl23F0AGsvoQAC/hZ0Ezg

Re: [OpenWrt-Devel] wide-dhcp6c, duid generation and pppoe-wan ifname..

2012-02-03 Thread Jo-Philipp Wich
The init script already attempts to resolve the device property first (which should be set to ethX) and only then falls back to the ifname. I suppose some or more state vars are not correctly set by the netifd legacy compat scripts. ~ Jow ___

Re: [OpenWrt-Devel] [PATCH] iwinfo: fix segfault on iwinfo scan from lua.

2012-02-02 Thread Jo-Philipp Wich
Hi, applied in r29992 and r29993 - thank you! ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] ccache install fix if ccache is locally installed

2012-02-01 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I believe your patch patch just hides the symptom of an actual problem with cmake. Where the failing packages ones the use cmake for building? If so I believe your issue has been fixed with r29982 . ~ Jow -BEGIN PGP SIGNATURE- Version:

Re: [OpenWrt-Devel] [PATCH] Add upstream patch to pyrrd package

2012-01-31 Thread Jo-Philipp Wich
Hi, the patch is whitespace mangled. ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] lantiq: add ath9k support to the arv7518

2012-01-29 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. I forgot: I observed a strange thing. In the default (autogenerated?) /etc/config/wireless, the device was named radio0, while the correct name is wlan0. No, its not the correct name. The radio0 name is an internal identifer, it does not

Re: [OpenWrt-Devel] collectd-mod-iwinfo

2012-01-24 Thread Jo-Philipp Wich
Hey. I cannot get collectd-mod-iwinfo to work for the proprietary wl0 drivers. They work fine on ath5k and ath9k. Make sure iwinfo was compiled with wl support (wl must be enabled at build time of libiwinfo to get enabled as backend). Before I try further, does collectd-mod-iwinfo support

Re: [OpenWrt-Devel] iwinfo hardware_name

2012-01-24 Thread Jo-Philipp Wich
The current code is supposed to infer the model from the PCI IDs of the radio, apparently this is not possible and as I have no access to such a model I cannot fix it either - I assumed ath5k exposes it the same way madwifi does but apparently not. ~ Jow

Re: [OpenWrt-Devel] collectd-mod-iwinfo

2012-01-24 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 So if you install the iwinfo cli frontend and run iwinfo wl0 info, does it output anything useful, does it identify the hw as type wl ? Is LoadPlugin iwinfo in the enerated collectd.conf ? Is killall -9 collectd; collectd -f reporting any errors ?

Re: [OpenWrt-Devel] [PATCH] MMnet1000 update to kernel 3.2.1

2012-01-23 Thread Jo-Philipp Wich
Hi. Note it removes 600-usb_vbus_active_high.patch, that does not apply any more. Unless upstream gained some logic to handle the inverted active state, this is still needed, otherwise USB on the TQMA9263 will break if the patch is not forward ported, therefore a NACK from me here. ~ Jow

Re: [OpenWrt-Devel] [PATCH] MMnet1000 update to kernel 3.2.1

2012-01-23 Thread Jo-Philipp Wich
I took a brief look and it looks like upstream now has its own capabilities to specify an active high vbus [1], so it seems we can drop the patch and set vbus_pin_inverted = 1 in the board-tqma9263.c files at91_usbh_data struct. ~ Jow [1]

Re: [OpenWrt-Devel] [PATCH] New package dstat

2012-01-23 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, is there any difference to the version from 20th? As far as I can see it is identical just that this one got mangled by your mailer. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla -

Re: [OpenWrt-Devel] HELP : Can't patch config.sub in a package

2012-01-22 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. I need a same kind of magic to overcome this problem. Is there any? Yes, patch scripts/config.sub - that is whats fored upon each package. Is the behavior of Modifying a generic build tool during a build process for a single target

Re: [OpenWrt-Devel] HELP : Can't patch config.sub in a package

2012-01-22 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. Modifying the generic build tool to accept a new platform is certainly legitimate, nobody wants to patch a new CPU definition into each single package. In general yes, in practice it should be unneeded though since we're forced to replace

Re: [OpenWrt-Devel] [PATCH] upgrade baresip, restund, libre, librem to version 0.4.0

2012-01-19 Thread Jo-Philipp Wich
Hi again, it is all solved now. Ultimatively the problem boiled down to a bad SYSROOT value which makes things go wrong in various ways. ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] shorewall6-lite: update to 4.4.27.2

2012-01-19 Thread Jo-Philipp Wich
Hi, the patch does not apply, can you rebase it? ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] shorewall-lite: update to 4.4.27.2

2012-01-19 Thread Jo-Philipp Wich
Hi, the patch does not apply, can you rebase it? ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] pthread configure test failing

2012-01-19 Thread Jo-Philipp Wich
I was not aware openwrt lua was heavily patched. I am curious as to what it will take to move forward to lua 5.2? Since the Lua authors decided to rework the complete environment handling (getfenv, setfenv, ...) in 5.2, LuCI will completely break. It is a considerable effort to rework that to

Re: [OpenWrt-Devel] [PATCH] ipv6calc: Update to version 0.92.0

2012-01-19 Thread Jo-Philipp Wich
Hi, your patch didn't apply due to syntax errors, I updated the package manually in r29804 . ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] PATCH: Bump privoxy to version 3.0.19

2012-01-19 Thread Jo-Philipp Wich
Hi, the patch didn't apply due to whitespace mangling; I updated the package manually. For the future: - Make sure patches are applicable with -p1 (diff within feeds/) - Reset PKG_RELEASE to 1 if the PKG_VERSION changes ~ Jow ___ openwrt-devel mailing

Re: [OpenWrt-Devel] [PATCH] Fix 6tunnel getopt problem on ARM

2012-01-19 Thread Jo-Philipp Wich
Your patch didn't apply, I redid it manually and committed the change in r29809. ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] jansson library update

2012-01-19 Thread Jo-Philipp Wich
Hi, the patch didn't apply, I folded the changes manually into r29817. ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] upgrade baresip, restund, libre, librem to version 0.4.0

2012-01-18 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, libre fails to build here, seems to lack an include of stdint.h in re_types.h : - -- 8 -- make -C /home/jow/devel/openwrt/trunk/build_dir/target-mips-linux-gnu/re-0.4.0 HAVE_LIBRESOLV= CC=mips-linux-gnu-gcc EXTRA_CFLAGS=-Os -pipe -mips32 -

Re: [OpenWrt-Devel] pthread configure test failing

2012-01-13 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You can suppress this note by ensuring the compiler is called with -fhonour-copts. If the configure script does not respect the CFLAGS variable, you can try to redefine CC as CC=$(TARGET_CC) -fhonour-cflags. hth, ~ Jow -BEGIN PGP SIGNATURE-

Re: [OpenWrt-Devel] pthread configure test failing

2012-01-13 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, just seen your message on the Lua list - be aware that OpenWrt Lua is heavily patched, so maybe try again with some of the Lua patches removed and see if the issue persists. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux)

Re: [OpenWrt-Devel] Makefile: problem with configurable library dependency

2012-01-07 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Looking again at your Kconfig snippet, the depends do not make sense to me. The bool option which ultimatively is supposed to select mylib depends itself at mylib. This looks like a recursive dependency to me and it does not surprise me that it does

Re: [OpenWrt-Devel] Makefile: problem with configurable library dependency

2012-01-05 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. Use DEPENDS:=+CONFIG_MYPACKAGE_USES_LIBRARY:mylib (the plus in front). That will also make the PKG_BUILD_DEPENDS unnecessary. Adding a plus in front of a dependency spec means your package selects the dependant package and it is also propagated

Re: [OpenWrt-Devel] Toolchain fails to compile on trunk with glibc 2.7

2012-01-04 Thread Jo-Philipp Wich
Hi. Error: bad register name `%sil' You probably need a patch similar to this: http://old-list-archives.xen.org/archives/html/xen-devel/2009-05/binBCldaQtw31.bin I see whether I can prepare one tonight. ~ Jow ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] [PATCH] add CT target and TTL/HL match+target

2012-01-03 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Added in r29645. Next time ensure that you include a signed-off-by line and that the patch is applicable with -p1. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

Re: [OpenWrt-Devel] continuously requesting IP

2012-01-02 Thread Jo-Philipp Wich
Hi. Is it because of dnsmasq (I didn't change its settings) or hostapd? It seems to correlate with the WPA rekeying. You could try to lower the group rekey interval and see if it helps. ~ Jow ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] OpenWRT fails on recent Ubiquiti PicoStation 2HP radios

2012-01-01 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. Ubiquiti tightened the regulatory enforcement. They now ship with a regdomain entry in the boarddate which is not recognized by OpenWrt's HAL, therfore the wifi is rejected. It can be fixed by changing the byte at offset 0x277 in mtd6 to 0x00 or

Re: [OpenWrt-Devel] What restarts services in luci cbi forms?

2011-12-27 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. /etc/config/ucitrack defines configinit relations - the section name corresponds to the config name, the option init specifies the init script name. Note that LuCI versions up to and including r8126 have a bug that prevents apply actions for

Re: [OpenWrt-Devel] What restarts services in luci cbi forms?

2011-12-27 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yes. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk76adYACgkQdputYINPTPNxHgCaAq9obfl1bIgns84+hRRSulfN IfsAn2vYLBeDi+DKLwFxYkcFgOUzV7VO =RCCq -END PGP

Re: [OpenWrt-Devel] [PATCH] linux-zigbee package

2011-12-16 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. I didn't make this patch, it came from jow. I changed use of libnl-tiny to libnl, since in my testing, it didn't compile with the former. What are the issues with libnl-tiny? I really don't want this to depend on full libnl, linking against

Re: [OpenWrt-Devel] RFC implementing wifi client connection management

2011-12-15 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 So rework mac80211/wpa_supplicant integration to work like hostapd, there we also just define a base part and append additional sections for each wifi-iface. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG

Re: [OpenWrt-Devel] [PATCH] mac80211: Allow single VIFs to be disabled

2011-12-09 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Helmut, this is already implemented, see scan_mac80211(). ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

Re: [OpenWrt-Devel] [PATCH v3] Update tcpdump to version 4.1.1

2011-12-07 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, should be fixed with https://dev.openwrt.org/changeset/29474 and https://dev.openwrt.org/changeset/29475 ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

Re: [OpenWrt-Devel] [PATCH] update radvd to 1.8.3

2011-12-07 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Updates committed in r29481 (trunk) and r29482 (backfire). Thank you. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

Re: [OpenWrt-Devel] libiwinfo compile errors

2011-12-05 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Unclean tree. ./scripts/feeds update luci ./scripts/feeds uninstall libiwinfo iwinfo svn up make defconfig package/iwinfo/clean world V=99 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla -

Re: [OpenWrt-Devel] Iw info hardware detection

2011-12-04 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey Hanno, for starters you could just compile and install iwinfo, then run it on your board like this: iwinfo ath0 info or iwinfo wlan0 info It should output data similar to this: - -- 8 -- root@uplink:~# iwinfo wlan1 i wlan1 ESSID:

Re: [OpenWrt-Devel] building of package zoneinfo fails

2011-12-01 Thread Jo-Philipp Wich
Already fixed since yesterday - please make sure to use the most recent feeds before reporting issues. ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Changeset 29355 - OpenVPN option enable and Luci

2011-11-30 Thread Jo-Philipp Wich
Current LuCI covers both backfire and trunk. Applying your fix will break backfire, not applying your fix will break trunk. Merging current OpenVPN to Backfire will break existing configs, just accepting enable and enabled breaks nothing - easy choice. ~ Jow

Re: [OpenWrt-Devel] hostname setting and network-hostnames are of no consequence

2011-11-30 Thread Jo-Philipp Wich
Am 30.11.11 06:28, schrieb i iordanov: This is the last one for now! I hope I haven't been too annoying! :) 1) Setting the hostname of the router to anything does not actually add an entry to /etc/hosts. This is a problem if one expects the hostname to resolve to something, and on OpenWRT it

Re: [OpenWrt-Devel] [PATCH-v6]samba 3.0.37 update

2011-11-29 Thread Jo-Philipp Wich
Hi. Should we put the option back? Or should this option be placed somewhere else? In any case it seems required. Problem with hardcoding br-lan is that it must not always be a bridge (lan can be unbridged by default as well, for example on the Dockstar which ironically is a NAS appliance).

Re: [OpenWrt-Devel] GIT mirror of feeds

2011-11-22 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 https://dev.openwrt.org/wiki/GetSource -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk7L3YIACgkQdputYINPTPNzNgCbB0odOr2oCGIapRxY+ZHD88JJ

Re: [OpenWrt-Devel] GIT mirror of feeds

2011-11-22 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 There is one for packages, none for packages_10.03.1 if you mean that. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

Re: [OpenWrt-Devel] calling ioctl with SIOCGIWPRIV parameter; sniffing on monitor mode

2011-11-16 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, SIOCGIWPRIV is part of the deprecated wext api which is not fully supported by ath9k. Use nl80211. See wireless.kernel.org for details, also check the source code of the iw utility. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10

Re: [OpenWrt-Devel] Board identification and machine on /proc/cpuinfo for atheros platform

2011-11-16 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Hanno, the interesting bits are in package/madwifi/patches/384-hwdetect.patch . Basically the model name is inferred from the PCI IDs of the radio, this might work for some popular appliances but I guess it will fail for generic boards with

Re: [OpenWrt-Devel] Board identification and machine on /proc/cpuinfo for atheros platform

2011-11-16 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is this information of 'vendor id' and 'subsys id' visible somewhere in 'user land' i.e on the command line, possibly with additional packages like pciutils? or some other way? Yep, see /sys/bus/pci/devices/*/vendor and

Re: [OpenWrt-Devel] [PATCH] change variable name for RADIUS uci configuration in broadcom.sh

2011-11-14 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, committed in r29136 and r29138 - thanks! ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk7Bi2sACgkQdputYINPTPMq9gCgiTx0DxDoJmGHB53LJhCISXz+

Re: [OpenWrt-Devel] new service wrapper in /etc/rc.common

2011-11-10 Thread Jo-Philipp Wich
Care to explain what you mean? It looks fine in both Trac and my local svn checkout. ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Luci issues w/ trunk

2011-11-09 Thread Jo-Philipp Wich
Your running LuCI is too old, simply update it. ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] usb-modeswitch: Fix a condition to compare default product id and switched product id on startup.

2011-11-08 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied in r28872 - thanks! ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk657N4ACgkQdputYINPTPMUKACcD1yxTfqtz8AreM0IJ3cr8IVj

Re: [OpenWrt-Devel] [PATCH 1/2] [package] uhttpd: Fix wrong certificate options with multiple words

2011-11-06 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Committed in r28776 - thanks! Will merge it to backfire together with the other SSL fixes soon. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

Re: [OpenWrt-Devel] monitor mode

2011-11-02 Thread Jo-Philipp Wich
Hi, you're supposed to use iw with modern mac80211. To spawn a real monitor interface: iw phy phy0 interface add mon0 type monitor; ifconfig mon0 up See also http://wireless.kernel.org/en/users/Documentation/iw It is certainly not required to recompile the driver. The mon.wlanX devices are

Re: [OpenWrt-Devel] monitor mode

2011-11-02 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Then simply do the same nl80211 api calls (netlink messages) that iw uses, its easy. Wext (the api that iwconfig uses) is deprecated and will disappear soon - - so you should do yourself a favor and avoid it. ~ Jow -BEGIN PGP SIGNATURE-

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

2011-11-01 Thread Jo-Philipp Wich
Hi Saverio, just remove the patch, I assume the txtinfo is uniformly formatted now. ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] OpenWrt Release 10.03.1-RC6

2011-11-01 Thread Jo-Philipp Wich
The OpenWrt team will humbly like to announce the 6th release candidate of the 10.03.1 maintenance release. ___ __ | |.-.-.-.| | | |..| |_ | - || _ | -__| || | | || _|| _| |___||

Re: [OpenWrt-Devel] busybox ntpd vs rdate (r28612)

2011-10-27 Thread Jo-Philipp Wich
I am not Felix but as I did the change, let me answer here. I understand the rationale of the change from busybox to ntpd in standard. Does that mean though that the ntpd package has to be chosen in the .config file No. or is ntpd really integrated into busybox, making the ntpd client

Re: [OpenWrt-Devel] busybox ntpd vs rdate (r28612)

2011-10-27 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. If I understood you correctly, it is enough to just use the busybox ntpd and no ntpclient package needs to be selected separately? Yes. Is there any need for luci-app-ntpc in the build or can it also be left out? Can be left out. Is the

Re: [OpenWrt-Devel] [PATCH] mac80211: Allow ath9k_htc build without PCI support

2011-10-25 Thread Jo-Philipp Wich
Committed with minor modification in r28573 - thanks! ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] shorewall-lite: update to 4.4.24

2011-10-25 Thread Jo-Philipp Wich
Applied in r28574 - thanks! ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] shorewall6-lite: update to 4.4.24

2011-10-25 Thread Jo-Philipp Wich
This one does not apply against current head, can you please update it? ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] Adding LISP to OpenWrt

2011-10-25 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. +US_PATH=/usr/sbin/lisp +KMOD_PATH=/usr/sbin +CONF_PATH=/lib/network/lisp +IF_NAME=eth1 + +# RLOC used in ip rules for source routing +#RLOC=128.107.165.94 +RLOC=`/sbin/ifconfig eth1 | sed '/inet\ /!d;s/.*r://g;s/\ .*//g'` Here I'd

Re: [OpenWrt-Devel] [PATCH 3/3] packages/utils/usb-modeswitch-data: new version

2011-10-24 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied in r28556 - thanks! ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk6lrTYACgkQdputYINPTPPHxACfRGRvZRvzWXWhUY9qtuMVHOqM

Re: [OpenWrt-Devel] [PATCH 2/3] packages/utils/usb-modeswitch: use the hammer

2011-10-24 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied in r28555 - thanks! -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk6lrUYACgkQdputYINPTPNXRgCbBLBx7fBMK7d2HuYUhJE3OJdv

Re: [OpenWrt-Devel] [PATCH 1/3] packages/utils/usb-modeswitch: new version

2011-10-24 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 That one does not apply against the current head, can you update the patch? ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

Re: [OpenWrt-Devel] Cross compiling problems with libpcap

2011-10-20 Thread Jo-Philipp Wich
Your gcc commandline lacks -lpcap, also never compile against host headers when cross compiling, use the pcap headers in staging_dir. ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] releasing the PBX interface: luci-app-pbx

2011-10-17 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, you'll get the IP address behaviour if lan is set to proto dhcp or something else which does not specify an ipaddr in advance. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla -

Re: [OpenWrt-Devel] releasing the PBX interface: luci-app-pbx

2011-10-17 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yes, thats probably enough. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk6cZu8ACgkQdputYINPTPN65QCdGD/8SjP4H5BiIlww5Cd3hUZr

Re: [OpenWrt-Devel] releasing the PBX interface: luci-app-pbx

2011-10-14 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Iordan, I gave it a try and it looks quite good on first sight. However I have some issues, the sections in the call routing tab are empty and the Server Setting for Local SIP Devices shows no input field. You might want to recheck this on a

Re: [OpenWrt-Devel] Kill script

2011-09-30 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. What should I do in order to have also a KXXfoo link? Define STOP=nn where nn is an integer between 00 and 99. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla -

Re: [OpenWrt-Devel] [PATCH] upgrade baresip, restund, libre, librem to version 0.3.0

2011-09-25 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. I have also removed the @BROKEN symbol, as all packages build fine here with trunk r28297 for at least BRCM, AR7, x86 and UML architectures. I read on the forum that there was some problems building the programs but I did not find any reports

Re: [OpenWrt-Devel] [PATCH 4/6] include/image.mk: allow paralell squashfs image compression

2011-09-25 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, committed the squashfs parallel option slightly modified in r28305 - thanks! ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

Re: [OpenWrt-Devel] OpenWrt GPL compliance

2011-09-20 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is that it? I don't understand how the systems works out to pull in the correct feed version. I can understand how it works for tagged feeds, e.g. svn://svn.openwrt.org/openwrt/branches/packages_10.03.1 but I don't get how it can work for

Re: [OpenWrt-Devel] [PATCH 3/4] Uhub 0.3.2 Signed-off-by: Rudolf Meijering skaap...@gmail.com

2011-09-08 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. +-USE_BIGENDIAN ?= AUTO ++USE_BIGENDIAN ?= YES This looks wrong. You should rather add something like the line below to the OpenWrt makefile: MAKE_VARS += USE_BIGENDIAN=$(if $(CONFIG_BIG_ENDIAN),YES,NO) ~ Jow -BEGIN PGP SIGNATURE-

Re: [OpenWrt-Devel] Valgrind for MIPS

2011-09-06 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I don't see why we can't just update valgrind, if you want to give it a try I can offer to help you with testing or porting. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla -

Re: [OpenWrt-Devel] [PATCH] dwc_otg is required for external root on ramips.

2011-08-21 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Will this work? It will need root mounted already to load the module. Yes. The extroot code in the preinit sequence will arrange stuff as needed and either configure the mass storage later on as either overlay filesystems or in newer versions a

Re: [OpenWrt-Devel] where is pcdata coming from

2011-08-15 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. Remaining question: I have not checked the nixio code but I assume nixio.uname().machine would be uname -m in a bash shell script, right? Correct. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG

Re: [OpenWrt-Devel] [PATCH 1/1] kmod-input-xxx: missing dependency on kmod-input-core

2011-07-27 Thread Jo-Philipp Wich
Hi. - KCONFIG:=CONFIG_INPUT_EVDEV + KCONFIG:=CONFIG_INPUT_EVDEV +kmod-input-core This looks wrong. ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 1/1] ppp: version bump to 2.4.5

2011-07-24 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I took a look at it and it seems that upstream now gracefully handles errors in the PADS processing, on a first glance I see no condition anymore that may lead into a fatal() so dropping this patch is ok. ~ Jow -BEGIN PGP SIGNATURE-

[OpenWrt-Devel] OpenWrt Release 10.03.1-RC5

2011-07-15 Thread Jo-Philipp Wich
The OpenWrt team will humbly like to announce the 5th release candidate of the 10.03.1 maintenance release. ___ __ | |.-.-.-.| | | |..| |_ | - || _ | -__| || | | || _|| _| |___||

Re: [OpenWrt-Devel] procps change in r27585 has bad conditions

2011-07-13 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, by the time we have gcc 5 the patch will be obsolete. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

Re: [OpenWrt-Devel] [PATCH v2] [RFC] Always include hostname in DHCP request

2011-06-28 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I do not object this change per se but I do not like the special meaning of none to disable it. I think we should use something that would be an invalid hostname, like a dash. Alternatively we can add a second bool option send_hostname which

Re: [OpenWrt-Devel] [PATCH 1/1] geos: finish removal of etc/uci-defaults

2011-06-26 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Remainder removed in r27291 - thanks! ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk4H4EIACgkQdputYINPTPPq0wCfXx1W2yVhPLnKlPu7lsCtZkHo

Re: [OpenWrt-Devel] [PATCH] Extra NICs for x86

2011-06-20 Thread Jo-Philipp Wich
Committed in r27242 - thanks! ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] Extra SIS SATA/PATA chipsets

2011-06-20 Thread Jo-Philipp Wich
Hey, can you change that one to be based on block.mk instead? Regards, Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] scripts/config/.gitignore omits source files

2011-06-20 Thread Jo-Philipp Wich
Committed in r27244 - thanks! ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

<    4   5   6   7   8   9   10   11   12   13   >