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

  • From: Samuel Richter <samuel.richter@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 19 Apr 2011 18:31:47 +0200

Author: richter
Date: Tue Apr 19 18:31:47 2011
New Revision: 2550

Log:
remove the buildonly option for the libpisa openwrt package and add
libpisa to the openwrt config

the pisa openwrt makefile is somewhat buggy. with the buildonly option
for the libpisa package, which is a dependency for all other pisa
packages is not selected.
without buildonly at least libpisa can be selected manually.
see Ticket #195

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

Modified: trunk/openwrt/dot_config_linksys
==============================================================================
--- trunk/openwrt/dot_config_linksys    Tue Apr 19 17:45:30 2011        (r2549)
+++ trunk/openwrt/dot_config_linksys    Tue Apr 19 18:31:47 2011        (r2550)
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # OpenWrt version: Backfire (r20742)
-# Tue Apr 19 17:19:44 2011
+# Tue Apr 19 18:14:24 2011
 #
 CONFIG_HAVE_DOT_CONFIG=y
 # CONFIG_TARGET_ppc40x is not set
@@ -1189,6 +1189,7 @@
 CONFIG_PACKAGE_libnl-tiny=y
 CONFIG_PACKAGE_libpcap=y
 # CONFIG_PCAP_HAS_USB is not set
+CONFIG_PACKAGE_libpisa=y
 CONFIG_PACKAGE_libreadline=y
 CONFIG_PACKAGE_libuci=y
 CONFIG_PACKAGE_libuci-lua=y

Modified: trunk/openwrt/package/pisa/Makefile
==============================================================================
--- trunk/openwrt/package/pisa/Makefile Tue Apr 19 17:45:30 2011        (r2549)
+++ trunk/openwrt/package/pisa/Makefile Tue Apr 19 18:31:47 2011        (r2550)
@@ -44,7 +44,6 @@
     TITLE:=PISA common libraries
     CATEGORY:=Libraries
     DEPENDS:=+libconfig +libopenssl
-    BUILDONLY:=1
 endef
 
 define Package/libpisa/description
-- 
This is the pisa developer mailing list. Please also subscribe to the main pisa 
list at:
//www.freelists.org/list/pisa

Other related posts:

  • » [pisa-src] r2550 - in trunk/openwrt: dot_config_linksys package/pisa/Makefile - Samuel Richter