aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* package/openssl: move configuration in submenuNicolas Thill2010-04-162-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20915 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/ar7-atm: move configuration in submenuNicolas Thill2010-04-162-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20914 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: add dependencies on kmod-crc16 and kmod-rfkill to ↵Nicolas Thill2010-04-161-1/+2
| | | | | | kmod-bluetooth (closes: #7063) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20913 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: rename 'target-config.in' to 'Config.in' for coherency, ↵Nicolas Thill2010-04-162-5/+7
| | | | | | move submenu to it and source main busybox Config.in from there git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20912 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/madwifi: move configuration in submenuNicolas Thill2010-04-162-5/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20911 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mac80211: move all configuration items in submenus, merge Config.in* ↵Nicolas Thill2010-04-166-167/+184
| | | | | | into the main Makefile git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20910 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/libpcap: move configuration to submenuNicolas Thill2010-04-162-3/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20909 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/udev: move configuration in submenu, rename udev-config.in to ↵Nicolas Thill2010-04-162-5/+4
| | | | | | Config.in for consistency git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20908 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mmc_over_gpio: more configuration in submenuNicolas Thill2010-04-161-19/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20907 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/compcache: move configuration in submenuNicolas Thill2010-04-162-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20906 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: remove references to old TARGET_olpc now that it has been ↵Nicolas Thill2010-04-161-2/+2
| | | | | | merged with TARGET_x86 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20905 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: add 3 upstream fixes, bump release numberNicolas Thill2010-04-164-1/+190
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20904 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: add dependency on kmod-input-core to kmod-sound-core ↵Nicolas Thill2010-04-161-1/+1
| | | | | | (closes: #7140) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20901 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain/gcc: add a 3.4.6 patch fixing a g++ bug where it generates local ↵Nicolas Thill2010-04-161-0/+61
| | | | | | references to linkonce (see http://gcc.gnu.org/PR16276, closes: #7014) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20900 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: add missing modules autoloading for kmod-ipsec, kmod-ipsec4 ↵Nicolas Thill2010-04-161-16/+32
| | | | | | & kmod-ipsec6 (partially closes: #7164) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20893 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix up alignment handlingFelix Fietkau2010-04-152-26/+41
| | | | | | | | | | | - on ar724x, rx buffers can be aligned with an offset of 2, which keeps the ip header aligned - alignment offset is only added if the ar8216 workaround is not active and the phy driver does not advertise its own packet alignment - ar71xx and ar91xx can not handle rx alignment offsets, however taking a hit on unaligned exceptions seems to have less overhead than re-aligning the data for large packets - use memmove to re-align small packets, if necessary tested on ar9132, ar7240 and ar7242 based devices without ar8216 headers git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20892 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: add preliminary 2.6.34 supportAlexandros C. Couloumbis2010-04-1524-0/+2672
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20888 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix crash issues caused by the ar9300 support patchFelix Fietkau2010-04-157-604/+755
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20887 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: fix bug in path canonization introduced by r20883Jo-Philipp Wich2010-04-151-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20885 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd:Jo-Philipp Wich2010-04-158-82/+186
| | | | | | | | | - make network timeout configurable, increase default to 30 seconds (#7067) - follow symlinks in docroot and add option to disable that - fix mimetype detection for files with combined extensions (.tar.gz, ...) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20883 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain/uClubc-0.9.31: fix syscalls on MIPSGabor Juhos2010-04-151-0/+110
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20882 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 2.6.34: fix kzalloc errorAlexandros C. Couloumbis2010-04-151-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20881 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/base-files: fix typo in r20874 (thanks to rhk for spotting it)Nicolas Thill2010-04-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20878 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/block-mount: mark /etc/config/fstab as conffiles (closes: #7130)Nicolas Thill2010-04-151-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20875 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/base-files: use a single $(CP) instead of two to copy shared library ↵Nicolas Thill2010-04-151-10/+20
| | | | | | files git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20874 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain/uClibc: add preliminary support for 0.9.31 (needs testing)Nicolas Thill2010-04-1531-1/+5115
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20873 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain/kernel-headers: restore support for patches, needed for ubicom32Nicolas Thill2010-04-151-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20872 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/broadcom-diag: fix USB led polarity on Asus WL-HDD (closes: #7055)Nicolas Thill2010-04-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20869 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/toolchain: match toolchain directory name changes in r19885 & r20215 ↵Nicolas Thill2010-04-151-3/+3
| | | | | | (closes: #7148 & #7162) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20865 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cleanup] remove empty directories (again)Nicolas Thill2010-04-140-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20864 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/iptables: update to 1.4.7Nicolas Thill2010-04-142-13/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20862 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/ipset: update to 4.2Nicolas Thill2010-04-141-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20861 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: fix timestamp patch - previous version patched the wrong fileFelix Fietkau2010-04-141-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20859 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: remove the makefile timestamp check, it breaks on some host systemsFelix Fietkau2010-04-141-0/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20858 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix timestamp checks for build system paths which have '.svn' in their ↵Felix Fietkau2010-04-142-2/+2
| | | | | | directory name git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20856 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/adm5120: fix image building after r20834Nicolas Thill2010-04-141-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20855 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/ixp4xx: fix image building after r20834 (closes: #7157)Nicolas Thill2010-04-143-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20854 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mtd-utils: remove bogus include statement to make it more portableFelix Fietkau2010-04-141-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20853 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix a crash in ath9k_hw_reset on older hwFelix Fietkau2010-04-141-69/+69
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20852 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/firmware-utils/imagetag: Fixed Pirelli Alice Gate CRC calculation in ↵Daniel Dickinson2010-04-141-2/+2
| | | | | | imagetag (was invalid strings in bcm_tag.h). Closes #7120 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20850 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2010-04-13, add some more fixes for the ↵Felix Fietkau2010-04-1418-9936/+7251
| | | | | | ar9300 patch set, fixes #7135 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20849 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mac80211: add a patch to fix package/carl9170 build failureNicolas Thill2010-04-131-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20848 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] add Buffalo WHR-G125 specifc switch quirks to netconfig, shorten ↵Jo-Philipp Wich2010-04-131-12/+4
| | | | | | code by merging identical fixes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20846 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add lzma/jffs2 patches for 2.6.34Alexandros C. Couloumbis2010-04-131-0/+5142
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20845 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't use lzma/jffs2 on <2.6.33, set lzma/jffs2 as default for >=2.6.33. ↵Alexandros C. Couloumbis2010-04-133-8/+24
| | | | | | switch verbose mode on compresor statistics. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20844 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mx2] vp6500: Add backlight deviceLars-Peter Clausen2010-04-133-8/+187
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20843 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update kernel checksumsAlexandros C. Couloumbis2010-04-131-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20842 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] option to allow boot to run to completion before starting shellFlorian Fainelli2010-04-131-1/+6
| | | | | | | | | | | | | Setting the system variable "foreground" to yes causes the system to run the init scripts in series and wait for completion. This is useful if (a) you don't want the user getting into the console until the system is initialized, or (b) you have things going on in your scripts that require strict ordering (and no possible race conditions). Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20841 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix image builds (broken by r20834)Felix Fietkau2010-04-131-7/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20840 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix jffs2 and mini_fo mount in failsafe (patch from #7134)Felix Fietkau2010-04-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20838 3c298f89-4303-0410-b956-a3cf2f4a3e73