You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
patacongo add995c32e Completes coding of the PWM module 13 years ago
..
patches Completes coding of the PWM module 13 years ago
testsuite Completes coding of the PWM module 13 years ago
ChangeLog Completes coding of the PWM module 13 years ago
Makefile Completes coding of the PWM module 13 years ago
README.buildroot Completes coding of the PWM module 13 years ago
config.guess Completes coding of the PWM module 13 years ago
config.sub Completes coding of the PWM module 13 years ago
gnuconfig.mk Completes coding of the PWM module 13 years ago
uname Completes coding of the PWM module 13 years ago

README.buildroot

--- ABOUT ---
This isnt a real package, it just exists to easily update the
config.sub / config.guess files in packages to the latest version
(since many bundled ones don't support the latest possible targets)

--- HOWTO ---
To use, just add this to your unpack rule in the package.mk:
$(CONFIG_UPDATE) $(PACKAGE_DIR)/

--- UPDATE ---
This is a CVS checkout of the config project, so just run `cvs up`
to get the latest config.sub / config.guess files.

A few local customizations are used to support uClibc so you may
have to make sure they're still needed. The patches are broken
out in the patches/ dir to keep things simple.