Luca Ceresoli
eef36a8e86
libeXosip2: fix comment and URL in menuconfig
...
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-05-14 22:58:08 +02:00
Peter Korsgaard
e7b6b32c5d
package: get rid of ".. has no inherent support for AVR32" comments
...
These are probaly out of date by now, and lack of special handling for
avr32 doesn't mean that a package won't work on avr32, so remove them.
Done by sed -i '/comment.*no inherent support for AVR32/{N;N;p}'
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-04 11:41:20 +02:00
Ulf Samuelsson
8e2390fdaf
Add help for packages without AVR32 support
2009-01-26 00:34:02 +00:00
Ulf Samuelsson
e4c50fe464
libeXosip2 requires libosip2
2009-01-16 21:19:50 +00:00
Peter Korsgaard
02a623ddf9
buildroot: remove trailing spaces
...
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
sed -i 's/ \+$//' $i;
done
2008-08-04 19:07:05 +00:00
Peter Korsgaard
4683420c4c
Kconfig: remove 'default n'
...
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00
Ulf Samuelsson
5fa09eed0f
Add libeXosip2 package
2007-11-30 12:32:33 +00:00