[OpenWrt-Devel] [PATCH] wpan-tools: bump to wpan-tools-0.5

2015-08-23 Thread Varka Bhadram
Signed-off-by: Varka Bhadram varkabhad...@gmail.com --- package/network/utils/wpan-tools/Makefile |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/utils/wpan-tools/Makefile b/package/network/utils/wpan-tools/Makefile index 87a5fb1..6c2559d 100644

Re: [OpenWrt-Devel] 6LoWPAN with OpenWRT

2015-07-09 Thread Varka Bhadram
it with RF Module ! Right now kernel provides the support for the following 802.15.4 devices [2]. Also you can find the details at [3] o AT86RF230 o cc2520 o mrf24j40 o ATUSB module -- Varka Bhadram. [1]: http://git.openwrt.org/?p=openwrt.git;a=blob;f=package/kernel/linux/modules/wpan.mk;h

Re: [OpenWrt-Devel] Openwrt on RB850gx2

2015-06-10 Thread Varka Bhadram
://dev.openwrt.org/browser/trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-rb4xx.c?rev=34239 -- Varka Bhadram ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Openwrt on RB850gx2

2015-06-10 Thread Varka Bhadram
On 06/10/2015 05:11 PM, Varka Bhadram wrote: On 06/10/2015 04:57 PM, ravin goyal wrote: Hi I need information regarding rb850gx2 which i unable to find online. I am trying to find out whether rb850gx2 supports openwrt platform or not. I checked openwrt website to know about the same

Re: [OpenWrt-Devel] Linux 4.x

2015-06-10 Thread Varka Bhadram
On 06/10/2015 12:35 PM, Baptiste Clenet wrote: 2015-06-09 6:05 GMT+02:00 Varka Bhadram varkabhad...@gmail.com: On 06/08/2015 07:32 PM, Baptiste Clenet wrote: 2015-06-08 15:23 GMT+02:00 Varka Bhadram varkabhad...@gmail.com: (...) Thanks Varka for your help! It compiles now without those

Re: [OpenWrt-Devel] Linux 4.x

2015-06-08 Thread Varka Bhadram
On 06/08/2015 07:32 PM, Baptiste Clenet wrote: 2015-06-08 15:23 GMT+02:00 Varka Bhadram varkabhad...@gmail.com: (...) Thanks Varka for your help! It compiles now without those module: - kmod-bluetooth - kmod-bluetooth_6lowpan - kmod-6lowpan - kmod-ieee802154 - kmod-ieee802154-6lowpan

Re: [OpenWrt-Devel] Linux 4.x

2015-06-08 Thread Varka Bhadram
/linux/ramips/mt7628/config-4.0 I hope it will resolve this error. -- Varka Bhadram ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Linux 4.x

2015-06-08 Thread Varka Bhadram
/mt7628/config-3.18 as target/linux/ramips/mt7628/config-4.0 I hope it will resolve this error. -- Varka Bhadram Thanks Varka, I copied the files, I'm trying to make now. On question came up, what about patches? There are many patches for Linux 3.18, is there any for Linux 4.0? target/linux

Re: [OpenWrt-Devel] Linux 4.x

2015-06-08 Thread Varka Bhadram
On Jun 8, 2015 6:41 PM, Baptiste Clenet bapcle...@gmail.com wrote: 2015-06-08 14:46 GMT+02:00 Baptiste Clenet bapcle...@gmail.com: 2015-06-08 14:20 GMT+02:00 Varka Bhadram varkabhad...@gmail.com: On 06/08/2015 05:48 PM, Baptiste Clenet wrote: 2015-06-08 14:10 GMT+02:00 Varka Bhadram

Re: [OpenWrt-Devel] Linux 4.x

2015-06-08 Thread Varka Bhadram
On 06/08/2015 05:48 PM, Baptiste Clenet wrote: 2015-06-08 14:10 GMT+02:00 Varka Bhadram varkabhad...@gmail.com: On 06/08/2015 05:27 PM, Baptiste Clenet wrote: 2015-06-08 13:49 GMT+02:00 Baptiste Clenet bapcle...@gmail.com: 2015-06-08 10:53 GMT+02:00 Varka Bhadram varkabhad...@gmail.com

Re: [OpenWrt-Devel] Linux 4.x

2015-06-08 Thread Varka Bhadram
On 06/08/2015 05:27 PM, Baptiste Clenet wrote: 2015-06-08 13:49 GMT+02:00 Baptiste Clenet bapcle...@gmail.com: 2015-06-08 10:53 GMT+02:00 Varka Bhadram varkabhad...@gmail.com: On 06/08/2015 01:36 PM, Baptiste Clenet wrote: I've edited variable KERNEL_PATCHVER:=3.18 to KERNEL_PATCHVER:=4.0.4

[OpenWrt-Devel] [PATCH] wpan: remove duplicate DEPENDS

2015-04-12 Thread Varka Bhadram
Signed-off-by: Varka Bhadram var...@cdac.in --- package/kernel/linux/modules/wpan.mk |1 - 1 file changed, 1 deletion(-) diff --git a/package/kernel/linux/modules/wpan.mk b/package/kernel/linux/modules/wpan.mk index 8b25377..0b1f33a 100644 --- a/package/kernel/linux/modules/wpan.mk +++ b

[OpenWrt-Devel] [PATCH] linux: modules: crypto: adds ccm package

2015-03-15 Thread Varka Bhadram
This patch adds support crypto-ccm modules support. Signed-off-by: Varka Bhadram var...@cdac.in --- package/kernel/linux/modules/crypto.mk | 11 +++ 1 file changed, 11 insertions(+) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index