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
Dnia 2019-05-26, o godz. 22:16:30 Birger Koblitz napisał(a): > Hi, > > On 26.05.19 19:28, Cezary Jackiewicz wrote: > >> +    ucidef_set_led_netdev "lan" "lan" "$boardname:green:internet" > >> "eth0" > >>

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
Device/edimax_ew-7478ac > +  DTS := EW-7478AC > +  DEVICE_TITLE := Edimax EW-7478AC > +  BLOCKSIZE := 64k BLOCKSIZE := 4k See erasesize: root@OpenWrt:~# cat /proc/mtd dev:size erasesize name mtd0: 0003 1000 "u-boot" mtd1: 0001 1000 "u-boot-env" mtd2: 0001 1000 "factory" mtd3: 0002 1000 "cimage" mtd4: 0079 1000 "firmware" mtd5: 00182ef3 1000 "kernel" mtd6: 0060d10d 1000 "rootfs" mtd7: 0041a000 1000 "rootfs_data" -- 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-25 Thread Cezary Jackiewicz
unnecessary comment >     struct platform_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", > &rtl8211e_re

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

2016-09-10 Thread Cezary Jackiewicz
Dnia 2016-09-11, o godz. 00:05:18 Matthew McClintock napisał(a): > On Sat, Dec 12, 2015 at 1:53 AM, Cezary Jackiewicz > wrote: > > Add support for TRENDnet TEW-823DRU: > > - cpu: QCA9558 @720MHz > > - flash: 16MB > > - ram: 256MB > > - 4+1 RJ45 100/100

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

2016-02-23 Thread Cezary Jackiewicz
rawiam, 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
gsw->port4 = PORT4_EPHY; + Where device_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-de

[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 --- diff --git a/target/linux/ar71xx/base-files/etc/board.d/01_leds b/target/linux/ar71xx

[OpenWrt-Devel] [PATCH] ar71xx: TP-LINK Archer C5 image name

2015-10-08 Thread Cezary Jackiewicz
There are more version on market, add version number to the name. Signed-off-by: Cezary Jackiewicz --- diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index ae398d9..e193c08 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image

[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'

[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 --- diff --git a/target/linux/brcm63xx/dts/hg553.dts b/target/linux/brcm63xx/dts/hg553.dts index 140e2de..4d79824 100644 --- a/target/linux

[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 --- 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/linux/brcm63xx/dts/hg553

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

2015-07-01 Thread Cezary Jackiewicz
sion, 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 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 --- diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files

[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 --- diff --git a/target/linux/ar71xx/base-files/lib/preinit/82_patch_ath10k b/target/linux/ar71xx/base-files/lib/preinit

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 napisał(a): > Signed-off-by: Aleksandr Kolesnik Hi, there is chance to to include this into 15.05? -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.

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

2015-05-09 Thread Cezary Jackiewicz
uot; > ;; > + hg655b) > + status_led="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 --- 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/target/linux/ar71xx/image

[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 --- 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/target/linux/ar71xx/image

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

2015-03-28 Thread Cezary Jackiewicz
o/huawei_ncm.sh 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 open

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

2015-03-16 Thread Cezary Jackiewicz
"$size" in > + 8192000) > + AR71XX_MODEL='GL-iNet 6408A v1' > + ;; > + 16580608) > + AR71XX_MODEL='GL-iNet 6416A v1' > + ;; > + esac Hi, GL-iNet 64xxA v1? Why not just GL-iNet 64xxA ac

[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 --- diff --git a/package/network/utils/comgt/Makefile b/package/network/utils/comgt/Makefile index 8fcf54e..1e12b68 100644 --- a/package

[OpenWrt-Devel] [PATCH] ramips: nexx wt3020: fix status led

2015-02-19 Thread Cezary Jackiewicz
For Nexx WT3020 board_name is wt3020, not nexx-wt3020 root@OpenWrt:~# . /lib/ramips.sh; echo $(ramips_board_name) wt3020 Signed-off-by: Cezary Jackiewicz --- diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index 39a0868..50b6ff2 100644

[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 --- 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 mode 100644 index 000

[OpenWrt-Devel] [PATCH] lantiq: td-w8970: fix reset button

2015-02-07 Thread Cezary Jackiewicz
For TP-LINK TD-W8970 button should work as "reset", not "BTN_1". Signed-off-by: Cezary Jackiewicz --- diff --git a/target/linux/lantiq/dts/TDW8970.dts b/target/linux/lantiq/dts/TDW8970.dts index 51972a0..1b42d48 100644 --- a/target/linux/lantiq/dts/TDW8970.dts +++ b/tar

[OpenWrt-Devel] [PATCH] lantiq: fix typo in script

2015-02-07 Thread Cezary Jackiewicz
Fix typo in firmware installer script. Signed-off-by: Cezary Jackiewicz --- diff --git a/package/kernel/lantiq/ltq-vdsl-fw/src/vdsl_fw_install.sh b/package/kernel/lantiq/ltq-vdsl-fw/src/vdsl_fw_install.sh index 858e8f1..8349505 100755 --- a/package/kernel/lantiq/ltq-vdsl-fw/src

[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 --- 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/linux/ramips/base-files/etc

[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 --- 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/uci-defaults/01_leds +++ b

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

2015-01-28 Thread Cezary Jackiewicz
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
z (width: 40 MHz with channel 36 and HT40+); iw wlan1 station dump shows bitrate rx bitrate: 115.6 MBit/s MCS 13 short GI tx bitrate: 57.8 MBit/s MCS 5 short GI rx 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 --- diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index a870396..14ee68b 100755 --- a/target/linux/ar71xx

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

2015-01-20 Thread Cezary Jackiewicz
$ht variable is not passed. $htmode is. With this, wpa_supplicant-phy0.conf contains htmode line if htmode is set in config. Signed-off-by: Cezary Jackiewicz --- diff --git a/package/network/services/hostapd/files/netifd.sh b/package/network/services/hostapd/files/netifd.sh index d625709

[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 --- diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files

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 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 mail

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

2014-12-06 Thread Cezary Jackiewicz
Typo in OpenWrt name. Signed-off-by: Cezary Jackiewicz --- 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 If not set then defaults to '

[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 --- diff --git a/target/linux/kirkwood/base-files/etc/diag.sh b/target/linux/kirkwood/base-files/etc/diag.sh new file mode 100755 index 000..bd6bd98

[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 --- diff --git a/target/linux/ramips/dts/PX4885.dts b/target/linux/ramips/dts/PX4885.dts deleted file mode 100644 index 2bea444..000

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

2014-10-09 Thread Cezary Jackiewicz
7Links PX-4885 (clones) can also be purchased with 8MB flash. Creating images for these routers. Signed-off-by: Cezary Jackiewicz --- diff --git a/target/linux/ramips/dts/PX4885-4M.dts b/target/linux/ramips/dts/PX4885-4M.dts new file mode 100644 index 000..2bea444 --- /dev/null +++ b

[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 --- diff --git a/target/linux/ramips/base-files/etc/uci-defaults/02_network b/target/linux/ramips/base-files/etc/uci-defaults/02_network index

[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 --- 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/hame.mk +++ 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 --- 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/image/Makefile @@ -601,6 +601,7

[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 --- 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/ramips/base-files/

[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 --- diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh

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

2014-07-12 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 --- Index: target/linux/ar71xx/base-files/etc/diag.sh === --- target/linux/ar71xx

[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 --- Index: target/linux/ar71xx/base-files/etc/diag.sh === --- target/linux/ar71xx

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

2014-07-02 Thread Cezary Jackiewicz
quot;Committed"? I > ask 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-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 --- Index: target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom === --- target/linux/ramips/base-files/etc/hotplug.d/firmware/10

[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 --- Index: packages/utils/lcdproc/files/LCDd === --- packages/utils/lcdproc/files/LCDd (wersja 40577) +++ packages/utils/lcdproc/files/LCDd

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

2014-01-04 Thread Cezary Jackiewicz
Dnia 2014-01-04, o godz. 11:58:49 Dirk Neukirchen napisał(a): > while at it remove patch fuzz by refreshing patches > > fixes build warning: > configure: WARNING: unrecognized options: --disable-gtk > > Signed-off-by: Dirk Neukirchen r39199, thanks. -- Pozdrawiam,

[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 --- Index: package/network/services/ppp/patches/510-fix-modprobe.patch === --- package

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

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

[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 --- Index: target/linux/ar71xx/image/Makefile === --- target/linux/ar71xx/image

[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 --- Index: package/kernel/broadcom-diag/src/diag.c === --- package/kernel/broadcom-diag/src/diag.c (revision 37665

[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 --- Index: target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v3.c

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

2013-07-26 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 --- Index: target/linux/ar71xx/image/Makefile

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

2013-07-26 Thread Cezary Jackiewicz
uv1.bin File name : mr13uv1.bin ... Vendor name: TP-LINK Technologies Firmware version : ver. 1.0 Hardware ID: 0x00130101 (unknown) So + "001301"*) + model="TP-Link TL-MR13U" + ;; -- Pozdrawiam, Cezary Jackiewicz ___

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

2013-07-22 Thread Cezary Jackiewicz
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] Add cgi programs to apcupsd

2013-05-28 Thread Cezary Jackiewicz
This patch add cgi programs to apcupsd - data visualization on the web Signed-off-by: Cezary Jackiewicz --- Index: feeds/packages/net/apcupsd/Makefile === --- feeds/packages/net/apcupsd/Makefile (revision 36754) +++ feeds

[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 --- Index: target/linux/ar71xx/base-files/lib/ar71xx.sh === --- target/linux/ar71xx/base-files/lib/ar71xx.sh

[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 --- Index: target/linux/ar71xx/image/Makefile === --- target/linux/ar71xx/image/Makefile (wersja 36725

[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 --- Index: target/linux/ar71xx/image/Makefile === --- target/linux/ar71xx/image/Makefile (wersja 36642

[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 --- Index: target/linux/ramips/image/Makefile

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

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

[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 --- Index: target/linux/ar71xx/files/arch/mips/ath79/mach-rw2458n.c === --- target/linux/ar71xx/files/arch/mips/ath79/mach

Re: [OpenWrt-Devel] Linksys E4200v1 Support

2013-02-20 Thread Cezary Jackiewicz
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 --- Index: feeds/packages/net/aria2/Makefile === --- feeds/packages/net/aria2/Makefile (wersja 35669) +++ feeds/packages/net/aria2/Makefile (kopia robocza) @@ -7,12 +7,12 @@ include $(TOPDIR

[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 --- --- 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-wr740n-v3,TL-WR741ND

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

2013-01-09 Thread Cezary Jackiewicz
hould be, as generic_8m. > > Would 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] RFC? ramips: add missing interface definition

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

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 napisał(a): > Cezary Jackiewicz writes: > > +define Profile/3G300M > > + NAME:=Tenda 3G300M > > + PACKAGES:=\ > > + kmod-usb-core kmod-usb-rt305x-dwc_otg \ > > + kmod-ledtrig-usbdev > &g

[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 --- Index: target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h

[OpenWrt-Devel] [PATCH] CDC NCM & QMI WWAN driver for modern USB modems

2013-01-08 Thread Cezary Jackiewicz
Signed-off-by: Cezary Jackiewicz --- Index: package/kernel/modules/usb.mk === --- package/kernel/modules/usb.mk (wersja 35052) +++ package/kernel/modules/usb.mk (kopia robocza) @@ -146,6 +146,22 @@ $(eval $(call

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

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

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

2012-12-06 Thread Cezary Jackiewicz
Signed-off-by: Cezary Jackiewicz --- 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/ar71xx.sh(kopia

[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 --- Index: feeds/packages/utils/usb-modeswitch-data/Makefile === --- feeds/packages/utils/usb-modeswitch-data/Makefile (wersja 34498

[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 --- Index: feeds/packages/utils/usb-modeswitch/Makefile === --- feeds/packages/utils/usb-modeswitch/Makefile(wersja 34498) +++ feeds

[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 --- Index: feeds/packages/net/aria2/Makefile === --- feeds/packages/net/aria2/Makefile (wersja 34498) +++ feeds/packages/net/aria2/Makefile (kopia

[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] 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 --- Index: feeds/packages/libs/libqmi/Makefile === --- feeds/packages/libs/libqmi/Makefile (wersja 0) +++ feeds/packages/libs/libqmi/Makefile (kopia robocza

[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 --- Index: package/kernel/modules/usb.mk === --- package/kernel/modules/usb.mk (wersja 34497) +++ package/kernel

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

2012-11-22 Thread Cezary Jackiewicz
0x5350 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 --- Index: target/linux/ramips/imag

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

2012-11-17 Thread Cezary Jackiewicz
nd also rmdir 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://lis

[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 --- Index: target/linux/ar71xx/files/arch/mips/ath79/mach-rw2458n.c === --- target/linux/ar71xx/files/arch/mips/ath79/mach-rw2458n.c(wersja

[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 --- --- target/linux/ar71xx/image/Makefile +++ target/linux/ar71xx/image/Makefile @@ -877,6 +877,11 @@ $(call Image/Build/Template/$(fs_64k)/$(1),TPLINK

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

2012-05-02 Thread Cezary Jackiewicz
Signed-off-by: Cezary Jackiewicz --- Index: package/kernel/modules/video.mk === --- package/kernel/modules/video.mk (wersja 31563) +++ package/kernel/modules/video.mk (kopia robocza) @@ -210,6 +210,21 @@ $(eval $(call

[OpenWrt-Devel] [PATCH] Add usb_modeswitch to preinit

2012-03-12 Thread Cezary Jackiewicz
Some 3G modem requires switch from storage to modem before use it as extroot. This enhance block-mount. Tested on Huawei E173/E353 Signed-off-by: Cezary Jackiewicz Index: feeds/packages/utils/usb-modeswitch/files/modeswitch.preinit

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

2012-02-10 Thread Cezary Jackiewicz
Signed-off-by: Cezary Jackiewicz Index: feeds/packages/utils/usb-modeswitch-data/Makefile === --- feeds/packages/utils/usb-modeswitch-data/Makefile (wersja 30406) +++ feeds/packages/utils/usb-modeswitch-data/Makefile (kopia

[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 Index: feeds/packages/utils/usb-modeswitch/files/modeswitch.hotplug === --- feeds/packages/utils/usb-modeswitch/files/modeswitch.hotplug(wersja 30406) +++ feeds

[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 --- Index: feeds/packages/net/aria2/Make

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 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 --- --- target/linux/ar71xx/config-

[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 --- --- 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 CONFIG_AR71XX_MACH_RB4XX=y

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

2012-01-02 Thread Cezary Jackiewicz
Dnia 2012-01-02, o godz. 15:39:28 Philip Prindeville napisał(a): > This app is broken. Looking at /usr/include/netinet/ip.h: [...] Ok, I revert default value. If someone needs to set differently than the default value, it can do it yourself in the configuration. -- Pozdrawiam, Cez

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

2012-01-02 Thread Cezary Jackiewicz
266 in libtransmission/session.c). #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-27 Thread Cezary Jackiewicz
nk/rt288x/mach-f5d8235-v1.c (wersja 0) +++ target/linux/ramips/files/arch/mips/ralink/rt288x/mach-f5d8235-v1.c (wersja 0) @@ -0,0 +1,142 @@ +/* + * Belkin F5D825 V1 board support + * + * Copyright (C) 2011 Cezary Jackiewicz + * + * This program is free software; you can redistribute it and/or

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

2011-12-23 Thread Cezary Jackiewicz
s. So, what should 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

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 napisał(a): > On 2 December 2011 19:17, Cezary Jackiewicz > wrote: > > Support for Belkin F5D8235-4 v1 (RT288x) > > works: > > - switch > > - buttons > > - some leds > > > > does not work:

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

2011-12-02 Thread Cezary Jackiewicz
[PATCH] php5: add mod-zip Signed-off-by: Cezary Jackiewicz --- Index: feeds/packages/lang/php5/Makefile === --- feeds/packages/lang/php5/Makefile (wersja 29397) +++ feeds/packages/lang/php5/Makefile (kopia robocza) @@ -9,7

  1   2   >