summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert previous commit oops :/Florian Fainelli2007-02-281-9/+4
| | | | SVN-Revision: 6431
* Re-enable fuse for 2.4 kernels as well (#1346)Florian Fainelli2007-02-281-3/+9
| | | | SVN-Revision: 6430
* Add strongswan (#1330)Florian Fainelli2007-02-2817-0/+1468
| | | | SVN-Revision: 6429
* fix kexec-tools buildFelix Fietkau2007-02-282-5/+12
| | | | SVN-Revision: 6428
* fix a small bug in the config merge/split (fixes buildbot error on ixp4xx)Felix Fietkau2007-02-282-4/+3
| | | | SVN-Revision: 6427
* Forgot the patch for CLASSIFYFlorian Fainelli2007-02-281-0/+120
| | | | SVN-Revision: 6425
* Add ipt_CLASSIFY target for 2.4 kernels (#1338)Florian Fainelli2007-02-284-0/+5
| | | | SVN-Revision: 6424
* remove remaining unnecessary dependencyFelix Fietkau2007-02-281-3/+0
| | | | SVN-Revision: 6423
* add missing dependencies (#1244)Felix Fietkau2007-02-281-1/+1
| | | | SVN-Revision: 6421
* add a patch to revert recent breakage in the intel cfi flash driver (fixes ↵Felix Fietkau2007-02-281-0/+169
| | | | | | #1140) SVN-Revision: 6420
* strip double quotes from grub boot options (fixes #1406)Felix Fietkau2007-02-281-2/+3
| | | | SVN-Revision: 6419
* update to imq patch version 2.6.19-imq3 - fixes kernel oops from #1397Felix Fietkau2007-02-281-428/+452
| | | | SVN-Revision: 6418
* allow the user to change the rb532 rootfs size in menuconfig (fixes #1374)Felix Fietkau2007-02-282-3/+3
| | | | SVN-Revision: 6417
* add wl-500w diag support (untested, based on patch from #1298)Felix Fietkau2007-02-281-0/+13
| | | | SVN-Revision: 6416
* 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