S-au facut modificari in svn si e necesar sa descarcati scriptul din nou, a fost revazut deoarece peste r8199 nu mai merge, da erori orice compilezi.
Quote:
latest ok 8199 i fix today
Code:wget ss4200.homelinux.com/oscam/simplebuild
Printable View
S-au facut modificari in svn si e necesar sa descarcati scriptul din nou, a fost revazut deoarece peste r8199 nu mai merge, da erori orice compilezi.
Quote:
latest ok 8199 i fix today
Code:wget ss4200.homelinux.com/oscam/simplebuild
simplebuild 1.92
-change old/new config saving functions
-comparative fault fixed
-add more checks to prevent errors
-add alot of bugs maybe [Only registered and activated users can see links. Click Here To Register...]
simplebuild 1.93
-fix stapi checkout on console
-now u can upload ur cam after build to ur box or other device
-u need to install sshpass
-the upload use scp copy encrypted over ssh !! not ftp !!!
-just simple like ever
this FILENAME needs the following contentCode:./simplebuild upload FILENAME
my box example
Code:loginname="root"
password="dreambox"
ip="10.223.8.10"
copy_tmp="/tmp"
box_camdir="/usr/bin"
boxcamname="oscam-stable1.00"
toolchain="dreambox_fpu"
restartcmd="camdctrl restart >/dev/null 2>&1"
command_set="cd $copy_tmp; [ $buildcamname ] && rm $box_camdir/$boxcamname && mv $buildcamname $box_camdir/$boxcamname; $restartcmd"
simplebuild 1.94
-fix stapi checkout on console
-fix logic error
-now u can upload ur cam after build to ur box or other device
-u need to install sshpass
-the upload use scp copy encrypted over ssh !! not ftp !!!
-just simple like ever
simplebuild 1.96
-fixed online check & download bar for french users
-confupdate check fixed
-uploading code cleaned new example ..
dreambox1
simple to understandCode:loginname="root"
password="dreambox"
ip="10.223.8.10"
toolchain="dreambox_fpu"
command_set='\
cd /tmp;\
[ -f $buildcamname ] && mv -f $buildcamname /usr/bin/oscam-stable1.00;\
camdctrl restart;'
1. cd /tmp goto tmpdir
2. if exist cam overwrite /usr/bin/oscam-stable1.00
3. cam restart command
IMPORTANT command set must use singlequote ' not doublequote "
& all commands must be separated by semicolon
simplebuild 1.97
-fixed online check & download bar for french users
-confupdate check fixed
-add sshpass to debinstall/checksys
-fix typo on upload thanks (ChiefOBrien)
simplebuild 1.98
-fixed online check & download bar for french users
-confupdate check fixed
-add sshpass to debinstall/checksys
-fix typo on upload thanks (ChiefOBrien)
-add buildcamname check
-uploading code cleaned
svn config change 8323
rm toolchains/configs/* and create a new one with menu
La 1.98 si ultima revizie (de fapt, 8232) e un bug cu SSL.
Quote:
<Gorgone> from sslvar="#define WITH_SSL" to sslvar="#define WITH_SSL 1"
simplebuild 1.99
-fixed config change 8323
rm toolchains/configs/* and create a new one with menu
./simplebuild checkout
simplebuild 2.0 rc2 32bit build on 64bit
Noile versiuni au o optiune foarte interesanta: " COMPRESS".
Este foarte utila pentru dreambox sau routere (sau alte "masini" unde sunt limitari de spatiu) pentru ca bin-ul este comprimat (in functie de ce optiuni aveti salvate) cu pana la 60%
(EX: bin-ul meu pentru dm800, cu setari minime are 295,316 bytes dupa comprimare)
Pentru comprimare se foloseste UPX, in caz ca nu intelege cineva cum de e posibil :-)
Pentru cine vrea versiuni compilate la zi de-a gata,pe toate "gusturile" :)
[Only registered and activated users can see links. Click Here To Register...]
simplebuild (2.05/1.33)
changelog 2.05
-online update exit the script after update
changelog 2.04
-add language select to first menu & console (./simplebuild lang_select)
-add italian language
-add arm_cortex_a9 toolchain
-full build controll for ALL oscam components
now u can ad and remove everything on oscam
u dont need a config
simplebuild (2.07/1.34)
changelog 2.07
-fix saved custom default automatic (please test)
changelog 2.06
-add sheevaplug support
-change online update system
A ajuns la 2.27
simplebuild 2.27 + config 1.37
-fix sh4 stapi (thanks hapeba)
-change build to -fno-short-enums thanks depp0n
Code:su
cd /opt
mkdir simplebuild
cd simplebuild
wget ss4200.homelinux.com/oscam/simplebuild
chmod 777 simplebuild
./simplebuild debinstall
./simplebuild menu
simplebuild 2.29 + config 1.38
-add 2 new toolchains
1. OpenWRT 12.09 Attitude Adjustment (ulibc) NOPCSC
2. OpenPLI 4.0 (all mipsel, openssl 1.0) gcc 4.8.1 openssl 1.0
simplebuild 2.30 + config 1.38
add Debian Wheezy install info
-add 2 new toolchains
1. OpenWRT 12.09 Attitude Adjustment (ulibc) NOPCSC
2. OpenPLI 4.0 (all mipsel, openssl 1.0) gcc 4.8.1 openssl 1.0
3. fix patches from outside of oscam-svn (blacky cwc patch example)
Prea tare acest script. Interesant ca poate face si compresie. Mi-a redus oscamul compilat de la 740kb la 230 :).