* jinzhcheng [05.07.2013 20:58]:
> I try to modify mach-tl-wr703n.c:
> static void __init tl_wr703n_setup(void)
> {
> u8 *mac = (u8 *) KSEG1ADDR(0x1f01fc00);
> u8 *ee = (u8 *) KSEG1ADDR(0x1fff1000);
>
> printk("%s\n", __func__);
> // set mac test, will be set same in /etc/
Dear Sir
I try to modify mach-tl-wr703n.c:
static void __init tl_wr703n_setup(void)
{
u8 *mac = (u8 *) KSEG1ADDR(0x1f01fc00);
u8 *ee = (u8 *) KSEG1ADDR(0x1fff1000);
printk("%s\n", __func__);
// set mac test, will be set same in /etc/config/wireless
*mac = 0x84;
Fair enough -- might take a little time though; holidays beckon!
Regards
Mike
On 5 Jul 2013, at 14:32, Jonas Gorski wrote:
> On Fri, Jul 5, 2013 at 11:45 AM, Mike Brady wrote:
>> This match modifies the setup file for the Linksys NSLU2 ("slug") to
>> allow the power button on the front and the
On Fri, Jul 5, 2013 at 11:45 AM, Mike Brady wrote:
> This match modifies the setup file for the Linksys NSLU2 ("slug") to
> allow the power button on the front and the reset button on the back,
> behind a pinhole, to be seen by gpio-keys.
>
> The present situation is that neither button can be use
On Friday 05 Jul 2013, jonsm...@gmail.com wrote:
> On Fri, Jul 5, 2013 at 4:51 AM, Drasko DRASKOVIC
>
> wrote:
> > On Fri, Jul 5, 2013 at 3:57 AM, jonsm...@gmail.com
wrote:
> >> 32MB memory, 8MB flash. If you need 32MB flash they will pass along
> >> for whatever the difference is in chip price
On Fri, Jul 5, 2013 at 4:51 AM, Drasko DRASKOVIC
wrote:
> On Fri, Jul 5, 2013 at 3:57 AM, jonsm...@gmail.com wrote:
>> 32MB memory, 8MB flash. If you need 32MB flash they will pass along
>> for whatever the difference is in chip price.
>
> Which then becomes more expensive than Carambola 2...
>
>
This match modifies the setup file for the Linksys NSLU2 ("slug") to
allow the power button on the front and the reset button on the back,
behind a pinhole, to be seen by gpio-keys.
The present situation is that neither button can be used effectively
and this patch is designed to fix that. At pres
On Fri, Jul 5, 2013 at 3:57 AM, jonsm...@gmail.com wrote:
> 32MB memory, 8MB flash. If you need 32MB flash they will pass along
> for whatever the difference is in chip price.
Which then becomes more expensive than Carambola 2...
> I'm starting to discover some the missing pieces in Ralink suppo