Has this generic RT5350 problem been fixed somehow? The AWM002 support
depended on this fix.
diff --git
a/target/linux/ramips/base-files/lib/preinit/07_set_preinit_iface_ramips
b/target/linux/ramip
index db03b6b..0f8da99 100644
--- a/target/linux/ramips/base-files/lib/preinit/07_set_preinit_iface_ramips
+++ b/target/linux/ramips/base-files/lib/preinit/07_set_preinit_iface_ramips
@@ -11,6 +11,10 @@ ramips_set_preinit_iface() {
swconfig dev rt305x set reset 1
fi
+ RT3X5X=`cat /proc/cpuinfo | egrep "(RT3.5|RT5350)"`
+ if [ -n "${RT3X5X}" ]; then
+ swconfig dev rt305x set reset 1
+ fi
ifname=eth0
}
On Fri, Jul 26, 2013 at 11:37 AM, [email protected] <[email protected]> wrote:
> On Fri, Jul 26, 2013 at 11:29 AM, John Crispin <[email protected]> wrote:
>> On 26/07/13 17:34, [email protected] wrote:
>>>
>>> On Fri, Jul 26, 2013 at 11:18 AM, John Crispin<[email protected]> wrote:
>>>>
>>>> *cough*
>>>>
>>>> shame on me for not compile testing it properly and shame on you for
>>>> sending
>>>> crappy patches that don't compile
>>>
>>>
>>> Sorry about that. I was trying to edit those dts files around into a
>>> more acceptable form after I had it all working. I must have forgotten
>>> to recompile them.
>>>
>>> I have been using OpenWRT on these board for about a month without
>>> problem.
>>>
>>
>> yeah, don't worry, its nothing really bad.
>>
>> i felt i had to rant around a bit because of it ;)
>
> Actually I see why I was tricked, they do compile, they just don't work.
>
>
>
> --
> Jon Smirl
> [email protected]
--
Jon Smirl
[email protected]
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel