[pisa-src] r2829 - in trunk: openwrt/dot_config_asus openwrt/dot_config_linksys tools/testbed/plugins/actions/install/install.man tools/testbed/plugins/classes/hipl/update tools/testbed/plugins/classes/openwr...
- From: Diego Biurrun <diego@xxxxxxxxxx>
- To: pisa-src@xxxxxxxxxxxxx
- Date: Thu, 01 Dec 2011 16:21:20 +0100
Author: biurrun
Date: Thu Dec 1 16:21:19 2011
New Revision: 2829
Log:
Updated OpenWrt package names of HIPL to match what HIPL now uses.
Modified:
trunk/openwrt/dot_config_asus
trunk/openwrt/dot_config_linksys
trunk/tools/testbed/plugins/actions/install/install.man
trunk/tools/testbed/plugins/classes/hipl/update
trunk/tools/testbed/plugins/classes/openwrt/dot_config_linksys
Modified: trunk/openwrt/dot_config_asus
==============================================================================
--- trunk/openwrt/dot_config_asus Thu Dec 1 15:25:53 2011 (r2828)
+++ trunk/openwrt/dot_config_asus Thu Dec 1 16:21:19 2011 (r2829)
@@ -1100,8 +1100,8 @@
# CONFIG_PACKAGE_ebtables is not set
# CONFIG_PACKAGE_ebtables-utils is not set
CONFIG_PACKAGE_genl=y
-CONFIG_PACKAGE_hipl-hipd=y
-CONFIG_PACKAGE_hipl-hipfw=y
+CONFIG_PACKAGE_hipl-daemon=y
+CONFIG_PACKAGE_hipl-firewall=y
# CONFIG_PACKAGE_hostapd is not set
CONFIG_PACKAGE_hostapd-mini=y
CONFIG_PACKAGE_hostapd-utils=y
Modified: trunk/openwrt/dot_config_linksys
==============================================================================
--- trunk/openwrt/dot_config_linksys Thu Dec 1 15:25:53 2011 (r2828)
+++ trunk/openwrt/dot_config_linksys Thu Dec 1 16:21:19 2011 (r2829)
@@ -1148,8 +1148,8 @@
# CONFIG_PACKAGE_ebtables is not set
# CONFIG_PACKAGE_ebtables-utils is not set
CONFIG_PACKAGE_genl=y
-CONFIG_PACKAGE_hipl-hipd=y
-CONFIG_PACKAGE_hipl-hipfw=y
+CONFIG_PACKAGE_hipl-daemon=y
+CONFIG_PACKAGE_hipl-firewall=y
# CONFIG_PACKAGE_hostapd is not set
CONFIG_PACKAGE_hostapd-mini=y
CONFIG_PACKAGE_hostapd-utils=y
Modified: trunk/tools/testbed/plugins/actions/install/install.man
==============================================================================
--- trunk/tools/testbed/plugins/actions/install/install.man Thu Dec 1
15:25:53 2011 (r2828)
+++ trunk/tools/testbed/plugins/actions/install/install.man Thu Dec 1
16:21:19 2011 (r2829)
@@ -10,7 +10,7 @@
.TP
install a binary package on the openwrt routers:
.B pisa-testbed
-openwrt install ./hipl-hipd_1.0.6-6_ar71xx.ipk -c opkg install
+openwrt install ./hipl-daemon_1.0.7-6_ar71xx.ipk -c opkg install
.PP
.TP
This can also be used to executed scripts; for example execute the shell
script 'some_tests.sh' in the current folder on all testbed nodes:
Modified: trunk/tools/testbed/plugins/classes/hipl/update
==============================================================================
--- trunk/tools/testbed/plugins/classes/hipl/update Thu Dec 1 15:25:53
2011 (r2828)
+++ trunk/tools/testbed/plugins/classes/hipl/update Thu Dec 1 16:21:19
2011 (r2829)
@@ -16,8 +16,8 @@
update__hipl__openwrt(){
run_function install $(ls -t
$OPENWRT_PATH/bin/ar71xx/packages/hipl-common*.ipk | head -1) -c "opkg install"
- run_function install $(ls -t
$OPENWRT_PATH/bin/ar71xx/packages/hipl-hipd*.ipk | head -1) -c "opkg install"
- run_function install $(ls -t
$OPENWRT_PATH/bin/ar71xx/packages/hipl-hipfw*.ipk | head -1) -c "opkg install"
+ run_function install $(ls -t
$OPENWRT_PATH/bin/ar71xx/packages/hipl-daemon*.ipk | head -1) -c "opkg install"
+ run_function install $(ls -t
$OPENWRT_PATH/bin/ar71xx/packages/hipl-firewall*.ipk | head -1) -c "opkg
install"
run_function run "/etc/init.d/hipd stop"
run_function run "/etc/init.d/hipd start"
}
Modified: trunk/tools/testbed/plugins/classes/openwrt/dot_config_linksys
==============================================================================
--- trunk/tools/testbed/plugins/classes/openwrt/dot_config_linksys Thu Dec
1 15:25:53 2011 (r2828)
+++ trunk/tools/testbed/plugins/classes/openwrt/dot_config_linksys Thu Dec
1 16:21:19 2011 (r2829)
@@ -1140,8 +1140,8 @@
# CONFIG_PACKAGE_ebtables-utils is not set
CONFIG_PACKAGE_genl=y
CONFIG_PACKAGE_hipl-common=y
-CONFIG_PACKAGE_hipl-hipd=y
-CONFIG_PACKAGE_hipl-hipfw=y
+CONFIG_PACKAGE_hipl-daemon=y
+CONFIG_PACKAGE_hipl-firewall=y
# CONFIG_PACKAGE_hostapd is not set
CONFIG_PACKAGE_hostapd-mini=y
CONFIG_PACKAGE_hostapd-utils=y
--
This is the pisa developer mailing list. Please also subscribe to the main pisa
list at:
http://www.freelists.org/list/pisa
Other related posts:
- » [pisa-src] r2829 - in trunk: openwrt/dot_config_asus openwrt/dot_config_linksys tools/testbed/plugins/actions/install/install.man tools/testbed/plugins/classes/hipl/update tools/testbed/plugins/classes/openwr... - Diego Biurrun