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
+
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
++
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 +
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
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
-- 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.
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
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
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
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
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
## 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
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,
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
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
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
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
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
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
Tue, 6 Nov 2012 10:22:39 +0300 от Илья Кучмин :
> Хочу извиниться за сообщение на русском. Но для обсуждения данной
> проблемы моего английского к сожалению не хватит.
>
> Проблема наблюдается на платформе x86.
>
Iliya, unfortunatelly it is pretty hard to get an idea about your problem even
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
21 matches
Mail list logo