[pisa-src] r2551 - trunk/openwrt/dot_config_linksys

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

Author: richter
Date: Tue Apr 19 19:17:16 2011
New Revision: 2551

Log:
add package hipl-common to the linksys router openwrt config

as with the pisa package, the hipl-common package isn't properly
selected, it also cannot be selected in make menuconfig, so i added it
manually.
beware that on 'make menuconfig', the hipl-common config option gets
deleted, which breaks the dependency of hipl-hipd

Modified:
   trunk/openwrt/dot_config_linksys

Modified: trunk/openwrt/dot_config_linksys
==============================================================================
--- trunk/openwrt/dot_config_linksys    Tue Apr 19 18:31:47 2011        (r2550)
+++ trunk/openwrt/dot_config_linksys    Tue Apr 19 19:17:16 2011        (r2551)
@@ -1106,6 +1106,7 @@
 # CONFIG_PACKAGE_ebtables is not set
 # 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=m
 # CONFIG_PACKAGE_hostapd is not set
-- 
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] r2551 - trunk/openwrt/dot_config_linksys - Samuel Richter