Compare commits
14 Commits
glued-1.9.
...
glued-1.9.
Author | SHA1 | Date | |
---|---|---|---|
|
1b1a3b663c | ||
|
74a2058410 | ||
|
f4f30a7501 | ||
|
0e871214bf | ||
|
00b616b7c7 | ||
|
f6a3973c9b | ||
|
d71cd0f31c | ||
|
e395e75b04 | ||
|
c00c27649b | ||
|
61529350c5 | ||
|
108ce638ed | ||
|
d0381c9b62 | ||
|
f90424a424 | ||
|
9854a87f75 |
@@ -21,7 +21,7 @@
|
|||||||
###########################################################################
|
###########################################################################
|
||||||
|
|
||||||
# Config: GLUED version.
|
# Config: GLUED version.
|
||||||
cfg_glued_version='1.9.6'
|
cfg_glued_version='1.9.10'
|
||||||
# Config: GLUED vendor.
|
# Config: GLUED vendor.
|
||||||
cfg_glued_vendor='lsts'
|
cfg_glued_vendor='lsts'
|
||||||
|
|
||||||
|
@@ -5,7 +5,7 @@ version=\
|
|||||||
|
|
||||||
url=\
|
url=\
|
||||||
(
|
(
|
||||||
"http://www.eu.apache.org/dist/ant/binaries/apache-ant-$version-bin.tar.bz2"
|
"http://www.lsts.pt/glued/apache-ant-$version-bin.tar.bz2"
|
||||||
)
|
)
|
||||||
|
|
||||||
md5=\
|
md5=\
|
||||||
|
@@ -5,7 +5,7 @@ version=\
|
|||||||
|
|
||||||
url=\
|
url=\
|
||||||
(
|
(
|
||||||
"ftp://mirror.ovh.net/gentoo-distfiles/distfiles/db-$version.tar.gz"
|
"http://www.lsts.pt/glued/db-$version.tar.gz"
|
||||||
)
|
)
|
||||||
|
|
||||||
md5=\
|
md5=\
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
version=\
|
version=\
|
||||||
(
|
(
|
||||||
'7.5.1'
|
'7.7.1'
|
||||||
)
|
)
|
||||||
|
|
||||||
url=\
|
url=\
|
||||||
@@ -10,5 +10,5 @@ url=\
|
|||||||
|
|
||||||
md5=\
|
md5=\
|
||||||
(
|
(
|
||||||
'3f48f468b24447cf24820054ff6e85b1'
|
'77b20b515e7c25f032cb9732a66620fe'
|
||||||
)
|
)
|
||||||
|
@@ -46,5 +46,6 @@ build()
|
|||||||
|
|
||||||
target_install()
|
target_install()
|
||||||
{
|
{
|
||||||
$cmd_target_strip rsync -o "$cfg_dir_rootfs/usr/bin/rsync"
|
$cmd_target_strip rsync -o "$cfg_dir_rootfs/usr/bin/rsync" &&
|
||||||
|
tar -C "$cfg_package_spec_dir/fs" --exclude .svn -c -f - . | tar -C "$cfg_dir_rootfs" -x -v -f-
|
||||||
}
|
}
|
||||||
|
9
packages/rsync/fs/etc/rc.d/rsyncd
Normal file
9
packages/rsync/fs/etc/rc.d/rsyncd
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
start()
|
||||||
|
{
|
||||||
|
/usr/bin/rsync --daemon --config=/etc/rsyncd.conf
|
||||||
|
}
|
||||||
|
|
||||||
|
stop()
|
||||||
|
{
|
||||||
|
killall rsync > /dev/null 2>&1
|
||||||
|
}
|
10
packages/rsync/fs/etc/rsyncd.conf
Normal file
10
packages/rsync/fs/etc/rsyncd.conf
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
list = true
|
||||||
|
uid = root
|
||||||
|
gid = root
|
||||||
|
read only = false
|
||||||
|
timeout = 30
|
||||||
|
|
||||||
|
[log]
|
||||||
|
hosts deny = *
|
||||||
|
hosts allow = 10.0.0.0/16
|
||||||
|
path = /opt/lsts/dune/log
|
@@ -1,10 +1,10 @@
|
|||||||
cfg_architecture='geode'
|
cfg_architecture='geode'
|
||||||
cfg_storage='data0:ext4:/opt'
|
cfg_storage='data0:ext4:/opt'
|
||||||
cfg_services0='dropbear network storage upgrade escc syslog ptpd setserial'
|
cfg_services0='dropbear network storage upgrade escc syslog ptpd setserial rsyncd'
|
||||||
cfg_services1=''
|
cfg_services1=''
|
||||||
cfg_services2='dune'
|
cfg_services2='dune'
|
||||||
cfg_modules=''
|
cfg_modules=''
|
||||||
cfg_packages='zlib dropbear rsync busybox flashrom e2fsprogs socat linux escc syslinux syslinux/host ptpd ntp util-linux/ldattach uswitch pciutils apache-ant/host bzip2 libantlr3c boost europa dtn'
|
cfg_packages='zlib dropbear rsync busybox flashrom e2fsprogs socat linux escc syslinux syslinux/host ptpd ntp util-linux/ldattach uswitch pciutils apache-ant/host bzip2 libantlr3c boost europa'
|
||||||
cfg_terminal='ttyS0'
|
cfg_terminal='ttyS0'
|
||||||
cfg_target_linux_kernel='arch/x86/boot/bzImage'
|
cfg_target_linux_kernel='arch/x86/boot/bzImage'
|
||||||
cfg_ptpd_master='true'
|
cfg_ptpd_master='true'
|
||||||
|
3
systems/lctr-a6xx/lauv-lupis-1.cfg
Normal file
3
systems/lctr-a6xx/lauv-lupis-1.cfg
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
cfg_hostname='lauv-lupis-1'
|
||||||
|
cfg_eth_ext_ip='10.0.10.130'
|
||||||
|
cfg_packages='zlib dropbear rsync busybox flashrom e2fsprogs socat linux escc syslinux syslinux/host ptpd uswitch pciutils bzip2'
|
Reference in New Issue
Block a user