summaryrefslogtreecommitdiff
path: root/package/udhcp/Config.in
AgeCommit message (Collapse)Author
2009-09-19package/: remove unused / unreferenced udhcp packagePeter Korsgaard
Udhcp got integrated into busybox a long time ago, and the udhcp package wasn't even included in package/Config.in, so it couldn't be used. 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.
2004-12-24merge help descriptions written by Tom CameronMike Frysinger
2004-10-09final step in buildroot faceliftEric Andersen