Page 1 of 1

Request Update of samygoextension pack for c series

Posted: Sun Mar 29, 2015 5:09 pm
by tempinbox
who are the mainteiners of samygoextensionpack in download area?
i need to talk with they.
c series is obsolete i know but thanks to sectroyer a lot of patches are released for c series and i think it's time to update the samygoextension pack.
for others series we have widget, webif and so on and add files,libraries patch is simple but for c series users not.
So why not update the samygoextension pack or create a widget for c series too?
as c series users every time one fix or something new is released i have to open one topic to ask support because the path are different, and sometimes i have to format mtd_rwarea and re-hack again and again.
last time i try to apply the telent/bash fix but the result was that i have to reformat and hack again.
in my tv there's mtd_rwcommon and i have a lot of space for copy extension in it so why not create a widget that copy samygoextension in it and start it from run.sh on usb after the hotelmode hack?

@arris69
how do you compile all extension pack?
if i want to update the binary, scripts, libs of exentions can i replace the binary (such as the old busybox in bin directory)?
can i remove the dir that are empty?

Re: Request Update of samygoextension pack for c series

Posted: Mon Mar 30, 2015 7:42 pm
by tempinbox
UP

Re: Request Update of samygoextension pack for c series

Posted: Mon Mar 30, 2015 7:44 pm
by sectroyer
tempinbox wrote:UP
First learn how to apply "my" fix :)

Re: Request Update of samygoextension pack for c series

Posted: Tue Mar 31, 2015 4:36 pm
by tempinbox
Up
@Denny
@Arris69

Re: Request Update of samygoextension pack for c series

Posted: Tue Mar 31, 2015 7:02 pm
by beatfreak
tempinbox wrote:Up
@Denny
@Arris69
What do you think you'll achieve with this? Trying to push volunteers to work is pathetic IMHO.
If it bothers you that much start writing a script that does the job.
I have been able to appy various patches without the need of any rehacking or formatting.

Re: Request Update of samygoextension pack for c series

Posted: Tue Mar 31, 2015 7:24 pm
by arris69
tempinbox wrote:...

@arris69
how do you compile all extension pack?
if i want to update the binary, scripts, libs of exentions can i replace the binary (such as the old busybox in bin directory)?
can i remove the dir that are empty?
made with our openembedded buildsystem (it was on the svn on sourceforge, then aquadran moved it to github. denny started also with new openembedded layer-style on github for models >d-series).

no need for "update" you can start your own system set /etc/release and then it will be become the DISTROOT (like privateer in /opt folder)...

Re: Request Update of samygoextension pack for c series

Posted: Tue Apr 07, 2015 9:49 pm
by tempinbox
arris69 wrote:
tempinbox wrote:...

@arris69
how do you compile all extension pack?
if i want to update the binary, scripts, libs of exentions can i replace the binary (such as the old busybox in bin directory)?
can i remove the dir that are empty?
made with our openembedded buildsystem (it was on the svn on sourceforge, then aquadran moved it to github. denny started also with new openembedded layer-style on github for models >d-series).

no need for "update" you can start your own system set /etc/release and then it will be become the DISTROOT (like privateer in /opt folder)...
Thanks for answer. I start to look in the svn but everything is related to b series. Just to know have you one source and then you cross-compile it with respective toolchain b for b C for C etc? have you any make file for the C series to share so i can try to compile by myself and share here?

Re: Request Update of samygoextension pack for c series

Posted: Tue Apr 07, 2015 10:02 pm
by arris69
tempinbox wrote:
arris69 wrote:...
Thanks for answer. I start to look in the svn but everything is related to b series. Just to know have you one source and then you cross-compile it with respective toolchain b for b C for C etc? have you any make file for the C series to share so i can try to compile by myself and share here?
the theory behind of openembedded -> http://en.wikipedia.org/wiki/OpenEmbedded
latest "layered" version (for f and e series? can't remember) where i did some fixes for denny is this one -> https://github.com/card2000/OESamyGO
my latest commits (dunno why, but not merged by denny...) https://github.com/card2000/OESamyGO/pull/1

regards