summaryrefslogtreecommitdiff
path: root/package/kismet
AgeCommit message (Collapse)Author
2009-01-26Add help for packages without AVR32 supportUlf Samuelsson
2009-01-21add kismet-unpacked target, fix lack of include for memset etc.Ulf Samuelsson
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2009-01-14Kismet needs dbus to buildUlf Samuelsson
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-10-26package: remove redundant pkg-config variablesPeter Korsgaard
Also remove some redundant or predefined configure/make args in these packages. Patch by Markus Heidelberg.
2008-08-27kismet: fix long help text linesPeter Korsgaard
And add homepage while we're at it.
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2007-11-14This will hopefully address the comment on bug #1557Thomas Lundquist
2007-10-31Had an issue noted in bug #1557, attached patch.Thomas Lundquist
2007-10-30Fix kismet makefile fragment syntax errorUlf Samuelsson
2007-10-30Adding Kismet, closing #1557Thomas Lundquist