Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a driver for the KS8995 ethernet switch, will be usable to control the ↵ | Gabor Juhos | 2008-04-17 | 4 | -0/+477 |
| | | | | | | switch on some boards SVN-Revision: 10851 | ||||
* | add performance improvement for madwifi on low-memory systems | Felix Fietkau | 2008-04-17 | 1 | -0/+178 |
| | | | | SVN-Revision: 10850 | ||||
* | disable CONFIG_NO_HZ by default (who enabled this?) | Felix Fietkau | 2008-04-17 | 3 | -3/+3 |
| | | | | SVN-Revision: 10849 | ||||
* | add missing symbol | Travis Kemen | 2008-04-15 | 1 | -0/+1 |
| | | | | SVN-Revision: 10848 | ||||
* | remove udevextras dependency on udev (thx, fish) | Felix Fietkau | 2008-04-15 | 1 | -1/+0 |
| | | | | SVN-Revision: 10847 | ||||
* | fix restart on platforms without a setup_switch() | Travis Kemen | 2008-04-15 | 1 | -0/+2 |
| | | | | SVN-Revision: 10846 | ||||
* | move spi_gpio driver into the kernel, clean-up SPI modules | Gabor Juhos | 2008-04-15 | 10 | -27/+110 |
| | | | | SVN-Revision: 10844 | ||||
* | update iptables to 1.4.0 (2.6 kernels only), refresh kernel patches | Gabor Juhos | 2008-04-15 | 37 | -3480/+5331 |
| | | | | SVN-Revision: 10843 | ||||
* | add 2 more symbols missed from my last commit | Nicolas Thill | 2008-04-15 | 1 | -0/+2 |
| | | | | SVN-Revision: 10842 | ||||
* | add missing symbols to 2.6.24 generic config, preventing proper kernel ↵ | Nicolas Thill | 2008-04-15 | 1 | -0/+10 |
| | | | | | | configuration when certain kernel packages were selected SVN-Revision: 10841 | ||||
* | $(TARGET) is not anymore, replace it with $(ARCH) in ./bin/packages ↵ | Nicolas Thill | 2008-04-15 | 1 | -1/+1 |
| | | | | | | subdirectories until we find something better SVN-Revision: 10840 | ||||
* | explicitely disable a bunch of package on ar7 until we properly detect pci & ↵ | Nicolas Thill | 2008-04-15 | 3 | -7/+11 |
| | | | | | | usb support at configure time SVN-Revision: 10839 | ||||
* | mark b44 as broken, it doesn't build anymore due to SSB changes apparently ↵ | Nicolas Thill | 2008-04-15 | 1 | -2/+2 |
| | | | | | | (closes: #3333) SVN-Revision: 10838 | ||||
* | fix magicbox_ide on 2.6.24 | Nicolas Thill | 2008-04-15 | 1 | -1/+3 |
| | | | | SVN-Revision: 10837 | ||||
* | add missing CONFIG_GPIO_LEDS related ifdefs | Gabor Juhos | 2008-04-14 | 2 | -22/+26 |
| | | | | SVN-Revision: 10835 | ||||
* | do target dependent optimizations | Imre Kaloz | 2008-04-14 | 2 | -3/+3 |
| | | | | SVN-Revision: 10834 | ||||
* | udevtrigger shouldn't depend on udev, we use it standalone for hotplug2 | Imre Kaloz | 2008-04-14 | 1 | -1/+0 |
| | | | | SVN-Revision: 10833 | ||||
* | mark all openswan packages as broken | Nicolas Thill | 2008-04-14 | 1 | -1/+2 |
| | | | | SVN-Revision: 10832 | ||||
* | Mark broken packages as broken: - acx-mac80211 - openswan - aodv-uu | Andy Boyett | 2008-04-14 | 3 | -9/+10 |
| | | | | SVN-Revision: 10831 | ||||
* | package shared library as well (partially closes: #3030) | Nicolas Thill | 2008-04-14 | 1 | -2/+24 |
| | | | | SVN-Revision: 10829 | ||||
* | install dependencies after installing package to avoid deep recursion and ↵ | Nicolas Thill | 2008-04-13 | 1 | -7/+7 |
| | | | | | | mass memory consuption SVN-Revision: 10823 | ||||
* | upgrade uci to 0.3.3, build lua plugin | Felix Fietkau | 2008-04-13 | 1 | -5/+21 |
| | | | | SVN-Revision: 10818 | ||||
* | remove lua's dependency on libreadline and libncurses | Felix Fietkau | 2008-04-13 | 2 | -1/+54 |
| | | | | SVN-Revision: 10817 | ||||
* | fix udevextras build when no extras were actually selected | Nicolas Thill | 2008-04-13 | 1 | -3/+5 |
| | | | | SVN-Revision: 10816 | ||||
* | mac80211 / compat-wireless fixes: * build in KERNEL_BUILD_DIR * only build ↵ | Nicolas Thill | 2008-04-13 | 1 | -3/+9 |
| | | | | | | kernel module if it's selected SVN-Revision: 10815 | ||||
* | update libnl to 1.1 | Nicolas Thill | 2008-04-13 | 1 | -8/+8 |
| | | | | SVN-Revision: 10814 | ||||
* | fix GPIO direction setup on ar5312, and fix compiler warnings | Gabor Juhos | 2008-04-13 | 1 | -5/+7 |
| | | | | SVN-Revision: 10811 | ||||
* | move lua from packages/ to trunk in anticipation of upcoming stuff ;) | Felix Fietkau | 2008-04-13 | 2 | -0/+289 |
| | | | | SVN-Revision: 10806 | ||||
* | Replace udev-vol-id pacakge with configurable udevextras | Jeremy Kerr | 2008-04-12 | 2 | -9/+73 |
| | | | | | | | | | | | | | Instead of just having one vol_id package, create a 'udevextras' package for all of the udev "EXTRAS" utilities. Selecting this package allows each extra to be selected individually. Also, installing udevextras adds a few udev rules for persistent device naming. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 10805 | ||||
* | Group input devices under /dev/input | Jeremy Kerr | 2008-04-12 | 2 | -0/+11 |
| | | | | | | | | | This change adds a udev rules file to group input devices (via symlinks) under their usual expected location of /dev/input. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 10804 | ||||
* | Use new kexec tools | Jeremy Kerr | 2008-04-12 | 5 | -20/+238 |
| | | | | | | | | | | | | Horms' new kexec-tools repository has a number of updates and fixes for kexec, and also supports the PS3. This change updates the kexec repo, and adds a few build-system patches to make it work with OpenWRT. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 10803 | ||||
* | provide a cleaner way to specify a biarch toolchain build | Jeremy Kerr | 2008-04-12 | 4 | -0/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, to build a biarch toolchain, we need to explicitly give options to the binutils and gcc configure commands: CONFIG_EXTRA_BINUTILS_CONFIG_OPTIONS="--enable-targets=powerpc64-linux-uclibc" CONFIG_EXTRA_GCC_CONFIG_OPTIONS="--enable-biarch --enable-targets=powerpc64-linux-uclibc" This change replaces the command line options with an 'extra arch' configure option: CONFIG_EXTRA_TARGET_ARCH=y CONFIG_EXTRA_TARGET_ARCH_NAME="powerpc64" And a way to invoke this extra arch on the compiler command-line: CONFIG_EXTRA_TARGET_ARCH_OPTS="-m64" In this case, this results in an extra compiler: 'powerpc64-linux-uclibc-gcc', which invokes 'powerpc-linux-uclibc-gcc -m64' This is a more standard way of building biarch toolchains, and allows the packages to not have to care about how to invoke the 64-bit compiler. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 10802 | ||||
* | fix build on linux >= 2.6.23 | Nicolas Thill | 2008-04-12 | 1 | -0/+13 |
| | | | | SVN-Revision: 10801 | ||||
* | package/ov51x-jpeg: * update to 1.5.7 * add userland package * add fallback ↵ | Nicolas Thill | 2008-04-12 | 1 | -7/+40 |
| | | | | | | url (closes: #3216) SVN-Revision: 10800 | ||||
* | disable kmod-mmc-over-gpio on x86 | Nicolas Thill | 2008-04-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 10799 | ||||
* | add missing MMC config symbol | Nicolas Thill | 2008-04-12 | 1 | -0/+1 |
| | | | | SVN-Revision: 10798 | ||||
* | add missing SSB config symbols | Nicolas Thill | 2008-04-12 | 1 | -0/+3 |
| | | | | SVN-Revision: 10797 | ||||
* | package/qc-usb: * update to 0.6.6 (closes: #3215) * fix build on linux > 2.6.23 | Nicolas Thill | 2008-04-12 | 3 | -29/+26 |
| | | | | SVN-Revision: 10796 | ||||
* | add missing include in restart | Travis Kemen | 2008-04-12 | 1 | -0/+1 |
| | | | | SVN-Revision: 10794 | ||||
* | install build-depends packages as well | Nicolas Thill | 2008-04-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 10793 | ||||
* | ar7: nuke unneeded patch | Matteo Croce | 2008-04-11 | 1 | -14/+0 |
| | | | | SVN-Revision: 10792 | ||||
* | Add ps3 target specific utilities package | Yuji Mano | 2008-04-11 | 1 | -0/+49 |
| | | | | SVN-Revision: 10791 | ||||
* | Delete config-default file and resync kernel configuration for brcm63xx | Florian Fainelli | 2008-04-11 | 2 | -293/+3 |
| | | | | SVN-Revision: 10790 | ||||
* | Fix errors on capifs loading (#3250) | Florian Fainelli | 2008-04-11 | 1 | -2/+4 |
| | | | | SVN-Revision: 10789 | ||||
* | Do not disable tls yet, uclibc-ntpl will support it soon | Florian Fainelli | 2008-04-10 | 1 | -2/+0 |
| | | | | SVN-Revision: 10785 | ||||
* | Fix hostapd compilation errors on STA_INFO (#3308) | Florian Fainelli | 2008-04-10 | 1 | -0/+55 |
| | | | | SVN-Revision: 10784 | ||||
* | Fix typo in the payload option for br2684ctl (#3318) | Florian Fainelli | 2008-04-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 10783 | ||||
* | Disable tls support, uClibc does not support it, and it could lead to ↵ | Florian Fainelli | 2008-04-10 | 1 | -0/+2 |
| | | | | | | linking failures with some braindead autoconf programs SVN-Revision: 10782 | ||||
* | fix a quilt incompatible patch | Gabor Juhos | 2008-04-10 | 1 | -95/+12 |
| | | | | SVN-Revision: 10781 | ||||
* | add basic support for the Titan Wireless TW-533-4 | Imre Kaloz | 2008-04-09 | 2 | -0/+289 |
| | | | | SVN-Revision: 10780 |