[OpenWrt-Devel] [PATCH 1/1] x86: 2.6.39 requires additional symbol

2011-07-17 Thread Philip Prindeville
Sysfs support for DMI BIOS was added in 2.6.39.

Signed-off-by: Philip Prindeville phil...@redfish-solutions.com
Index: target/linux/x86/config-default
===
--- target/linux/x86/config-default (revision 27625)
+++ target/linux/x86/config-default (working copy)
@@ -87,6 +87,7 @@
 CONFIG_DEVPORT=y
 # CONFIG_DMAR is not set
 # CONFIG_DMI is not set
+# CONFIG_DMI_SYSFS is not set
 CONFIG_DNOTIFY=y
 CONFIG_DOUBLEFAULT=y
 CONFIG_DUMMY_CONSOLE=y
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] Maintainer for package wing

2011-07-17 Thread Roberto Riggio

Hi,

I would like to be the maintainer for the package wing. What should I 
do? I already have access to trac, but not to the svn. What should I do 
to get svn access to the packages repo?


Thanks

--

Roberto Riggio, Ph.D.
CREATE-NET
Network  Security Solutions for Pervasive Computing Systems (iNSPIRE)
Senior Researcher
Via alla Cascata 56/D - 38123 Povo Trento (Italy)
e-mail: roberto.rig...@create-net.org
Tel: (+39) 0461 408400 - interno/extension 708
Fax: (+39) 0461 421157
www.create-net.org/~rriggio


The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited according to
the Italian Law 196/2003 of the Legislature. If you received this in
error, please contact the sender and delete the material from any
computer.

Le informazioni contenute in questo messaggio di posta elettronica e nei
file allegati sono da considerarsi strettamente riservate. Il loro
utilizzo e' consentito esclusivamente al destinatario del messaggio, per
le finalita' indicate nel messaggio stesso. Qualora riceveste questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla cancellazione del
messaggio stesso dal Vostro sistema. Trattenere il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo,
od utilizzarlo per finalita' diverse, costituisce comportamento
contrario ai principi dettati dal D. Lgs. 196/2003.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH v2 1/1] bug #9721: Conditional dependency handling is broken

2011-07-17 Thread Philip Prindeville
Currently the syntax:

DEPENDS:= +(USE_EGLIBC||USE_GLIBC):libbsd

isn't supported.

So use:

DEPENDS:= +USE_EGLIBC:libbsd +USE_GLIBC:libbsd

instead. (Redux after talking to Jo-Philipp)

Signed-off-by: Philip Prindeville phil...@redfish-solutions.com

Index: feeds/packages/lang/perl/Makefile
===
--- feeds/packages/lang/perl/Makefile   (revision 27625)
+++ feeds/packages/lang/perl/Makefile   (working copy)
@@ -33,7 +33,7 @@
   CATEGORY:=Languages
   TITLE:=The Perl intepreter
   URL:=http://www.perl.com/
-  DEPENDS:=+(USE_EGLIBC||USE_GLIBC):libbsd
+  DEPENDS:=+USE_EGLIBC:libbsd +USE_GLIBC:libbsd
 endef
 
 define Package/microperl
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH] reorganize ltq-dsl-app

2011-07-17 Thread John Crispin
thanks,

i applied the whole set of patches
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel