summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* move ccache to tools/ and fix potential dependency issueFelix Fietkau2007-02-273-2/+2
| | | | SVN-Revision: 6413
* fix ccache build (#1415)Felix Fietkau2007-02-271-9/+16
| | | | SVN-Revision: 6412
* add a check for brctl in the unbridge() function (fixes #1417)Felix Fietkau2007-02-271-1/+2
| | | | SVN-Revision: 6410
* use config_get_bool for hide_ssid option in madwifiFelix Fietkau2007-02-271-3/+3
| | | | SVN-Revision: 6408
* move config_get_bool from /sbin/wifi to /etc/functions.shFelix Fietkau2007-02-272-11/+11
| | | | SVN-Revision: 6407
* Add hidden_ssid option to madwifi script (#1363)Florian Fainelli2007-02-271-0/+3
| | | | SVN-Revision: 6406
* Massive speedup in the package/target scanning step - per package metadata ↵Felix Fietkau2007-02-272-32/+70
| | | | | | files are now cached. - timestamp.pl calls have been replaced with make file dependencies - an extra stamp file ensures that directory listing changes force a rebuild SVN-Revision: 6404
* remove compatibility crap from libfuse which seems to break on uClibc, ↵Felix Fietkau2007-02-272-0/+203
| | | | | | because of problems with versioned symbols SVN-Revision: 6402
* fix alsa compileFelix Fietkau2007-02-271-0/+1
| | | | SVN-Revision: 6401
* Make cifs depend on kmod-nls-base (#1360)Florian Fainelli2007-02-271-0/+1
| | | | SVN-Revision: 6400
* fix pam header related compile error in dropbearFelix Fietkau2007-02-271-0/+19
| | | | SVN-Revision: 6397
* Add macosx fix from #1407Florian Fainelli2007-02-261-0/+11
| | | | SVN-Revision: 6392
* Integrate basic UCI config file validation support Needs more testing and ↵Felix Fietkau2007-02-268-31/+656
| | | | | | | | validation is not enforced yet Code contributed by Fraunhofer Fokus SVN-Revision: 6391
* correct wrong CONFIG_PCMCIA defaults (fixes buildbot errors)Felix Fietkau2007-02-269-1/+9
| | | | SVN-Revision: 6390
* add missing dependencyFelix Fietkau2007-02-261-1/+1
| | | | SVN-Revision: 6389
* document MAKE_FLAGS and MAKE_VARSFelix Fietkau2007-02-261-0/+9
| | | | SVN-Revision: 6385
* add information about the tex4ht requirement for the docsFelix Fietkau2007-02-261-1/+1
| | | | SVN-Revision: 6384
* add missing copyright headerFelix Fietkau2007-02-262-0/+9
| | | | SVN-Revision: 6383
* add x86_64 sitefileFelix Fietkau2007-02-261-0/+31
| | | | SVN-Revision: 6382
* minor cleanupFelix Fietkau2007-02-261-15/+12
| | | | SVN-Revision: 6381
* use default_subtargets in package/Makefile and target/MakefileFelix Fietkau2007-02-262-25/+2
| | | | SVN-Revision: 6380
* remove old variablesFelix Fietkau2007-02-261-2/+2
| | | | SVN-Revision: 6379
* move CXXFLAGS to MAKE_VARSFelix Fietkau2007-02-261-1/+1
| | | | SVN-Revision: 6378
* add MAKE_VARS and MAKE_FLAGS similar to CONFIGURE_*Felix Fietkau2007-02-261-6/+12
| | | | SVN-Revision: 6377
* rename PKG_CONFIGURE_PATH to CONFIGURE_PATH for consistencyFelix Fietkau2007-02-251-2/+3
| | | | SVN-Revision: 6376
* document configure related build system changesFelix Fietkau2007-02-251-2/+14
| | | | SVN-Revision: 6375
* use NO_TRACE_MAKE for docs buildFelix Fietkau2007-02-251-4/+4
| | | | SVN-Revision: 6374
* more cleanupFelix Fietkau2007-02-251-33/+14
| | | | SVN-Revision: 6373
* various configure related cleanupsFelix Fietkau2007-02-258-134/+49
| | | | SVN-Revision: 6372
* change path to .prereq stampfileFelix Fietkau2007-02-251-2/+2
| | | | SVN-Revision: 6371
* move configure args to CONFIGURE_ARGS and configure variable to ↵Felix Fietkau2007-02-251-13/+19
| | | | | | CONFIGURE_VARS to make it possible to modify the configure command line without overriding the default template SVN-Revision: 6370
* fix for including host.mk multiple timesFelix Fietkau2007-02-251-0/+3
| | | | SVN-Revision: 6369
* add x86_64 config for uClibcFelix Fietkau2007-02-251-0/+152
| | | | SVN-Revision: 6368
* fix stampfiles for host-buildsFelix Fietkau2007-02-251-0/+1
| | | | SVN-Revision: 6367
* run indent on ar2313 driverFelix Fietkau2007-02-253-654/+688
| | | | SVN-Revision: 6366
* add prereq checks for the documentation (#1400)Felix Fietkau2007-02-251-1/+18
| | | | SVN-Revision: 6365
* fix path to usb audio moduleFelix Fietkau2007-02-251-1/+1
| | | | SVN-Revision: 6364
* fix KCONFIG for usb-audio package (#1335)Felix Fietkau2007-02-251-1/+2
| | | | SVN-Revision: 6363
* add kernel_headers dependency on target/linux/generic-2.*Felix Fietkau2007-02-251-0/+1
| | | | SVN-Revision: 6362
* add auto-rebuild for host builds (tested with tools/ and toolchain/)Felix Fietkau2007-02-251-10/+12
| | | | SVN-Revision: 6361
* clean up a few things in image build makefiles and fix unnecessary grub rebuildsFelix Fietkau2007-02-256-43/+18
| | | | SVN-Revision: 6360
* add optional padding for x86 grub images (useful for running jffs2 images in ↵Felix Fietkau2007-02-253-1/+7
| | | | | | qemu) SVN-Revision: 6359
* make ptgen print the end offset of the last partition as wellFelix Fietkau2007-02-251-0/+1
| | | | SVN-Revision: 6358
* clean up stampfile mess for tools/ and toolchain/Felix Fietkau2007-02-253-61/+44
| | | | SVN-Revision: 6357
* more reliable fix for handling pppFelix Fietkau2007-02-252-4/+5
| | | | SVN-Revision: 6356
* integrate the fix from #1348 and clean up the network scripts a bit...Felix Fietkau2007-02-251-18/+39
| | | | SVN-Revision: 6355
* fix ppp defaultroute issues (based on patch from #1386, fixes #1181)Felix Fietkau2007-02-251-0/+4
| | | | SVN-Revision: 6354
* upgrade to uClibc 0.9.28.2Felix Fietkau2007-02-2410-326/+56
| | | | SVN-Revision: 6353
* fix cylinder rounding in ptgenFelix Fietkau2007-02-241-1/+1
| | | | SVN-Revision: 6352
* always dereference symbolic links when copying kernel modules into the ↵Felix Fietkau2007-02-231-1/+1
| | | | | | packaging directory (fixes alsa build, patch from #1392) SVN-Revision: 6350