Re: [OpenWrt-Devel] [LEDE-DEV] latency on PPPoA ADSL Annex A on using Lantiq

2016-08-11 Thread joerg jungermann
ling list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel > ___ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel -- Joerg Jungermann ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] remove .git files from images

2016-04-12 Thread joerg jungermann
If you have your ./files/ directory stored in a git repository, the .git will be included into images using precious space. This patch removes .git directories before packing images. Signed-off-by: Joerg Jungermann <j...@borkum.net> diff --git a/package/Makefile b/package/Makefile index c

Re: [OpenWrt-Devel] Lantiq 3.10 (BB) was lantiq v3.18

2015-02-26 Thread Joerg Jungermann
Hi, I have here multiple TD-W8970 with Annex A and Annex B. m25p80@0 { #address-cells = 1; #size-cells = 1; compatible = s25fl129p0; reg = 0 0;

Re: [OpenWrt-Devel] [PATCH] openssl: version bump

2014-06-05 Thread joerg jungermann
today appeared another serious vulnerability in openssl. More info is here http://ccsinjection.lepidum.co.jp. Users are advised to update to openssl 1.0.1h. Thank you for your patch, it was committed in r41026 and 41027. Will there be a backport to AA 12.09? best regards -- Joerg

[OpenWrt-Devel] lantiq TD W8970 issues

2014-04-24 Thread joerg jungermann
. [ 10.836000] ath9k,eeprom ath9k_eep.8: loaded ath9k eeprom GPIO-SPI makes wireless and booting slow. Is there anyway to help or to test? best regards -- Joerg Jungermann ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org

Re: [OpenWrt-Devel] lantiq TD W8970 issues

2014-04-24 Thread joerg jungermann
Am Thursday, den 24 April hub John Crispin folgendes in die Tasten: On 24/04/2014 22:05, joerg jungermann wrote: Hi, I am observing some issues by reading kernel messages and the git commit log: 1. Kexec is not working. kexec-mips.c looks for at least some lines in /proc

[OpenWrt-Devel] Asterisk Chan CAPI

2009-07-02 Thread Joerg Jungermann
it to this mailling list, maybe it has just be overseen. [1] http://0x2f.org/files/openwrt-ipkg-capi-asterisk/ [2] http://www.ip-phone-forum.de/showthread.php?t=94625 [3] http://www.melware.org/ChanCapi -- Joerg Jungermann Rechnerbetrieb Mathematik

[OpenWrt-Devel] pppd compile breaks

2008-12-13 Thread joerg jungermann
the failing line to the current C-include path. The patch attached fixes it in that way. cya -- Joerg Jungermann Rechnerbetrieb Mathematik | IT Security - Netzwerke, Linux Universitaet-Paderborn|Embedded Devices, Typo3

[OpenWrt-Devel] What is the correct way of submit packages

2008-06-01 Thread joerg jungermann
Hi ! I'd like to ask how is the correct way to submit new packages for the feeds repository. I do this because i've sent some patches via this mailing list, and they are not added yet. I received no comments. Its about the isdnutils and asterisk14_chan_capi patches. I can only guess why this

[OpenWrt-Devel] [PATCH] iw update

2008-05-14 Thread joerg jungermann
PKG_NAME:=iw - -PKG_REV:=11b24c28b802bae2abda8f46d457df60fa602594 - -PKG_VERSION:=20071130_$(PKG_REV) +PKG_REV:=4d3a72da3f21761bf4f2866a6a3400d4ecf67365 +PKG_VERSION:=20080414_$(PKG_REV) PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz - -- Joerg Jungermann

[OpenWrt-Devel] [PATCH] privoxy boost 3.0.8

2008-05-14 Thread joerg jungermann
11136) +++ privoxy/Makefile(working copy) @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=privoxy - -PKG_VERSION:=3.0.6 +PKG_VERSION:=3.0.8 PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-stable-src.tar.gz - -- Joerg Jungermann