Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade iw to stable 0.9.5 | Florian Fainelli | 2008-09-21 | 1 | -8/+4 |
| | | | | SVN-Revision: 12642 | ||||
* | Remove 2.6.22 kernel configuration file | Florian Fainelli | 2008-09-21 | 1 | -1675/+0 |
| | | | | SVN-Revision: 12639 | ||||
* | Remove 2.6.22 files, no target uses them anymore | Florian Fainelli | 2008-09-21 | 50 | -44864/+0 |
| | | | | SVN-Revision: 12638 | ||||
* | rename generic-2.6/config-default to generic-2.6/config-2.6.21 | Felix Fietkau | 2008-09-21 | 1 | -0/+0 |
| | | | | SVN-Revision: 12637 | ||||
* | rename generic-2.6/patches to generic-2.6/patches-2.6.21 | Felix Fietkau | 2008-09-21 | 44 | -0/+0 |
| | | | | SVN-Revision: 12636 | ||||
* | atheros: don't try to enable pci on AR2317 (fixes #3533) | Felix Fietkau | 2008-09-19 | 2 | -22/+16 |
| | | | | SVN-Revision: 12633 | ||||
* | Restore config after running scripts/env diff. | Lars-Peter Clausen | 2008-09-18 | 1 | -0/+1 |
| | | | | SVN-Revision: 12632 | ||||
* | remove some debug stuff | Gabor Juhos | 2008-09-18 | 3 | -14/+0 |
| | | | | SVN-Revision: 12631 | ||||
* | create firmware image for the WP543 board | Gabor Juhos | 2008-09-18 | 1 | -9/+38 |
| | | | | SVN-Revision: 12628 | ||||
* | add MyLoader support | Gabor Juhos | 2008-09-18 | 10 | -43/+309 |
| | | | | SVN-Revision: 12627 | ||||
* | remove 2.6.25 config as well | Gabor Juhos | 2008-09-18 | 1 | -243/+0 |
| | | | | SVN-Revision: 12626 | ||||
* | nuke 2.6.25 specific patches | Gabor Juhos | 2008-09-18 | 12 | -506/+0 |
| | | | | SVN-Revision: 12625 | ||||
* | WP543: add static mtd partitions | Gabor Juhos | 2008-09-18 | 1 | -1/+25 |
| | | | | SVN-Revision: 12624 | ||||
* | add patches to fixes gcc 4.2.x bugs: - fix gcc ICE when compiling ↵ | Nicolas Thill | 2008-09-18 | 9 | -0/+472 |
| | | | | | | package/ath9k (closes: #3816) http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37014 - fix "undefined reference to `fmsub'" error on powerpc http://bugs.uclibc.org/view.php?id=1588 SVN-Revision: 12623 | ||||
* | fix the PCI byte lane enable generation code, based on a patch by Chris Dearman | Gabor Juhos | 2008-09-17 | 1 | -5/+6 |
| | | | | SVN-Revision: 12617 | ||||
* | Fixed a typo in the firewall scripts | Steven Barth | 2008-09-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 12616 | ||||
* | Fixed dependency handling for feeds | Steven Barth | 2008-09-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 12615 | ||||
* | Fixed a typo in firewall scripts, closes #4000 | Steven Barth | 2008-09-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 12613 | ||||
* | use the Download/ macro to get ACX firmwares | Nicolas Thill | 2008-09-15 | 2 | -31/+35 |
| | | | | SVN-Revision: 12612 | ||||
* | add missing Kconfig symbol | Nicolas Thill | 2008-09-15 | 1 | -0/+1 |
| | | | | SVN-Revision: 12611 | ||||
* | add missing dependency on libblkid to swap-utils, needed for swapon/off ↵ | Nicolas Thill | 2008-09-15 | 1 | -1/+1 |
| | | | | | | (closes: #3993) SVN-Revision: 12610 | ||||
* | Compile fix libnl - hidden symbol `__clz_tab' (fix #3899) - thanks to gig-tmp | Jens Muecke | 2008-09-14 | 1 | -0/+71 |
| | | | | SVN-Revision: 12609 | ||||
* | fix whitespace order in cflags without CONFIG_DEBUG to prevent breakage in ↵ | Felix Fietkau | 2008-09-13 | 1 | -1/+1 |
| | | | | | | some packages' configure step SVN-Revision: 12601 | ||||
* | remove 2.6.25 specific stuff | Gabor Juhos | 2008-09-13 | 85 | -14419/+1 |
| | | | | SVN-Revision: 12598 | ||||
* | Revert r12510. Remove -rpath-link form TARGET_LDFLAGS as it breaks some ↵ | Lars-Peter Clausen | 2008-09-13 | 1 | -3/+4 |
| | | | | | | packages. SVN-Revision: 12597 | ||||
* | fix build options in menuconfig: - move EXTERNAL_KERNEL_TREE & NO_STRIP from ↵ | Nicolas Thill | 2008-09-13 | 1 | -9/+7 |
| | | | | | | DEVEL to BUILDOPTS - remove BUILDSYSTEM_SETTINGS and move DOWNLOAD_FOLDER to DEVEL SVN-Revision: 12592 | ||||
* | add new option for enabling debugging symbols | Felix Fietkau | 2008-09-13 | 2 | -6/+14 |
| | | | | SVN-Revision: 12591 | ||||
* | remove old atheros kernels and patches | Felix Fietkau | 2008-09-13 | 24 | -1393/+0 |
| | | | | SVN-Revision: 12590 | ||||
* | fix depends, from sn9 | Travis Kemen | 2008-09-13 | 1 | -4/+3 |
| | | | | SVN-Revision: 12589 | ||||
* | Change libtool fixup behaviour. Still ugly but it works until we have a real ↵ | Lars-Peter Clausen | 2008-09-13 | 1 | -5/+8 |
| | | | | | | fix. It uses a InstallDev/Post hook to find all .la files which are going to be installed in the staging dir and prefixes every path in those files which starts with /usr/lib with $(STAGING_DIR). SVN-Revision: 12586 | ||||
* | make option name optional | Travis Kemen | 2008-09-13 | 2 | -3/+3 |
| | | | | SVN-Revision: 12585 | ||||
* | madwifi: fix x86_64 compilation | Felix Fietkau | 2008-09-12 | 1 | -0/+16 |
| | | | | SVN-Revision: 12574 | ||||
* | madwifi: upgrade to 2008-09-09 HAL | Felix Fietkau | 2008-09-12 | 2 | -0/+0 |
| | | | | SVN-Revision: 12573 | ||||
* | sysupgrade: add optional delay before rebooting | Felix Fietkau | 2008-09-12 | 2 | -3/+7 |
| | | | | SVN-Revision: 12572 | ||||
* | convert to GPIOLIB | Gabor Juhos | 2008-09-12 | 5 | -241/+210 |
| | | | | SVN-Revision: 12571 | ||||
* | oops, previous commit was broken. remove wrong line break. | Lars-Peter Clausen | 2008-09-11 | 1 | -2/+1 |
| | | | | SVN-Revision: 12570 | ||||
* | Add InstallDev/(Pre|Post) hooks. | Lars-Peter Clausen | 2008-09-11 | 1 | -2/+10 |
| | | | | SVN-Revision: 12569 | ||||
* | Prevent unwanted shell expansion | Steven Barth | 2008-09-11 | 1 | -2/+2 |
| | | | | SVN-Revision: 12568 | ||||
* | use generic cansleep wrappers for GPIO | Gabor Juhos | 2008-09-11 | 1 | -19/+1 |
| | | | | SVN-Revision: 12567 | ||||
* | 2.6.26: add gpiommc driver | Gabor Juhos | 2008-09-10 | 5 | -297/+1249 |
| | | | | SVN-Revision: 12566 | ||||
* | Do not try to build autoconf emacs library, as it can fail on some systems ↵ | Florian Fainelli | 2008-09-09 | 1 | -0/+24 |
| | | | | | | like Fedora core 9 SVN-Revision: 12562 | ||||
* | au1000: fix gpio output | Florian Fainelli | 2008-09-09 | 1 | -0/+20 |
| | | | | | | | | | | | | when setting the output state of one GPIO pin we have to keep the state of the other pins, hence use binary OR. also gpio_direction_output() wants to set an initial value, so add that too. this fixes a problem with the USB power switch on mtx-1 boards. (#3974) Signed-off-by: Bruno Randolf <br1@einfach.org> SVN-Revision: 12561 | ||||
* | bump ifxmips to 2.6.26.2 | John Crispin | 2008-09-09 | 3 | -70/+93 |
| | | | | SVN-Revision: 12557 | ||||
* | fix autoconf compilation (#3956) | Felix Fietkau | 2008-09-08 | 1 | -4/+3 |
| | | | | SVN-Revision: 12554 | ||||
* | firmware-utils/mkmylofw: WP543 support | Gabor Juhos | 2008-09-08 | 2 | -26/+47 |
| | | | | SVN-Revision: 12552 | ||||
* | target features: fix usb support detection | Felix Fietkau | 2008-09-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 12551 | ||||
* | fixes script that mounts usd storage when it gets attached | John Crispin | 2008-09-08 | 1 | -14/+11 |
| | | | | SVN-Revision: 12548 | ||||
* | dnsmasq: Use a more intelligent way of parsing dhcp-options using the new ↵ | Steven Barth | 2008-09-07 | 1 | -7/+3 |
| | | | | | | UCI list datatype SVN-Revision: 12547 | ||||
* | restore the /tmp/resolv.conf symlink when stopping dnsmasq | Felix Fietkau | 2008-09-07 | 1 | -0/+5 |
| | | | | SVN-Revision: 12546 | ||||
* | build more image types | Gabor Juhos | 2008-09-07 | 1 | -4/+11 |
| | | | | SVN-Revision: 12545 |