summaryrefslogtreecommitdiff
path: root/package/lsof/Config.in
AgeCommit message (Collapse)Author
2011-10-07lsof: no longer needs rpc support in toolchainPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-05-26lsof: needs RPC support in toolchainPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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-07-28Replace space by tabsUlf Samuelsson
2006-06-23patch from John Gatewood Ham, add lsofEric Andersen