Compare commits

..

1 Commits

Author SHA1 Message Date
Ricardo Martins
9be22112c7 Version 1.10.0. 2014-04-29 03:40:16 +01:00
10 changed files with 7 additions and 24 deletions

View File

@@ -23,7 +23,7 @@
###########################################################################
# Config: GLUED version.
cfg_glued_version='1.11.1'
cfg_glued_version='1.10.0'
# Config: GLUED vendor.
cfg_glued_vendor='lsts'

View File

@@ -5,7 +5,7 @@ version=\
url=\
(
"http://www.lsts.pt/glued/apache-ant-$version-bin.tar.bz2"
"http://www.eu.apache.org/dist/ant/binaries/apache-ant-$version-bin.tar.bz2"
)
md5=\

View File

@@ -1,6 +1,6 @@
version=\
(
'7.7.1'
'7.5.1'
)
url=\
@@ -10,5 +10,5 @@ url=\
md5=\
(
'77b20b515e7c25f032cb9732a66620fe'
'3f48f468b24447cf24820054ff6e85b1'
)

View File

@@ -1,6 +1,6 @@
version=\
(
'3.1.1'
'3.1.0'
)
url=\
@@ -10,7 +10,7 @@ url=\
md5=\
(
'43bd6676f0b404326eee2d63be3cdcfe'
'3be148772a33224771a8d4d2a028b132'
)
maintainer=\

View File

@@ -12,7 +12,7 @@ configure()
$cmd_make \
ARCH="$cfg_target_uboot_arch" \
CROSS_COMPILE="$cfg_target_canonical"- \
"${cfg_target_uboot_config}_config"
"$cfg_target_uboot_config"
}
build()

View File

@@ -1,2 +0,0 @@
cfg_hostname='lauv-lupis-1'
cfg_eth_ext_ip='10.0.10.130'

View File

@@ -4,4 +4,3 @@ cfg_eth_ext_ip='10.0.10.83'
cfg_eth_ext_mk='255.255.0.0'
cfg_eth_ext_gw='10.0.0.1'
cfg_ptpd_interface='eth0'
cfg_target_linux_dtb='arch/arm/boot/dts/am335x-bone.dtb'

View File

@@ -1,6 +0,0 @@
# BeagleBone Black
cfg_hostname='lauv-lupis-1-aux'
cfg_eth_ext_ip='10.0.10.133'
cfg_eth_ext_mk='255.255.0.0'
cfg_eth_ext_gw='10.0.0.1'
cfg_ptpd_interface='eth0'

View File

@@ -1,7 +0,0 @@
# BeagleBone White
cfg_hostname='lctr-b200-testbed'
cfg_eth_ext_ip='10.0.200.21'
cfg_eth_ext_mk='255.255.0.0'
cfg_eth_ext_gw='10.0.0.1'
cfg_ptpd_interface='eth0'
cfg_target_linux_dtb='arch/arm/boot/dts/am335x-bone.dtb'

View File

@@ -1,4 +1,3 @@
# BeagleBone Black
cfg_hostname='lctr-b2xx-testbed'
cfg_eth_ext_ip='10.0.200.9'
cfg_eth_ext_mk='255.255.0.0'