[pisa-src] r2960 - in trunk/openwrt: dot_config_linksys package/pisa/Makefile

Author: viethen
Date: Mon Mar 26 08:14:53 2012
New Revision: 2960

Log:
Make new scripts for webif turn up in the respective OpenWrt package.

Modified:
   trunk/openwrt/dot_config_linksys
   trunk/openwrt/package/pisa/Makefile

Modified: trunk/openwrt/dot_config_linksys
==============================================================================
--- trunk/openwrt/dot_config_linksys    Mon Mar 26 08:11:17 2012        (r2959)
+++ trunk/openwrt/dot_config_linksys    Mon Mar 26 08:14:53 2012        (r2960)
@@ -1174,7 +1174,7 @@
 CONFIG_PACKAGE_iw=y
 CONFIG_PACKAGE_pisa-client-daemon=y
 CONFIG_PACKAGE_pisa-co-client=y
-CONFIG_PACKAGE_pisa-server-daemon=m
+CONFIG_PACKAGE_pisa-server-daemon=y
 CONFIG_PACKAGE_pisa-pairing=m
 CONFIG_PACKAGE_ppp=y
 # CONFIG_PACKAGE_ppp-mod-pppoa is not set
@@ -1186,7 +1186,7 @@
 # CONFIG_PACKAGE_relayd is not set
 CONFIG_PACKAGE_stunnel=y
 # CONFIG_PACKAGE_tc is not set
-CONFIG_PACKAGE_tcpdump=m
+CONFIG_PACKAGE_tcpdump=y
 # CONFIG_PACKAGE_tcpdump-mini is not set
 # CONFIG_PACKAGE_vsc7385-ucode-ap83 is not set
 # CONFIG_PACKAGE_vsc7385-ucode-pb44 is not set

Modified: trunk/openwrt/package/pisa/Makefile
==============================================================================
--- trunk/openwrt/package/pisa/Makefile Mon Mar 26 08:11:17 2012        (r2959)
+++ trunk/openwrt/package/pisa/Makefile Mon Mar 26 08:14:53 2012        (r2960)
@@ -121,6 +121,9 @@
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/pairing/webif/mobileaccess.sh 
$(1)/www/cgi-bin/webif/
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/pairing/webif/mobileaccess-add.sh 
$(1)/www/cgi-bin/webif/
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/pairing/webif/mobileaccess-cand.sh 
$(1)/www/cgi-bin/webif/
+       $(INSTALL_BIN) $(PKG_BUILD_DIR)/pairing/webif/mobileaccess-cert.sh 
$(1)/www/cgi-bin/webif/
+       $(INSTALL_BIN) $(PKG_BUILD_DIR)/pairing/webif/mobileaccess-hip.sh 
$(1)/www/cgi-bin/webif/
+       $(INSTALL_BIN) $(PKG_BUILD_DIR)/pairing/webif/mobileaccess-pisa.sh 
$(1)/www/cgi-bin/webif/
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/pairing/uci/update-pisasd-conf 
$(1)/usr/bin/
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/pairing/util/pisa-cert-info 
$(1)/usr/bin/
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/pairing/util/pisa-pairing-candidates 
$(1)/usr/bin/
-- 
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] r2960 - in trunk/openwrt: dot_config_linksys package/pisa/Makefile - Christoph Viethen