Re: [OpenWrt-Devel] [PATCH 1/1] package: contrib: add smstools3 package

2014-12-20 Thread Jiri Slachta
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Gerald, I would recommend you to resend the patch to the openwrt packages repository on github as a pull request. Please follow the Contributing Guidelines[1] for packages in OpenWrt package repository. In your Makefile the PKG_MAINTAINER is n

Re: [OpenWrt-Devel] [PATCH 1/1] package: contrib: add smstools3 package

2014-12-20 Thread drEagle
Hi, Le 21/12/2014 08:09, Gerald Kerma a écrit : > Add smstools3 package from http://smstools3.kekekasvi.com/ > > Signed-off-by: Gerald Kerma Tested successfull as an email/sms gateway with : - Device: ID 12d1:1001 Huawei Technologies Co., Ltd. E169/E620/E800 HSDPA Modem - Trunk: OpenWrt Chaos C

[OpenWrt-Devel] [PATCH 1/1] package: contrib: add smstools3 package

2014-12-20 Thread Gerald Kerma
Add smstools3 package from http://smstools3.kekekasvi.com/ Signed-off-by: Gerald Kerma --- package/contrib/smstools3/Makefile | 73 ++ package/contrib/smstools3/files/smstools3.conf | 20 +++ package/contrib/smstools3/files/smstools3.init | 152 +

[OpenWrt-Devel] Is tspc removed from openwrt?

2014-12-20 Thread xinglp
___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] batman-adv ipv6

2014-12-20 Thread Lars Boegild Thomsen
On Saturday, December 20, 2014 11:46:47 Alexander Couzens wrote: > maybe this is related to #17625 https://dev.openwrt.org/ticket/17625 ? > (destination mac address of IPv6 neighbour solicitation changed from multi- > to unicast (IPv6 partly broken)) I thought so for a while but apparently not.

[OpenWrt-Devel] oxnas target description for wiki on dev.openwrt.org

2014-12-20 Thread Daniel Golle
Hi! I reckon the following info should go to https://dev.openwrt.org/wiki/oxnas and there should be a reference to that on https://dev.openwrt.org/wiki/platforms I love to edit the wiki myself, however, trac doesn't seem to allow users to create new accounts. What to do? Does anyone who got acces

[OpenWrt-Devel] [PATCH 2/2] gemini: add ata driver

2014-12-20 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- target/linux/gemini/config-3.10| 2 + .../linux/gemini/files/drivers/ata/pata_gemini.c | 234 + .../gemini/patches-3.10/150-gemini-pata.patch | 192 + 3 files changed, 428 insertions(+) create mode

[OpenWrt-Devel] [PATCH 1/2] gemini: add rtc-gemini driver

2014-12-20 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- target/linux/gemini/Makefile | 2 +- target/linux/gemini/config-3.10| 2 + target/linux/gemini/files/drivers/rtc/rtc-gemini.c | 220 + ...emini-fix-platform_register_rtc-prototype.patch | 23 ---

Re: [OpenWrt-Devel] shadow: conflicts with busybox

2014-12-20 Thread Gergely Kiss
On 12/20/2014 07:59 PM, Gergely Kiss wrote: > Hi Steven, > > I found an issue regarding your most recent commit > (65d8897100012b948e29b9d3ee71b468df6afac4) for the shadow package. > > The packages shadow-su and shadow-passwd are now causing file conflicts in > case the corresponding BusyBox-co

[OpenWrt-Devel] [PATCH] ramips: update BR-6475ND dts

2014-12-20 Thread Christopher Lais
Update firmware location for 2.4GHz radio on the Edimax BR-6475nD. Signed-off-by: Christopher Lais --- .../linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom | 2 +- target/linux/ramips/dts/BR-6475ND.dts | 4 +++- 2 files changed, 4 insertions(+), 2

Re: [OpenWrt-Devel] 3.18 kernel timing? (Was Re: Moving to 3.17.x kernel?)

2014-12-20 Thread Hauke Mehrtens
On 12/19/2014 03:45 PM, Marc Nicholas wrote: > So let me turn my question around: given there seems to be some work on > the 3.18 kernel, is there a timeline for this to go into the development > trunk? :) > > Thx. > > -m > > -- > Marc Nicholas > CTO, Wimoto Technologies Inc. > Unit 2, 300 Don

Re: [OpenWrt-Devel] [PATCH] [package] busybox: add another upstream fix

2014-12-20 Thread John Szakmeister
On Sat, Dec 20, 2014 at 9:32 AM, Felix Fietkau wrote: > On 2014-12-20 14:49, John Szakmeister wrote: >> Without this, modprobe doesn't work with uncompressed kernel modules. >> >> Signed-off-by: John Szakmeister > Why do we need this patch in OpenWrt? We're not using busybox modprobe. I had it c

[OpenWrt-Devel] shadow: conflicts with busybox

2014-12-20 Thread Gergely Kiss
Hi Steven, I found an issue regarding your most recent commit (65d8897100012b948e29b9d3ee71b468df6afac4) for the shadow package. The packages shadow-su and shadow-passwd are now causing file conflicts in case the corresponding BusyBox-commands are compiled into the image (passwd is included by

Re: [OpenWrt-Devel] 3.18 kernel timing? (Was Re: Moving to 3.17.x kernel?)

2014-12-20 Thread Rafał Miłecki
Don't top post. On 20 December 2014 at 18:58, Marc Nicholas wrote: > Well, there-in lies the problem: AR71xx doesn’t have any patches for >3.14 > kernel right now. > > I’m trying to build it, though. You can be the one to add them. cp -R patches-3.14 patches-3.18 make target/linux/{clean,prepar

Re: [OpenWrt-Devel] 3.18 kernel timing? (Was Re: Moving to 3.17.x kernel?)

2014-12-20 Thread Marc Nicholas
Well, there-in lies the problem: AR71xx doesn’t have any patches for >3.14 kernel right now.  I’m trying to build it, though. -m --  Marc Nicholas CTO, Wimoto Technologies Inc. Unit 2, 300 Don Park Road, Markham, Ontario L3R 3A1 CANADA +1.416.414.6272 On December 19, 2014 at 11:16:22 AM, Weed

Re: [OpenWrt-Devel] [PATCH] [package] busybox: add another upstream fix

2014-12-20 Thread Felix Fietkau
On 2014-12-20 14:49, John Szakmeister wrote: > Without this, modprobe doesn't work with uncompressed kernel modules. > > Signed-off-by: John Szakmeister Why do we need this patch in OpenWrt? We're not using busybox modprobe. - Felix ___ openwrt-devel m

[OpenWrt-Devel] [PATCH] [package] busybox: add another upstream fix

2014-12-20 Thread John Szakmeister
Without this, modprobe doesn't work with uncompressed kernel modules. Signed-off-by: John Szakmeister --- .../008-upstream_no_fail_uncompressed.patch| 31 ++ 1 file changed, 31 insertions(+) create mode 100644 package/utils/busybox/patches/008-upstream_no_fail_uncom

Re: [OpenWrt-Devel] batman-adv ipv6

2014-12-20 Thread Alexander Couzens
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, maybe this is related to #17625 https://dev.openwrt.org/ticket/17625 ? (destination mac address of IPv6 neighbour solicitation changed from multi- to unicast (IPv6 partly broken)) Best, lynxis - -- Alexander Couzens mail: lyn...@fe80.eu jab

Re: [OpenWrt-Devel] [PATCH] ramips: update BR-6475ND dts

2014-12-20 Thread Christopher Lais
Disregard, seems to not function the same as reading from offset 0x8000 of factory. Will make a proper patch later (perhaps as RTN56U is doing it, as that does work..) On Sat, Dec 20, 2014 at 4:27 AM, Christopher Lais < chris+open...@zenthought.org> wrote: > Update firmware location for 2.4GHz r

[OpenWrt-Devel] [PATCH] ramips: update BR-6475ND dts

2014-12-20 Thread Christopher Lais
Update firmware location for 2.4GHz radio on the Edimax BR-6475nD. Signed-off-by: Christopher Lais --- target/linux/ramips/dts/BR-6475ND.dts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/target/linux/ramips/dts/BR-6475ND.dts b/target/linux/ramips/dts/BR-6475ND.dts index