summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2012-03-06split clean in clean and allceanKatze Miau
- clean removes buildroot-specific tmp files - allclean also makes openwrt repos clean (after which a gcc of the toolchain will take a lot of time)
2012-03-05Makefile: add wr741 and dir300 to default targetKatze Miau
2012-03-04Makefile: set WR841 (trunk) as default targetKatze Miau
2012-03-04Makefile: emulate `make silentoldconfig` in OpenWRTKatze Miau
2012-03-02Makefile: add support for trunk, add default targetKatze Miau
2012-03-02Makefile: add target cleanKatze Miau
2012-03-02move name_firmware to toolbinKatze Miau
2012-03-02add toolbin/merge_config to compose configs and filesKatze Miau
toolbin/merge_config takes a list of basenames and merges them by applying them from left to right. If the first basename may refer to a file or a directory; the resulting merge is of the same type. Usage: toolbin/merge_config --merge --dst location [--verbose] base base2 ... For each basename X up to one of three possible files may exist: $X - copy $X as result of the merge (overwritting any existing $X) $X.patch - patch an existing $X $X.delete - delete an existing $X toolbin/extract_variants decomposes a string like foo/bar-baz/boing-bu along the dashes into: foo/bar-baz-boing-bu foo/bar-baz-boing foo/bar-baz foo/bar It is used to generate all possible sources merge_config should consider.
2011-12-08generate files/etc/{banner, firmware} from repository stateKatze Miau
The new script ./name_firmware is used to generates two files in openwrt/$REPO/files/ during `make image/...`: - /etc/firmware (see documentation on firmware id) - /etc/banner (login banner; generated from the template in /files/common/etc/banner)
2011-11-30add ffj feeds to makefileKatze Miau
currently the /feeds.conf has to be supplied by user until it is hosted properly somewhere
2011-11-23added automatic parallel job-number for make depending on processor-countegon_ffj
2011-11-02catch errors when patching model specific .config filesKatze Miau
2011-11-02only copy plattform/model-specific files/ if existantKatze Miau
2011-11-01generate persistent .configegon_ffj
2011-11-01 * deleted unused .phony target openwrt/backfireegon_ffj
2011-10-19Merge ↵Katze Miau
gitorious.org:+freifunk-jena/freifunk-jena-batman-config/freifunk-jena-batman-config-v2 Conflicts: Makefile
2011-10-19update update rule to use .repo_accessKatze Miau
2011-10-19correctly call sub-makes using $(MAKE)Katze Miau
2011-10-19use common dl directories for all branchesKatze Miau
2011-10-19 * create global dl-folder and symlink it to global dl-folderegon_ffj
2011-10-16Makefile: clean from old results before making newKatze Miau
2011-10-16add makefile to generate imagesKatze Miau
contact: Jan Huwald // Impressum