Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure we will have lower case MAC addresses when doing WDS | Florian Fainelli | 2008-08-09 | 1 | -1/+4 |
| | | | | SVN-Revision: 12259 | ||||
* | Do not run telnet if either dropbear or openssh server are running (#3839) | Florian Fainelli | 2008-08-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 12258 | ||||
* | split support of Cellvision boards | Gabor Juhos | 2008-08-09 | 7 | -60/+120 |
| | | | | SVN-Revision: 12255 | ||||
* | fix cut&paste mistake | Felix Fietkau | 2008-08-09 | 1 | -2/+2 |
| | | | | SVN-Revision: 12254 | ||||
* | sanitize msdosfs header for user space in 2.6.25 (fixes dosfstools compile) | Felix Fietkau | 2008-08-09 | 1 | -0/+16 |
| | | | | SVN-Revision: 12253 | ||||
* | fix make distclean | Felix Fietkau | 2008-08-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 12252 | ||||
* | Support encrypted WDS connections (#2463) | Florian Fainelli | 2008-08-09 | 2 | -2/+76 |
| | | | | SVN-Revision: 12251 | ||||
* | add support for appending a file to jffs2 during reflash on the fly | Felix Fietkau | 2008-08-08 | 4 | -59/+110 |
| | | | | SVN-Revision: 12250 | ||||
* | package iproute2 has problems building on recent BSD-derived platforms ↵ | Florian Fainelli | 2008-08-08 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | because some programs to be run on the host use malloc.h in an incompatible way. package/iproute2/patches/004-darwin_fixes.patch has a fix for Darwin, however the fix can be made to work on other BSD platforms by changing the patch as below. I think a similar approach should work for other BSD-derived platforms, replacing the #ifndef __APPLE__ with #if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(...) or perhaps even with just #ifdef __linux__ if the set of platforms where malloc.h is ok is small or restricted to just linux In any case, the patch is below. (#3869) Signed-off-by: Luigi Rizzo <rizzo@iet.unipi.it> SVN-Revision: 12249 | ||||
* | Invert logic, first search for find as most people will build under Linux | Florian Fainelli | 2008-08-08 | 1 | -2/+2 |
| | | | | SVN-Revision: 12248 | ||||
* | ipkg-build calls 'find' directly irrespective of the platform, this causes ↵ | Florian Fainelli | 2008-08-08 | 1 | -0/+39 |
| | | | | | | | | | | | | failure in case gnu-find specific options are used (such as "-uid +99"). The attached diff, which creates tools/ipkg-utils/patches/160-find.patch, fixes the problem by using gfind is available. Again, this is similar to what is done in include/host.mk. (#3868) Signed-off-by: Luigi Rizzo <rizzo@iet.unipi.it> SVN-Revision: 12247 | ||||
* | scripts/feeds calls 'make' irrespective of the platform it is running on. ↵ | Florian Fainelli | 2008-08-08 | 1 | -5/+9 |
| | | | | | | | | The attached patch changes the code to use gmake if available (which should cover non-linux platforms, and is the same logic used to adapt other programs in include/host.mk) (#3867) Signed-off-by: Luigi Rizzo <rizzo@iet.unipi.it> SVN-Revision: 12246 | ||||
* | fixes kernel oops when reset button was pressed too often on atheros | John Crispin | 2008-08-08 | 1 | -4/+2 |
| | | | | SVN-Revision: 12245 | ||||
* | upgrade ppc44x to 2.6.26.2 | Imre Kaloz | 2008-08-07 | 3 | -6/+12 |
| | | | | SVN-Revision: 12244 | ||||
* | upgrade ppc40x to 2.6.26.2 as well | Imre Kaloz | 2008-08-07 | 4 | -19/+73 |
| | | | | SVN-Revision: 12243 | ||||
* | update to 2.6.25.15 and 2.6.26.2 | Gabor Juhos | 2008-08-07 | 21 | -34/+30 |
| | | | | SVN-Revision: 12242 | ||||
* | add basic interface alias support. for now (since we don't use ip in our ↵ | Felix Fietkau | 2008-08-07 | 2 | -38/+85 |
| | | | | | | | | | | | network scripts yet), it adds :1, :2, ... alias interfaces this will change when we add support for the ip utility, but the config format will remain the same. example: config alias test option interface lan option ipaddr 192.168.1.1 option netmask 255.255.0.0 SVN-Revision: 12241 | ||||
* | Add 11gdt, 11adt, 11ast and fh modes (#3824) | Florian Fainelli | 2008-08-07 | 1 | -0/+4 |
| | | | | SVN-Revision: 12240 | ||||
* | add 2.6.26 specific files | Gabor Juhos | 2008-08-07 | 103 | -136/+13389 |
| | | | | SVN-Revision: 12239 | ||||
* | update luci feed url to use http due to certificate issues | Steven Barth | 2008-08-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 12238 | ||||
* | added support for the timer-trigger to uci LED support | Steven Barth | 2008-08-07 | 1 | -0/+8 |
| | | | | SVN-Revision: 12236 | ||||
* | Add missing kernel configuration options since the SLUB allocator switch | Florian Fainelli | 2008-08-07 | 2 | -0/+4 |
| | | | | SVN-Revision: 12235 | ||||
* | add alternative board id for the ZyXEL P-334WT | Gabor Juhos | 2008-08-07 | 2 | -4/+6 |
| | | | | SVN-Revision: 12232 | ||||
* | allow ctrl-c to trigger preinit | Mike Baker | 2008-08-07 | 1 | -0/+2 |
| | | | | SVN-Revision: 12231 | ||||
* | move arch-specific definitions to arch site files | Nicolas Thill | 2008-08-06 | 20 | -280/+280 |
| | | | | SVN-Revision: 12229 | ||||
* | add ac_cv_file__dev_zero to sitefiles | Felix Fietkau | 2008-08-06 | 1 | -0/+1 |
| | | | | SVN-Revision: 12227 | ||||
* | add ssize_t definition to site files, fix up size for x86_64 | Felix Fietkau | 2008-08-06 | 10 | -2/+37 |
| | | | | SVN-Revision: 12226 | ||||
* | use $(FPIC) in a few places where it matters | Felix Fietkau | 2008-08-06 | 12 | -12/+18 |
| | | | | SVN-Revision: 12225 | ||||
* | add a variable that contains the proper architecture-dependent -fPIC/-fpic ↵ | Felix Fietkau | 2008-08-06 | 1 | -0/+6 |
| | | | | | | cflag for building shared libraries SVN-Revision: 12224 | ||||
* | kexec for powerpc actually only support ps3 or gamecube, not magicbox for ↵ | Florian Fainelli | 2008-08-06 | 1 | -1/+1 |
| | | | | | | instance SVN-Revision: 12223 | ||||
* | and another one | Felix Fietkau | 2008-08-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 12217 | ||||
* | fix a small typo | Felix Fietkau | 2008-08-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 12216 | ||||
* | ebtables: useless without kmod-eptables | Gabor Juhos | 2008-08-06 | 1 | -0/+1 |
| | | | | SVN-Revision: 12214 | ||||
* | add missing gitignore change for build environments | Felix Fietkau | 2008-08-06 | 1 | -0/+1 |
| | | | | SVN-Revision: 12213 | ||||
* | add script for managing 'build environments' (.config+files/), including ↵ | Felix Fietkau | 2008-08-06 | 2 | -0/+276 |
| | | | | | | documentation SVN-Revision: 12212 | ||||
* | fix 'make docs' | Felix Fietkau | 2008-08-06 | 1 | -2/+2 |
| | | | | SVN-Revision: 12211 | ||||
* | cosmetic fix for docs/ prereq check | Felix Fietkau | 2008-08-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 12210 | ||||
* | sync kernel config, and disable broken ide driver until my CF card arrives | Gabor Juhos | 2008-08-06 | 1 | -5/+1 |
| | | | | SVN-Revision: 12208 | ||||
* | fix make variable overriding for package makefiles on the command line | Felix Fietkau | 2008-08-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 12204 | ||||
* | remove broken status from uml target | Nicolas Thill | 2008-08-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 12202 | ||||
* | reorder nand partitions on RB-4xx (closes #3852) | Gabor Juhos | 2008-08-06 | 1 | -7/+7 |
| | | | | SVN-Revision: 12201 | ||||
* | spca5xx-le does not work with linux 2.6.26+ | Felix Fietkau | 2008-08-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 12194 | ||||
* | fix qc-usb compile on atheros | Felix Fietkau | 2008-08-05 | 1 | -3/+24 |
| | | | | SVN-Revision: 12185 | ||||
* | fix ov51x-jpeg compile | Felix Fietkau | 2008-08-05 | 1 | -0/+20 |
| | | | | SVN-Revision: 12183 | ||||
* | install libshared into the staging dir (required by wrt-radauth) | Felix Fietkau | 2008-08-05 | 1 | -0/+5 |
| | | | | SVN-Revision: 12181 | ||||
* | fix nw802-2.4 compile | Felix Fietkau | 2008-08-05 | 1 | -0/+134 |
| | | | | SVN-Revision: 12180 | ||||
* | add proper uci/hotplug based button handling on atheros and work around ↵ | John Crispin | 2008-08-05 | 3 | -1/+86 |
| | | | | | | boards, where the gpio release irq does not fire correctly SVN-Revision: 12179 | ||||
* | Duplicate of r12143 | Florian Fainelli | 2008-08-05 | 1 | -15/+0 |
| | | | | SVN-Revision: 12178 | ||||
* | Fix inclusion of pim.h like igmpproxy | Florian Fainelli | 2008-08-05 | 1 | -0/+15 |
| | | | | SVN-Revision: 12176 | ||||
* | fixes reset button on atheros platform, ar5312 gpio_irqs will be added later | John Crispin | 2008-08-05 | 5 | -344/+3 |
| | | | | SVN-Revision: 12164 |