[OpenWrt-Devel] [PATCHv3 3/3] [packages] cups: Fix endless loop

2012-11-06 Thread krumbo...@universalnet.at
From: Bernd Krumböck Fix endless loop in ipp backend (http://www.cups.org/str.php?L4194) Signed-off-by: Bernd Krumböck --- diff -urN a/net/cups/patches/210-str4194.patch b/net/cups/patches/210-str4194.patch --- a/net/cups/patches/210-str4194.patch1970-01-01 01:00:00.0 +0100 +

[OpenWrt-Devel] [PATCHv3 2/3] [packages] cups: Fix ipp compression

2012-11-06 Thread krumbo...@universalnet.at
From: Bernd Krumböck Fix compression in ipp backend (http://www.cups.org/str.php?L4181) Signed-off-by: Bernd Krumböck --- diff -urN a/net/cups/patches/200-str4181.patch b/net/cups/patches/200-str4181.patch --- a/net/cups/patches/200-str4181.patch1970-01-01 01:00:00.0 +0100 ++

[OpenWrt-Devel] [PATCHv3 1/3] [packages] cups: Update to 1.5.4

2012-11-06 Thread krumbo...@universalnet.at
From: Bernd Krumböck Update CUPS to 1.5.4 and package client, libs, filters, locales and daemon to separate packages. Replace makefile-targets patch with components patch. Fix ppdc patch. Signed-off-by: Bernd Krumböck --- Makefile | 559 +

Re: [OpenWrt-Devel] pptp fails on x86

2012-11-06 Thread Илья Кучмин
It's ok This config is work: plugin pptp.so pptp_server server.avtograd.ru name 1234567890 password "" nobsdcomp nodeflate defaultroute I would be happy if the uci will work. What my problem? Thanks for password. ;-) On Tue, Nov 6, 2012 at 9:36 PM, Илья Кучмин wrote: > > > -- Forwarde

[OpenWrt-Devel] Broadcom Ethernet Driver licensing issues? (support for Belkin F7D3301 or F7D7301)

2012-11-06 Thread Tom Schouten
Hi List, I've been using Manoj's patches from here: Update : OpenWrt on a Belkin Share Max N300 (F7D3301 or F7D7301) http://manojpi.blogspot.com/2012/10/update-openwrt-on-belkin-share-max-n300.html?showComment=1352139871395#c6593421226142361863 They work well and ultimately I would like to see

[OpenWrt-Devel] Fwd: pptp fails on x86

2012-11-06 Thread Илья Кучмин
-- Forwarded message -- From: Илья Кучмин Date: Tue, Nov 6, 2012 at 9:35 PM Subject: Re: [OpenWrt-Devel] pptp fails on x86 To: Daniel Golle I using /etc/config/network: config interface loopback option ifname lo option protostatic option ipaddr 127.

Re: [OpenWrt-Devel] pptp fails on x86

2012-11-06 Thread Daniel Golle
You can either edit /etc/config/network or use LuCI to add a PPtP interface which will work fine. If you -- for which ever reason -- like to go the "old fashioned" way of directly using pppd, you have to change your configuration, so it can work with the pptp plugin instead of the external pty. On

Re: [OpenWrt-Devel] pptp fails on x86

2012-11-06 Thread Илья Кучмин
My file /etc/ppp/peers/isp pty "/usr/sbin/pptp server.avtograd.ru --nolaunchpppd" name 1820082114 password "nastyalove" nobsdcomp nodeflate defaultroute lock I try replace server.avtograd.ru on ip-address, not effect. I not find in firmware /usr/sbin/pptp and pptp. logread in attachment. Thanks

Re: [OpenWrt-Devel] [PATCHv2] [brcm36xx] export bcm963xx_tag.h to userspace so that mtd can use it without warning

2012-11-06 Thread Catalin Patulea
What was the problem? I didn't have any issues with target/linux/{clean,prepare}. Where should I submit upstream? Is there a brcm or mtd specific mailing list? On Nov 6, 2012 10:25 AM, "Jonas Gorski" wrote: > On 6 November 2012 06:23, Catalin Patulea wrote: > > > > Signed-off-by: Catalin Patule

Re: [OpenWrt-Devel] pptp fails on x86

2012-11-06 Thread Daniel Golle
Please also post your /etc/ppp/peers/isp (and don't forget to blank-out passwords which may be contained in this file!) The output of logread would also be more helpful than dmesg. On 06/11/12 18:25, Илья Кучмин wrote: > Hello, thanks translate before post. > > I simplify scheme. This is varian

Re: [OpenWrt-Devel] [PATCHv2] [brcm36xx] export bcm963xx_tag.h to userspace so that mtd can use it without warning

2012-11-06 Thread Jonas Gorski
On 6 November 2012 06:23, Catalin Patulea wrote: > > Signed-off-by: Catalin Patulea > --- > Give this a try please? Still fails while applying patches/building. But since bcm63xx is currently broken because of mtd, I fixed it up and ported it to 3.6; committed in r34103. Please still submit this

[OpenWrt-Devel] [PATCH 4/4] ramips: use kernel 3.6.6

2012-11-06 Thread Daniel Golle
## Booting image at 8080 ... Image Name: MIPS OpenWrt Linux-3.6.6 Created: 2012-11-06 14:19:54 UTC System Control Status = 0x2044 Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size:3560768 Bytes = 3.4 MB Load Address: 8000 Entry Point: 8

[OpenWrt-Devel] [PATCH 3/4] ramips: add HAVE_CLK to Kconfig on all ramips socs

2012-11-06 Thread Daniel Golle
Signed-off-by: Daniel Golle diff --git a/target/linux/ramips/files/arch/mips/ralink/Kconfig b/target/linux/ramips/files/arch/mips/ralink/Kconfig index 444a88a..74bca6d 100644 --- a/target/linux/ramips/files/arch/mips/ralink/Kconfig +++ b/target/linux/ramips/files/arch/mips/ralink/Kconfig @@ -37,

[OpenWrt-Devel] [PATCH 2/4] ramips: add linux-3.6 configuration for ramips socs

2012-11-06 Thread Daniel Golle
Signed-off-by: Daniel Golle create mode 100644 target/linux/ramips/rt288x/config-3.6 create mode 100644 target/linux/ramips/rt305x/config-3.6 create mode 100644 target/linux/ramips/rt3883/config-3.6 diff --git a/target/linux/ramips/rt288x/config-3.6 b/target/linux/ramips/rt288x/config-3.6 ne

[OpenWrt-Devel] [PATCH 1/4] ramips: port patches to linux-3.6

2012-11-06 Thread Daniel Golle
Signed-off-by: Daniel Golle create mode 100644 target/linux/ramips/patches-3.6/001-mips-add-cp0-compare-irq-function.patch create mode 100644 target/linux/ramips/patches-3.6/010-mtd_fix_cfi_cmdset_0002_erase_status_check.patch create mode 100644 target/linux/ramips/patches-3.6/011-mtd-cfi_c

Re: [OpenWrt-Devel] pptp fails on x86

2012-11-06 Thread Daniel Golle
On 06/11/12 12:29, Nikolai Zhubr wrote: [...] > TP-link wr1043nd was configured as follows: > VLAN 2: > info: VLAN 2: Ports: '01', members=0021, untag=0001, fid=0 > fid: 0 > ports: 0 1 Looks like VLAN 2 here got no host-interface (i.e. '5t' is missing) -- this will make the two p

Re: [OpenWrt-Devel] [PATCH][RFC] uboot-kirkwood: upgrade to 2012.10

2012-11-06 Thread Daniel Golle
On 06/11/12 15:21, Imre Kaloz wrote: > Hi, > > On Tue, 06 Nov 2012 14:13:26 +0100, Daniel Golle wrote: > > > >> U-Boot default env: >> mtdparts=mtdparts=orion_nand:0x8@0x0(uboot),0x2@0x8(uboot_env),-@0xa(rootfs) >> vs. >> arch/arm/mach-kirkwood/iconnect-setup.c: >> static struc

Re: [OpenWrt-Devel] [PATCH][RFC] uboot-kirkwood: upgrade to 2012.10

2012-11-06 Thread Imre Kaloz
Hi, On Tue, 06 Nov 2012 14:13:26 +0100, Daniel Golle wrote: U-Boot default env: mtdparts=mtdparts=orion_nand:0x8@0x0(uboot),0x2@0x8(uboot_env),-@0xa(rootfs) vs. arch/arm/mach-kirkwood/iconnect-setup.c: static struct mtd_partition iconnect_nand_parts[] = { IMHO u-boot should

Re: [OpenWrt-Devel] [PATCH][RFC] uboot-kirkwood: upgrade to 2012.10

2012-11-06 Thread Daniel Golle
Hi! On 18/10/12 22:59, open...@lukaperkov.net wrote: > All our kirkwood uboot patches have been upstreamed with this release ;) > > Board owners please test this patch and give feedback for the boards: > > * sheevaplug > * dockstar > * iconnect ACK. Works on the iConnect. Just lost the enviro

Re: [OpenWrt-Devel] Не работает pptp на платформе x86

2012-11-06 Thread Alexey Loukianov
Tue, 6 Nov 2012 10:22:39 +0300 от Илья Кучмин : > Хочу извиниться за сообщение на русском. Но для обсуждения данной > проблемы моего английского к сожалению не хватит. > > Проблема наблюдается на платформе x86. > Iliya, unfortunatelly it is pretty hard to get an idea about your problem even

Re: [OpenWrt-Devel] pptp fails on x86

2012-11-06 Thread Nikolai Zhubr
Hi, this is translation from russian: The problem is observed on x86. At the first test pptp was operable, with the following schematic layout used: [ISP] -- LAN2 [tp-link wr1043nd(Backfire 10.03)] LAN1 -- eth0[x86(AA 12.09)] TP-link wr1043nd was configured as follows: VLAN 1: info: VLA