summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* credit where credit is dueMike Baker2006-06-2790-15/+547
| | | | SVN-Revision: 4091
* add copyright headers to base-files scripts and config filesFelix Fietkau2006-06-2740-3/+70
| | | | SVN-Revision: 4090
* add missing exportsFelix Fietkau2006-06-261-1/+4
| | | | SVN-Revision: 4089
* don't rely on temporary variables in config() as they may get overwritten by ↵Felix Fietkau2006-06-261-5/+3
| | | | | | config_cb() SVN-Revision: 4088
* enable CRC32 in brcm-2.4 kernel config - no idea why it even worked withoutFelix Fietkau2006-06-261-1/+1
| | | | SVN-Revision: 4087
* remove kmod-ide control fileFelix Fietkau2006-06-261-4/+0
| | | | SVN-Revision: 4086
* Remove built-in.oFlorian Fainelli2006-06-261-0/+0
| | | | SVN-Revision: 4085
* Merge premilinary Broadcom 63xx support (Livebox, Siemens SE515...) Kernel ↵Florian Fainelli2006-06-267-19/+49318
| | | | | | compiles fine, does not include linux-2.6.8.1 linux-mips specific fixes and neither includes broadcom changes to netfiler Needs testing of course :) SVN-Revision: 4084
* add support for new modules.mk format (no autogenerated Config.in yet)Felix Fietkau2006-06-265-13/+134
| | | | SVN-Revision: 4083
* fix inclusion of kernel modules selected for install in images (closes: #598).Nicolas Thill2006-06-251-2/+2
| | | | SVN-Revision: 4081
* add 'reset to defaults' to menuconfigFelix Fietkau2006-06-253-0/+29
| | | | SVN-Revision: 4080
* use NO_TRACE_MAKE for menuconfigFelix Fietkau2006-06-251-1/+1
| | | | SVN-Revision: 4079
* add extra targets to improve make tracing outputFelix Fietkau2006-06-251-1/+6
| | | | SVN-Revision: 4078
* reorder nas command line parameters (required for bridge operation)Felix Fietkau2006-06-251-1/+1
| | | | SVN-Revision: 4077
* make nas depend on nvramFelix Fietkau2006-06-251-0/+1
| | | | SVN-Revision: 4076
* work around a busybox bugFelix Fietkau2006-06-251-1/+1
| | | | SVN-Revision: 4075
* small bugfixes for wifi (broadcom)Felix Fietkau2006-06-251-2/+5
| | | | SVN-Revision: 4074
* move the broadcom driver stuff into its own submenuFelix Fietkau2006-06-253-4/+21
| | | | SVN-Revision: 4073
* add a simple /sbin/wifi script with support for the new broadcom driver ↵Felix Fietkau2006-06-254-0/+221
| | | | | | (incomplete, but works) SVN-Revision: 4072
* fixes for common config functionsFelix Fietkau2006-06-251-15/+27
| | | | SVN-Revision: 4071
* enable wlc by defaultFelix Fietkau2006-06-251-0/+1
| | | | SVN-Revision: 4070
* fix ipsec compile (FIXME: move DESTDIR to build template?)Mike Baker2006-06-231-1/+1
| | | | SVN-Revision: 4069
* mini_fo patch from upstream (fixes 2.6.17 compile)Mike Baker2006-06-231-0/+47
| | | | SVN-Revision: 4068
* prevent verbose script from corrupting .pkginfoMike Baker2006-06-232-7/+3
| | | | SVN-Revision: 4067
* set default verbosity to 0Mike Baker2006-06-231-1/+1
| | | | SVN-Revision: 4066
* fix kernel configure targetMike Baker2006-06-231-2/+1
| | | | SVN-Revision: 4065
* switch on new verbose systemMike Baker2006-06-235-10/+16
| | | | SVN-Revision: 4064
* nuke jffs2root --move from init scriptsFelix Fietkau2006-06-232-13/+2
| | | | SVN-Revision: 4063
* backport jffs2 eof detect changes from 2.6Felix Fietkau2006-06-231-36/+45
| | | | SVN-Revision: 4062
* port the brcm-2.4 flash map driver changes to 2.6Felix Fietkau2006-06-231-53/+188
| | | | SVN-Revision: 4061
* fix the jffs2 eof detect patch for linux 2.6 (unlocking required for erasing ↵Felix Fietkau2006-06-231-20/+30
| | | | | | blocks) SVN-Revision: 4060
* fix partition alignFelix Fietkau2006-06-231-3/+5
| | | | SVN-Revision: 4059
* add copyright statementFelix Fietkau2006-06-231-2/+3
| | | | SVN-Revision: 4058
* new verbose/trace script for makeMike Baker2006-06-231-0/+25
| | | | SVN-Revision: 4057
* update kernel config for brcm-2.6Felix Fietkau2006-06-231-74/+84
| | | | SVN-Revision: 4056
* broadcom 2.4: update the trx for jffs2 directly in the flash map driverFelix Fietkau2006-06-231-39/+167
| | | | SVN-Revision: 4055
* jffs2 eof detect: mark erased blocks after erasing themFelix Fietkau2006-06-231-1/+2
| | | | SVN-Revision: 4054
* .pkginfo cleanup #2Mike Baker2006-06-233-7/+10
| | | | SVN-Revision: 4053
* set defaults for .pkginfoMike Baker2006-06-231-1/+4
| | | | SVN-Revision: 4052
* cleanupMike Baker2006-06-221-82/+73
| | | | SVN-Revision: 4051
* cosmetic fix for irq error messagesMike Baker2006-06-221-1/+1
| | | | SVN-Revision: 4050
* remove stale reference to package/rules.mk - not that useful in the ↵Felix Fietkau2006-06-221-1/+1
| | | | | | dependency handling anyway SVN-Revision: 4049
* add 0xdeadc0de to the jffs2 filesystem imagesFelix Fietkau2006-06-221-0/+4
| | | | SVN-Revision: 4048
* sstrip binaries that have been stripped by the regular strip beforeFelix Fietkau2006-06-221-1/+1
| | | | SVN-Revision: 4047
* revert last change and add a different fixFelix Fietkau2006-06-211-3/+4
| | | | SVN-Revision: 4046
* avoid includes that aren't required for current target (make download)Mike Baker2006-06-211-4/+3
| | | | SVN-Revision: 4045
* backport jffs2 eofdetect patch to linux 2.4Felix Fietkau2006-06-211-0/+87
| | | | SVN-Revision: 4044
* add STRIP to TARGET_CONFIGURE_OPTS (closes #606)Mike Baker2006-06-211-1/+2
| | | | SVN-Revision: 4043
* move jffs2 end-of-filesystem detection to the generic 2.6 patchesFelix Fietkau2006-06-211-0/+0
| | | | SVN-Revision: 4042
* move uClibc/files/config.* to uClibc/config/* and allow board-specific ↵Felix Fietkau2006-06-215-1/+6
| | | | | | config overrides SVN-Revision: 4041