summaryrefslogtreecommitdiff
path: root/openwrt/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* move wificonf and nvram stuff back to package/, remove build_mipsel/root, ↵Felix Fietkau2005-07-241-32/+3
| | | | | | run install part of package/ for every board/kernel - fixes dependency mess SVN-Revision: 1540
* move target/default/target_skeleton into package/base-files, put all the ↵Felix Fietkau2005-07-171-5/+2
| | | | | | default files in ipkg packages, cleanup some junk in toolchain/, toolchain/ no longer changes build_mipsel/root SVN-Revision: 1494
* add target package/target_name to the master makefile, which will run ↵Felix Fietkau2005-06-051-1/+10
| | | | | | $(MAKE) -C package target_name. same for target/ and toolchain/ SVN-Revision: 1147
* remove all copies of the root fs on make target_cleanFelix Fietkau2005-05-301-0/+1
| | | | SVN-Revision: 1116
* add openwrt image builder to sdkFelix Fietkau2005-04-201-2/+8
| | | | SVN-Revision: 688
* add some fixes for parallel build (does not work with -j4 yet, but it gets ↵Felix Fietkau2005-04-081-0/+2
| | | | | | most packages compiled now) SVN-Revision: 577
* hide experimental/developer options from the user. can be reenabled by using ↵Felix Fietkau2005-04-051-0/+4
| | | | | | make menuconfig DEVELOPER=1 SVN-Revision: 567
* change default path for staging_dir. ↵Waldemar Brodkorb2005-03-231-1/+1
| | | | | | http://www.openwrt.org/forum/viewtopic.php?p=5528#5528 SVN-Revision: 421
* check config changes on make worldFelix Fietkau2005-03-211-2/+6
| | | | SVN-Revision: 410
* unneeded cleansWaldemar Brodkorb2005-03-141-3/+0
| | | | SVN-Revision: 365
* fix package_indexFelix Fietkau2005-03-071-1/+3
| | | | SVN-Revision: 339
* create a package index after buildFelix Fietkau2005-03-071-7/+4
| | | | SVN-Revision: 337
* nbd's makefile/menuconfig rewriteMike Baker2005-03-061-82/+54
| | | | SVN-Revision: 307
* fix the jffs2 build for separate 4M/8M imagesMike Baker2005-03-041-0/+1
| | | | SVN-Revision: 303
* target/jffs2/blocksize.mk for setting block size (req. for wrt54g) squashfs ↵Mike Baker2005-03-031-7/+0
| | | | | | removed in favor of squashfs-lzma SVN-Revision: 301
* bugfixesMike Baker2005-02-281-3/+4
| | | | SVN-Revision: 296
* bugfixMike Baker2005-02-261-0/+2
| | | | SVN-Revision: 294
* I do not believe that users will cleanup kernelsource, when switching ↵Waldemar Brodkorb2005-02-231-0/+21
| | | | | | rootfs. force it with scripts and Makefile changes from Felix Fietkau <nbd@vd-s.ath.cx> SVN-Revision: 290
* ensure sstrip is build before needed by packagesWaldemar Brodkorb2005-02-231-1/+1
| | | | SVN-Revision: 288
* remove DIST and add EXTRAVERSION, discussed with mbm. fixed dirclean target ↵Waldemar Brodkorb2005-02-211-2/+2
| | | | | | for linksys-stuff SVN-Revision: 279
* demistifying make *clean targets, fix some clean targets issuesWaldemar Brodkorb2005-02-191-13/+11
| | | | SVN-Revision: 272
* sync with buildroot2 from uclibcWaldemar Brodkorb2005-02-191-23/+36
| | | | SVN-Revision: 268
* fix initial root dirs creation when empty cvs dirs are not prunedNicolas Thill2005-02-171-1/+1
| | | | SVN-Revision: 247
* accidentally removed IMAGESWaldemar Brodkorb2005-02-121-1/+1
| | | | SVN-Revision: 238
* make clean should remove openwrt-imagesWaldemar Brodkorb2005-02-121-2/+3
| | | | SVN-Revision: 237
* create some empty missing directories hereWaldemar Brodkorb2005-02-071-0/+2
| | | | SVN-Revision: 219
* *** empty log message ***Mike Baker2005-02-061-1/+1
| | | | SVN-Revision: 213
* fix dependancy orderMike Baker2005-01-171-1/+1
| | | | SVN-Revision: 204
* Initial revisionMike Baker2005-01-161-0/+191
SVN-Revision: 197