Re: [PATCH] command-nas: fix cmd_nas_get_cell_location_info_cb

2022-03-06 Thread Cezary Jackiewicz
"rssi": -50.90 }, { "physical_cell_id": 50, "rsrq": -78.40, "rsrp": -18.50, "rssi":

Re: [OpenWrt-Devel] [PATCH] ramips: add support for Edimax EW-7476RPC / EW-7478AC

2019-06-03 Thread Cezary Jackiewicz
Dnia 2019-06-03, o godz. 19:04:23 Birger Koblitz napisał(a): > +#include > +#include > + > +/ { > + compatible = "edimax,ew-7478ac", "ralink,mt7620a-soc"; > + model = "Edimax EW-7478ac"; model = "Ed

Re: [OpenWrt-Devel] [PATCH] Support for Edimax EW-7476RPC

2019-05-26 Thread Cezary Jackiewicz
an/ > brightness  device  device_name interval    > link    max_brightness  rx  subsystem   > trigger     tx  uevent > > no port_mask Set trigger to switch0 first. -- Pozdrawiam, Cezary Jackiewicz ___

Re: [OpenWrt-Devel] [PATCH] Support for Edimax EW-7476RPC

2019-05-26 Thread Cezary Jackiewicz
itch "lan" "lan" "$boardname:green:lan" "switch0" "0x20" (if you rename internet to lan) -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] Support for Edimax EW-7476RPC

2019-05-26 Thread Cezary Jackiewicz
W>; }; > + { > +   status = "okay"; > +}; > + > + { > +   status = "okay"; > +}; Drop this. No usb. > +define Device/edimax_ew-7478ac > +  DTS := EW-7478AC > +  DEVICE_TITLE := Edimax EW-7478AC > +  BLOCKSIZE := 64k

Re: [OpenWrt-Devel] [PATCH] Support for Edimax EW-7476RPC

2019-05-25 Thread Cezary Jackiewicz
device *pdev = of_find_device_by_node(np); >     struct mt7620_gsw *gsw; > +    const char *rtl8211e_reset = NULL; ... > - > +    of_property_read_string(np, "mediatek,rtl8211e-reset", > _reset); > +    if (rtl8211e_reset && !strcmp(rtl8211e_reset, "yes")) >

Re: [OpenWrt-Devel] [PATCH] ar71xx: add support for TRENDnet TEW-823DRU

2016-09-11 Thread Cezary Jackiewicz
Dnia 2016-09-11, o godz. 00:05:18 Matthew McClintock <msm-...@mcclintock.net> napisał(a): > On Sat, Dec 12, 2015 at 1:53 AM, Cezary Jackiewicz > <cezary.jackiew...@gmail.com> wrote: > > Add support for TRENDnet TEW-823DRU: > > - cpu: QCA9558 @720MHz > > - fl

Re: [OpenWrt-Devel] [PATCH 1/2] wwan: Add support for CDC (Huawei 'HiLink') Modems

2016-02-23 Thread Cezary Jackiewicz
and connect automatically. -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] ramips: Error in mt7620_gsw_probe/mt7621_gsw_probe?

2016-01-26 Thread Cezary Jackiewicz
ce_node structure is populated? CC uses of_find_matching_node, but in DD/trunk this structure is null, and I cannot set "mediatek,port4" property to gmac. -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] ar71xx: add support for TRENDnet TEW-823DRU

2015-12-11 Thread Cezary Jackiewicz
Add support for TRENDnet TEW-823DRU: - cpu: QCA9558 @720MHz - flash: 16MB - ram: 256MB - 4+1 RJ45 100/1000Mbps - wifi: QCA9558 (bgn) and QCA9880-BR4A (ac) - 1x USB 2.0 Signed-off-by: Cezary Jackiewicz <cezary.jackiew...@gmail.com> --- diff --git a/target/linux/ar71xx/base-files/etc/b

[OpenWrt-Devel] [PATCH] hostapd: add RADIUS mac authentication

2015-07-15 Thread Cezary Jackiewicz
Allow to use radius server to mac authentication. Config section: .. option 'macfilter' 'radius' option 'auth_server' '192.168.1.100' option 'auth_secret' 'RadiusPassword' option 'auth_port' '1812' Tested with freeradius and Coova/radproxy. Signed-off-by: Cezary Jackiewicz

[OpenWrt-Devel] [PATCH V2] brcm63xx: HG553 buttons support

2015-07-15 Thread Cezary Jackiewicz
This patch adds buttons support for Huawei EchoLife HG553. Changes: - add empty line... - change codes to hexadecimal Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- diff --git a/target/linux/brcm63xx/dts/hg553.dts b/target/linux/brcm63xx/dts/hg553.dts index 140e2de..4d79824

[OpenWrt-Devel] [PATCH] brcm63xx: HG553 buttons support

2015-07-14 Thread Cezary Jackiewicz
This patch adds buttons support for Huawei EchoLife HG553. Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- diff --git a/target/linux/brcm63xx/dts/hg553.dts b/target/linux/brcm63xx/dts/hg553.dts index 140e2de..fa22403 100644 --- a/target/linux/brcm63xx/dts/hg553.dts +++ b/target

Re: [OpenWrt-Devel] Huawei 3372 NCM support on CC not working

2015-07-01 Thread Cezary Jackiewicz
It is huawei version, works with E3372s-153 and CC-rc2 in ncm mode (see also http://eko.one.pl/forum/viewtopic.php?id=11470 - in polish) -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi

[OpenWrt-Devel] [PATCH 1/2] ar71xx: fix mac offset in firmware file

2015-06-05 Thread Cezary Jackiewicz
In new firmware-4.bin (for ath10k) mac offset is 0x114 (276), not 0x118 (280). This also closes #19751, bug introduced in #45624 Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- diff --git a/target/linux/ar71xx/base-files/lib/preinit/82_patch_ath10k b/target/linux/ar71xx/base

[OpenWrt-Devel] [PATCH 2/2] ar71xx: add support for TRENDnet TEW-823DRU

2015-06-05 Thread Cezary Jackiewicz
This is new router from TRENDnet: - cpu: QCA9558 @720MHz - flash: 16MB - ram: 256MB - 4+1 RJ45 100/1000Mbps - wifi: QCA9558 (bgn) and QCA9880-BR4A (ac) - 1x USB 2.0 Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b

Re: [OpenWrt-Devel] [PATCH] luci-proto-wwan minimal support

2015-05-20 Thread Cezary Jackiewicz
Dnia 2015-04-22, o godz. 15:59:37 Aleksandr Kolesnik ner...@gmail.com napisał(a): Signed-off-by: Aleksandr Kolesnik ner...@gmail.com Hi, there is chance to to include this into 15.05? -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] [PATCH] brcm63xx: Add Huawei HG655b support

2015-05-09 Thread Cezary Jackiewicz
=HW65x:green:power + ;; Hi, please use generic led name, like huawei:green:power. -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH V2] ar71xx: add TP-LINK TL-WR710N v2

2015-04-18 Thread Cezary Jackiewicz
TP-Link TL-WR710n v2 looks like v1, but has less memory (4MB). Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 49c3ca0..ad2f8c1 100644 --- a/target/linux/ar71xx/image/Makefile +++ b

[OpenWrt-Devel] [PATCH] ar71xx: add TP-LINK TL-WR710N v2

2015-04-17 Thread Cezary Jackiewicz
TP-Link TL-WR710n v2 looks like v1, but has less memory (4MB). Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 8766756..fe269f4 100644 --- a/target/linux/ar71xx/image/Makefile +++ b

Re: [OpenWrt-Devel] [PATCH 1/2] [packages] add support for Huawei NCM modems

2015-03-28 Thread Cezary Jackiewicz
Why you do that? ncm from gcom-ncm is enough, you do not have to do specifically the new protocol. Just set /dev/cdc-wdm0 as device. Tested with E3131 in huawei/ncm mode. -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing list openwrt-devel

Re: [OpenWrt-Devel] [PATCH] ar71xx: detect GL.iNet model

2015-03-16 Thread Cezary Jackiewicz
' + ;; + 16580608) + AR71XX_MODEL='GL-iNet 6416A v1' + ;; + esac Hi, GL-iNet 64xxA v1? Why not just GL-iNet 64xxA according to http://www.gl-inet.com/w/?page_id=308 ? -- Pozdrawiam, Cezary Jackiewicz ___ openwrt

[OpenWrt-Devel] [PATCH] comgt: add hso support

2015-02-22 Thread Cezary Jackiewicz
Add HSO support to comgt. This is work of Kyklas (see https://dev.openwrt.org/ticket/6995), tested with Option GTM382. Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- diff --git a/package/network/utils/comgt/Makefile b/package/network/utils/comgt/Makefile index 8fcf54e

[OpenWrt-Devel] [PATCH] lantiq: td-w8970: fix failsafe mode

2015-02-07 Thread Cezary Jackiewicz
Fix failsafe mode for TD-W8970, register interface for preinit. Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- diff --git a/target/linux/lantiq/base-files/lib/preinit/05_set_preinit_iface_lantiq b/target/linux/lantiq/base-files/lib/preinit/05_set_preinit_iface_lantiq new file

[OpenWrt-Devel] [PATCH] ramips: delete unused file

2015-02-03 Thread Cezary Jackiewicz
These file is not used by system. Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- diff --git a/target/linux/ramips/base-files/etc/hotplug.d/usb/10-motion b/target/linux/ramips/base-files/etc/hotplug.d/usb/10-motion deleted file mode 100644 index e96acc8..000 --- a/target

[OpenWrt-Devel] [PATCH] at71xx: TP-LINK Archer: add 5GHz led entry

2015-02-03 Thread Cezary Jackiewicz
Add 5GHz led entry after r44033. Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds index d1da572..4dfe652 100755 --- a/target/linux/ar71xx/base-files/etc

Re: [OpenWrt-Devel] [PATCH] comgt-ncm: Fix NCM protocol

2015-01-28 Thread Cezary Jackiewicz
of firmware/WebUI? -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] fix typo in netifd.sh

2015-01-23 Thread Cezary Jackiewicz
bitrate: 86.7 MBit/s MCS 12 short GI etc. -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] ar71xx: add support for TP-LINK TL-WR843ND v1

2015-01-22 Thread Cezary Jackiewicz
TP-LINK TL-WR843ND v1 is the same model like wr41, but with Power over Ethernet on wan port. Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index a870396..14ee68b 100755

[OpenWrt-Devel] [PATCH] ramips: add support for Tenda 3G150B

2015-01-20 Thread Cezary Jackiewicz
Add suport for Tenda 3G150B: - cpu: Ralink RT5350F - flash: 4MB - ram: 32MB - 1x USB 2.0 - 1x RJ45 - one reset button - battery powered (BP-4L, 3.7V 1450mAh) Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b

[OpenWrt-Devel] [PATCH] kirkwood: add a script to detect the board name and populate /tmp/sysinfo.

2014-12-06 Thread Cezary Jackiewicz
Add a script to detect the board name and populate /tmp/sysinfo. Sets the status LED for Linksys EA4500. Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- diff --git a/target/linux/kirkwood/base-files/etc/diag.sh b/target/linux/kirkwood/base-files/etc/diag.sh new file mode

[OpenWrt-Devel] [PATCH] Typo in OpenWrt name.

2014-12-06 Thread Cezary Jackiewicz
Typo in OpenWrt name. Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- diff --git a/config/Config-devel.in b/config/Config-devel.in index 45a7fd9..d096c18 100644 --- a/config/Config-devel.in +++ b/config/Config-devel.in @@ -27,7 +27,7 @@ menuconfig DEVEL

Re: [OpenWrt-Devel] [PATCH] kirkwood: add a script to detect the board name and populate /tmp/sysinfo.

2014-12-06 Thread Cezary Jackiewicz
Dnia 2014-12-06, o godz. 15:22:38 John Crispin blo...@openwrt.org napisał(a): the added script is not what the subject/description claims it is ... /tmp/sysinfo is populated by calling kirkwood_board_name. -- Pozdrawiam, Cezary Jackiewicz

[OpenWrt-Devel] [PATCHv2] Build 8M image for 7Links PX-4885

2014-10-10 Thread Cezary Jackiewicz
7Links PX-4885 (clones) can also be purchased with 8MB flash. Creating images for these routers, use dtsi for common part Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- diff --git a/target/linux/ramips/dts/PX4885.dts b/target/linux/ramips/dts/PX4885.dts deleted file mode

[OpenWrt-Devel] [PATCH] ramips: fix switch config for Edimax 3G-6200n

2014-08-15 Thread Cezary Jackiewicz
Switch in Edimax 3G-6200n also require full switch reset, not only vlan definitions. Tested on Edimax 3G-6200n. Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- diff --git a/target/linux/ramips/base-files/etc/uci-defaults/02_network b/target/linux/ramips/base-files/etc/uci

[OpenWrt-Devel] [PATCH] Hame: change LED name mpr-x - hame

2014-08-13 Thread Cezary Jackiewicz
Change LED name mpr-x - hame Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index 4aac473..9ad7ccb 100755 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux

[OpenWrt-Devel] [PATCH] Hame: add mpr-a1 to default profile

2014-08-13 Thread Cezary Jackiewicz
Add hame mpr-a1 to default ramips profile. Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index bf95a84..1c65ee6 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips

[OpenWrt-Devel] [PATCH] Clean up HAME profiles, remove unnecessary packages

2014-08-13 Thread Cezary Jackiewicz
Clean up HAME profiles, remove unnecessary packages. Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- diff --git a/target/linux/ramips/rt305x/profiles/hame.mk b/target/linux/ramips/rt305x/profiles/hame.mk index 35b9a04..06dfc12 100644 --- a/target/linux/ramips/rt305x/profiles

[OpenWrt-Devel] [PATCH V2] ar71xx: add support for TP-LINK TL-WA860RE v1

2014-07-13 Thread Cezary Jackiewicz
New router/repeater from TP-LINK - CPU: Atheros AR9341-DL3A (AP123) - Flash: 4MB - Ram: 32MB Similar to TL-WA850RE Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: target/linux/ar71xx/base-files/etc/diag.sh

[OpenWrt-Devel] [PATCH V3] ar71xx: add support for TP-LINK TL-WA860RE v1

2014-07-13 Thread Cezary Jackiewicz
New router/repeater from TP-LINK - CPU: Atheros AR9341-DL3A (AP123) - Flash: 4MB - Ram: 32MB Similar to TL-WA850RE. Changes: rename file after r41596 Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux

[OpenWrt-Devel] [PATCH] ar71xx: add TP-LINK TL-WA860RE v1

2014-07-10 Thread Cezary Jackiewicz
New router/repeater from TP-LINK - CPU: Atheros AR9341-DL3A (AP123) - Flash: 4MB - Ram: 32MB Similar to TL-WA850RE Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: target/linux/ar71xx/base-files/etc/diag.sh

Re: [OpenWrt-Devel] [PATCH RESEND] firmware-utils/mkdir615h1: fix magic XOR calculation

2014-07-02 Thread Cezary Jackiewicz
because I have some more patches to add that will make this code more efficient and generic because it actually applies to most if not all Senao-produced boards. See https://dev.openwrt.org/changeset/41314 -- Pozdrawiam, Cezary Jackiewicz ___ openwrt

[OpenWrt-Devel] [PATCH] Get wifi firmware for WRTnode

2014-07-01 Thread Cezary Jackiewicz
After r41444 wifi working on WRTnode. Tested. Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom === --- target/linux/ramips/base-files/etc

[OpenWrt-Devel] [PATCH] lcdproc: remove dot and spaces

2014-04-27 Thread Cezary Jackiewicz
Remove the spaces and dots at the end of the line. Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: packages/utils/lcdproc/files/LCDd === --- packages/utils/lcdproc/files/LCDd (wersja 40577) +++ packages

Re: [OpenWrt-Devel] [PATCH] [packages] transmission: fixup configure, fuzz

2014-01-04 Thread Cezary Jackiewicz
. -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] Fix modprobe path for pppoatm

2013-11-09 Thread Cezary Jackiewicz
Without netifd generates an error: daemon.notice netifd: wan (1249): /bin/sh: /sbin/modprobe: not found Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: package/network/services/ppp/patches/510-fix-modprobe.patch

[OpenWrt-Devel] [PATCH] Fix factory image for DIR 505 A1

2013-08-14 Thread Cezary Jackiewicz
Based on the original firmware, the file must have the tag HORNET-PACKET-DIR505A1-3, not HORNET-RT-DIR505A1-3. Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: target/linux/ar71xx/image/Makefile

[OpenWrt-Devel] [PATCH] Fix for recognize TL-WR710N

2013-08-14 Thread Cezary Jackiewicz
Fix for recognize TL-WR710N Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: target/linux/ar71xx/base-files/lib/ar71xx.sh === --- target/linux/ar71xx/base-files/lib/ar71xx.sh(revision 3

[OpenWrt-Devel] [PATCH] gpio for Linksys E4200v1

2013-08-03 Thread Cezary Jackiewicz
GPIO for Linksys E4200v1, tested and works. This closes #13454 and #13894 Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: package/kernel/broadcom-diag/src/diag.c === --- package/kernel/broadcom-diag/src

[OpenWrt-Devel] [PATCH] Add support for Netgear WNR612 v2

2013-07-28 Thread Cezary Jackiewicz
Netgear WNR612 v2: - cpu Atheros AR7240 (Python) @400MHz - flash 4MB - ram 32MB - ethernet 10/100: 1xwan + 2xlan (only two) - radio AR9285 Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v3.c

[OpenWrt-Devel] [PATCH] add TP-LINK TL-WR710N v1

2013-07-27 Thread Cezary Jackiewicz
Small router sold in EU: AR9330@400MHz, 1x USB2.0, 2x ethernet, 8MB flash, 32MB ram, one led, one button. See: http://galeria.tech-blog.pl/TP-Link_TL-WR710N-EU/ Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: target/linux/ar71xx/image/Makefile

Re: [OpenWrt-Devel] [PATCH] [ar71xx] add support for TL-Link TL-MR13U

2013-07-26 Thread Cezary Jackiewicz
name: TP-LINK Technologies Firmware version : ver. 1.0 Hardware ID: 0x00130101 (unknown) So + 001301*) + model=TP-Link TL-MR13U + ;; -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing list openwrt-devel

Re: [OpenWrt-Devel] [PATCHv2] minidlna: update to 1.1.0

2013-07-22 Thread Cezary Jackiewicz
path explicitly now Kernel.mk is also not necessary 1.1.0 -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] Fix TL-MR10U usb power

2013-05-26 Thread Cezary Jackiewicz
MR10U is closer to MR3040 than WR703N. This changes also enable USB power on GPIO18. Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: target/linux/ar71xx/image/Makefile === --- target/linux/ar71xx/image

[OpenWrt-Devel] [PATCH] Typo in detect TL-MR10U/TL-MR11U

2013-05-26 Thread Cezary Jackiewicz
At offset 0x40, signature for TL-MR10U/TL-MR11U begin from 0x00, not 0x10/0x11. Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: target/linux/ar71xx/base-files/lib/ar71xx.sh === --- target/linux/ar71xx/base

[OpenWrt-Devel] [PATCH] ar71xx: add TP-LINK TL-MR10U

2013-05-16 Thread Cezary Jackiewicz
Small router with 4MB flash, 32MB RAM http://www.tp-link.com.cn/product_300.html Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: target/linux/ar71xx/image/Makefile === --- target/linux/ar71xx/image

[OpenWrt-Devel] [PATCH] ramips: add Huawei D105

2013-03-29 Thread Cezary Jackiewicz
Small router sold in Poland (by Cyfrowy Polsat) - CPU: RT3050F @ 320MHz - 4MB flash - 16MB RAM - 1x USB 2.0 - reset button - wifi: Chipset detected - rt: 2872, rf: 0005, rev: 0200. Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: target/linux/ramips/image/Makefile

Re: [OpenWrt-Devel] [PATCH] [packages] proftpd: Bump to 1.3.4c

2013-03-20 Thread Cezary Jackiewicz
for creating directories when UserOwner is in effect. + Increased performance of FTP directory listings. Signed-off-by: Daniel Petre d...@ip6.ro Applied, thanks! -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing list openwrt-devel

[OpenWrt-Devel] [PATCH] ar71xx: rw2458n - Use eeprom (art) from wifi card

2013-03-12 Thread Cezary Jackiewicz
Use eeprom (art) from included wifi card, not hard coded in flash. Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: target/linux/ar71xx/files/arch/mips/ath79/mach-rw2458n.c === --- target/linux/ar71xx/files

Re: [OpenWrt-Devel] Linksys E4200v1 Support

2013-02-20 Thread Cezary Jackiewicz
slot 9! End of ring: 0 etc. -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] aria2: update to 1.16.3

2013-02-18 Thread Cezary Jackiewicz
Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: feeds/packages/net/aria2/Makefile === --- feeds/packages/net/aria2/Makefile (wersja 35669) +++ feeds/packages/net/aria2/Makefile (kopia robocza) @@ -7,12

[OpenWrt-Devel] [PATCH] ar71xx: add TP-LINK TL-WR743ND v2

2013-02-01 Thread Cezary Jackiewicz
AR9331 based, these same as 741v4 Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- --- target/linux/ar71xx/image/Makefile (wersja 35445) +++ target/linux/ar71xx/image/Makefile (kopia robocza) @@ -906,7 +906,7 @@ $(eval $(call SingleProfile,TPLINK,$(fs_64kraw),TLWR740NV3,tl

[OpenWrt-Devel] [PATCH] ramips: Add Tenda 3G300M

2013-01-09 Thread Cezary Jackiewicz
Ralink RT3052F, 4MB flash, 32MB ram, one USB 2.0, two buttons and seven leds. Factory image should be used to flash from original firmware. Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h

Re: [OpenWrt-Devel] [PATCH] ramips: Add Tenda 3G300M

2013-01-09 Thread Cezary Jackiewicz
Dnia 2013-01-09, o godz. 20:51:04 Paul Fertser fercer...@gmail.com napisał(a): Cezary Jackiewicz cezary.jackiew...@gmail.com writes: +define Profile/3G300M + NAME:=Tenda 3G300M + PACKAGES:=\ + kmod-usb-core kmod-usb-rt305x-dwc_otg \ + kmod-ledtrig-usbdev

[OpenWrt-Devel] [PATCH] RFC? ramips: add missing interface definition

2013-01-09 Thread Cezary Jackiewicz
RFC: interface should be defined for failsafe? Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: target/linux/ramips/base-files/lib/preinit/07_set_preinit_iface === --- target/linux/ramips/base-files/lib

Re: [OpenWrt-Devel] [PATCH] ramips: Add Tenda 3G300M

2013-01-09 Thread Cezary Jackiewicz
you like to do it yourself or do you prefer having someone else do it? Let someone try to fix it. -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] ar71xx: add TL-LINK TL-MR3220 v2

2012-12-18 Thread Cezary Jackiewicz
Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: target/linux/ar71xx/base-files/etc/uci-defaults/leds === --- target/linux/ar71xx/base-files/etc/uci-defaults/leds(revision 34763) +++ target/linux/ar71xx

[OpenWrt-Devel] [PATCH] ar71xx: TP-LINK also has a family TL-WDR

2012-12-06 Thread Cezary Jackiewicz
Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: target/linux/ar71xx/base-files/lib/ar71xx.sh === --- target/linux/ar71xx/base-files/lib/ar71xx.sh(wersja 34566) +++ target/linux/ar71xx/base-files/lib

[OpenWrt-Devel] [PATCH] usb-modeswitch

2012-12-05 Thread Cezary Jackiewicz
This patch updates usb-modeswitch to version 1.2.5 Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: feeds/packages/utils/usb-modeswitch/Makefile === --- feeds/packages/utils/usb-modeswitch/Makefile

[OpenWrt-Devel] [PATCH] usb-modeswitch-data

2012-12-05 Thread Cezary Jackiewicz
This patch updates usb-modeswitch-data to version 20121109 Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: feeds/packages/utils/usb-modeswitch-data/Makefile === --- feeds/packages/utils/usb-modeswitch-data

[OpenWrt-Devel] [PATCH] Update libpcap to 1.3.0

2012-12-04 Thread Cezary Jackiewicz
This patch adds QMI WWAN driver for Qualcomm MSM based 3G and LTE modems. Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: package/kernel/modules/usb.mk === --- package/kernel/modules/usb.mk (wersja

[OpenWrt-Devel] [PATCH] libqmi - helper library and utils to talk to QMI enabled modems

2012-12-04 Thread Cezary Jackiewicz
Based on work of Aleksander Morgado. Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: feeds/packages/libs/libqmi/Makefile === --- feeds/packages/libs/libqmi/Makefile (wersja 0) +++ feeds/packages/libs/libqmi

[OpenWrt-Devel] QMI WWAN driver for Qualcomm MSM based 3G and LTE modems (Was: Re: [PATCH] Update libpcap to 1.3.0)

2012-12-04 Thread Cezary Jackiewicz
Sorry, wrong title - should be QMI WWAN driver for Qualcomm MSM based 3G and LTE modems -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] aria2 - update do 1.16.0

2012-12-04 Thread Cezary Jackiewicz
This patch updates aria2 to version 1.16.0 Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: feeds/packages/net/aria2/Makefile === --- feeds/packages/net/aria2/Makefile (wersja 34498) +++ feeds/packages/net

[OpenWrt-Devel] [PATCH] Initial support for AirLive AIR3GII

2012-11-22 Thread Cezary Jackiewicz
detected. [ 13.40] phy0 - rt2x00lib_probe_dev: Error - Failed to allocate device. Other problem: LAN leds is reverse (lights when not cable connected and vice versa) Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: target/linux/ramips/image/Makefile

Re: [OpenWrt-Devel] [PATCH] block-mount: do a lazy umount when the device is unplugged

2012-11-17 Thread Cezary Jackiewicz
the auto-created mount point. Maybe we should mount by default in /tmp, not /mnt? This prevents unnecessary write in flash. -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman

[OpenWrt-Devel] [PATCH] rw2458n - fix flash parts

2012-10-19 Thread Cezary Jackiewicz
See #12338. Redwave rw2458 has uboot, not redboot. Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: target/linux/ar71xx/files/arch/mips/ath79/mach-rw2458n.c === --- target/linux/ar71xx/files/arch/mips/ath79

[OpenWrt-Devel] [PATCH] Add support for TP-Link TL-MR3040

2012-05-18 Thread Cezary Jackiewicz
Support for TP-Link TL-MR3040. Power LED not working - always on red, after start should be green. Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- --- target/linux/ar71xx/image/Makefile +++ target/linux/ar71xx/image/Makefile @@ -877,6 +877,11 @@ $(call Image/Build

[OpenWrt-Devel] [PATCH] Add missing gspca video drivers.

2012-05-03 Thread Cezary Jackiewicz
Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: package/kernel/modules/video.mk === --- package/kernel/modules/video.mk (wersja 31563) +++ package/kernel/modules/video.mk (kopia robocza) @@ -210,6

[OpenWrt-Devel] [PATCH] usb-modeswitch: update to 1.2.3

2012-02-10 Thread Cezary Jackiewicz
-v/-p is now mandatory Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com Index: feeds/packages/utils/usb-modeswitch/files/modeswitch.hotplug === --- feeds/packages/utils/usb-modeswitch/files/modeswitch.hotplug

[OpenWrt-Devel] [PATCH] usb-modeswitch-data: update to 20120120

2012-02-10 Thread Cezary Jackiewicz
Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com Index: feeds/packages/utils/usb-modeswitch-data/Makefile === --- feeds/packages/utils/usb-modeswitch-data/Makefile (wersja 30406) +++ feeds/packages/utils/usb

[OpenWrt-Devel] [PATCH] new package - aria2

2012-01-19 Thread Cezary Jackiewicz
aria2 is a lightweight multi-protocol multi-source download utility operated in command-line. It supports HTTP/HTTPS, FTP, BitTorrent and Metalink. aria2 has built-in JSON-RPC and XML-RPC interface. Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: feeds/packages/net

[OpenWrt-Devel] [PATCH] ar71xx: add support for Redwave RW2458N

2012-01-05 Thread Cezary Jackiewicz
Update patches https://dev.openwrt.org/ticket/9568 Tested on r29664 Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- --- target/linux/ar71xx/config-2.6.37 (wersja 27297) +++ target/linux/ar71xx/config-2.6.37 (kopia robocza) @@ -33,6 +32,7 @@ CONFIG_AR71XX_MACH_PB92=y

Re: [OpenWrt-Devel] [PATCH] ar71xx: add support for Redwave RW2458N

2012-01-05 Thread Cezary Jackiewicz
Dnia 2012-01-05, o godz. 22:09:11 Gabor Juhos juh...@openwrt.org napisał(a): [...] Please remove the ar71xx_eth{0,1}_data.* initialization. Those values are configured automatically for AR7240 since r29103. Yes, indeed. v1.1 Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com

Re: [OpenWrt-Devel] [OpenWrt-Commits] r29640 - packages/net/transmission/files

2012-01-02 Thread Cezary Jackiewicz
). #define IPTOS_LOWDELAY 0x10 in /usr/include/netinet/ip.h -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] Belkin F5D8235-4 v1

2011-12-23 Thread Cezary Jackiewicz
be the proper way of handling 8MB flash on rt288x? -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] Belkin F5D8235-4 v1

2011-12-02 Thread Cezary Jackiewicz
Support for Belkin F5D8235-4 v1 (RT288x) works: - switch - buttons - some leds does not work: - USB (not supported by RT288XX) - WLAN Based on r29397 Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- --- target/linux/ramips/rt288x/config-2.6.39 +++ target/linux/ramips/rt288x

Re: [OpenWrt-Devel] [PATCH] Belkin F5D8235-4 v1

2011-12-02 Thread Cezary Jackiewicz
Dnia 2011-12-02, o godz. 19:34:14 Roman Yeryomin leroi.li...@gmail.com napisał(a): On 2 December 2011 19:17, Cezary Jackiewicz cezary.jackiew...@gmail.com wrote: Support for Belkin F5D8235-4 v1 (RT288x) works: - switch - buttons - some leds does not work: - USB (not supported

[OpenWrt-Devel] [PATCH] php5: add mod-zip

2011-12-02 Thread Cezary Jackiewicz
[PATCH] php5: add mod-zip Signed-off-by: Cezary Jackiewicz cezary.jackiewicz at gmail.com --- Index: feeds/packages/lang/php5/Makefile === --- feeds/packages/lang/php5/Makefile (wersja 29397) +++ feeds/packages/lang/php5/Makefile

Re: [OpenWrt-Devel] [PATCH] Belkin F5D8235-4 v1

2011-12-02 Thread Cezary Jackiewicz
Dnia 2011-12-02, o godz. 19:34:14 Roman Yeryomin leroi.li...@gmail.com napisał(a): On 2 December 2011 19:17, Cezary Jackiewicz cezary.jackiew...@gmail.com wrote: Support for Belkin F5D8235-4 v1 (RT288x) works: - switch - buttons - some leds does not work: - USB (not supported

Re: [OpenWrt-Devel] [PATCH 5/5] [packages] samba3: update version to 3.0.47 Thanks to Maarten Bezemer m.m.beze...@utwente.nl

2011-09-17 Thread Cezary Jackiewicz
Dnia 2011-08-30, o godz. 10:56:17 Maarten Bezemer m.m.beze...@utwente.nl napisał(a): Then I'll send another update of my samba3 patch to the list and await further comments... ;) Maarten, when can we expect next version? -- Cezary ___

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

2011-08-20 Thread Cezary Jackiewicz
Signed-off-by: Cezary Jackiewicz cez...@eko.one.pl --- Index: package/kernel/modules/usb.mk === --- package/kernel/modules/usb.mk (wersja 28063) +++ package/kernel/modules/usb.mk (kopia robocza) @@ -956,7 +956,7

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

2011-08-14 Thread Cezary Jackiewicz
. Not from SDK/openwrt, I don't have any kb5 libraries installed in sdk. -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

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

2011-08-14 Thread Cezary Jackiewicz
used on a (home)router or not. If not, then building configuration options for it seems like a waste of time. +1 for remove AD, ldap etc. -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https

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

2011-08-13 Thread Cezary Jackiewicz
external library) -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

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

2011-08-08 Thread Cezary Jackiewicz
Dnia 2011-08-08, o godz. 15:56:17 Maarten Bezemer m.m.beze...@utwente.nl napisał(a): It saves about 260kB on the smbd executable size. Good to hear it. -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

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

2011-08-07 Thread Cezary Jackiewicz
Dnia 2011-08-06, o godz. 14:57:00 Maarten Bezemer m.m.beze...@utwente.nl napisał(a): Next: try do not include files from printing/* if SAMBA3_NO_PRINTING (AVM_NO_PRINTING) is selected. -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing

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

2011-08-04 Thread Cezary Jackiewicz
the build-in libpopt? Just look how grow binary with libpopt build-in. If size grows more than 10k, should be external. -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman

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

2011-08-03 Thread Cezary Jackiewicz
not stripped away properly. - Fixed a problem of a failing test for 'long long', resulting that it was not available. [...] Any replies, comments or critics are still very welcome. Good! How about libpopt? Why samba use external package, not this build-in? -- Pozdrawiam, Cezary Jackiewicz

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

2011-08-02 Thread Cezary Jackiewicz
disable it (see: https://dev.openwrt.org/ticket/9451). -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

  1   2   >