Re: [OpenWrt-Devel] (Using JSON-RPC module) Can we configure OpenWrt by 'curl' ?

2012-06-07 Thread Xiangfu Liu
Hi Thanks for reply. have you try to use OpenWrt json rpc? BTW: by disable the author under rpc.lua, I can use those code to access OpenWrt json but I need some json example on how to use the 'params', I never success pass 'params' to rpc.lua Xiangfu On 06/05/2012 01:54 PM, anton wrote: Hi X

[OpenWrt-Devel] ramips: rt305x Tenda W306R V2.0 how to modify for 8M ?

2012-06-07 Thread Cgslp Null
hi list I'm building an image for a 'Tenda W306R V2.0' and so far it booted fine.. Now I need to modify the build to use the 8m flash my router has (custom mod) I'm building the image with verbose and as far as i can see.. it has a limit of 0x3B for the image size, also the partition created

Re: [OpenWrt-Devel] [PATCH 2/2] Add Raspberry Pi target

2012-06-07 Thread Ian Ridge
Hi, Thanks for the feedback posts you have sent on the rpi patch. On 7 June 2012 13:33, Benjamin Henrion wrote: >> === > > Also it fails to download those files: > > ==

Re: [OpenWrt-Devel] [PATCH 2/2] Add Raspberry Pi target

2012-06-07 Thread Ian Ridge
Hi, On 7 June 2012 12:47, Benjamin Henrion wrote: > > You missed some mkdosfs dependency: The current rpi build depends on mkdosfs being available on the host. Thanks for bring this to my attention. The patch below should fix this by adding mkdosfs to the build tools. regards Ian Signed-off

Re: [OpenWrt-Devel] [PATCH 2/2] Add Raspberry Pi target

2012-06-07 Thread Ian Ridge
Hi, On 7 June 2012 12:22, Benjamin Henrion wrote: > On Mon, Jun 4, 2012 at 12:18 AM, Ian Ridge wrote: > > Does your toolchain supports hard float? The target builds with the following options already: -mfpu=vfp -mfloat-abi=softfp //(-mfloat-abi=softfp      ==   Hard float with soft float cal

Re: [OpenWrt-Devel] [PATCH 0/2] Initial support for Raspberry Pi board

2012-06-07 Thread Ian Ridge
Hi, Thanks for your feedback. On 7 June 2012 13:11, Imre Kaloz wrote: > Hi, > > > On Sun, 03 Jun 2012 20:07:11 +0200, Ian Ridge wrote: > >> These 2 patches add initial support for the Raspberry Pi. An ARM >> GNU/Linux box for $25. > > > > > >> Raspberry Pi currently has support for 3.1 kernel.

[OpenWrt-Devel] ramips: rt305x: add support for the Petatel PSR-680W Wireless CDMA Router

2012-06-07 Thread Dmitry
ramips: rt305x: add support for the Petatel PSR-680W Wireless CDMA Router This patch adds support for the Korean made Petatel PSR-680W Wireless CDMA Router. The platform is based on Ralink RT3052. http://wiki.openwrt.org/toh/petatel/psr-680w Signed-off-by: Dmitry Shmygov --- Index: target/lin

Re: [OpenWrt-Devel] [PATCH 2/2] Add Raspberry Pi target

2012-06-07 Thread Benjamin Henrion
On Thu, Jun 7, 2012 at 1:47 PM, Benjamin Henrion wrote: > On Thu, Jun 7, 2012 at 1:22 PM, Benjamin Henrion wrote: >> On Mon, Jun 4, 2012 at 12:18 AM, Ian Ridge wrote: >>> This patch adds the raspberrypi target. >>> >>> As patch does not set file permissions it is necessary to chmod a+x >>> targe

Re: [OpenWrt-Devel] [PATCH 0/2] Initial support for Raspberry Pi board

2012-06-07 Thread Imre Kaloz
Hi, On Sun, 03 Jun 2012 20:07:11 +0200, Ian Ridge wrote: These 2 patches add initial support for the Raspberry Pi. An ARM GNU/Linux box for $25. Raspberry Pi currently has support for 3.1 kernel. As 3.1 was retired from trunk 7 days ago, these patches can be used with r31886, the revision

Re: [OpenWrt-Devel] [PATCH 2/2] Add Raspberry Pi target

2012-06-07 Thread Benjamin Henrion
On Thu, Jun 7, 2012 at 1:22 PM, Benjamin Henrion wrote: > On Mon, Jun 4, 2012 at 12:18 AM, Ian Ridge wrote: >> This patch adds the raspberrypi target. >> >> As patch does not set file permissions it is necessary to chmod a+x >> target/linux/raspberrypi/image/gen_rpi_sdcard_img.sh > > Does your to

Re: [OpenWrt-Devel] [PATCH 2/2] Add Raspberry Pi target

2012-06-07 Thread Benjamin Henrion
On Mon, Jun 4, 2012 at 12:18 AM, Ian Ridge wrote: > This patch adds the raspberrypi target. > > As patch does not set file permissions it is necessary to chmod a+x > target/linux/raspberrypi/image/gen_rpi_sdcard_img.sh Does your toolchain supports hard float? See here: https://launchpad.net/ras