summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [package] uci: use latest git, fixes reorder operation and incorperates ↵jow2011-01-192-24/+4
| | | | | | nested delete patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25048 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq]blogic2011-01-192-216/+224
| | | | | | | | | * revert [25002] * fixes EBU ack when EBU causes an irq git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25047 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: don't die on malformed PADS frames that might appear on ↵jow2011-01-192-1/+110
| | | | | | instable DSL lines git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25044 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] fix null pointer access in mach-dir-600-a1.c machine setup (#8671)jow2011-01-181-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25043 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [realview] disable built-in MMC supportflorian2011-01-181-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25042 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [realview] add missing config symbolsflorian2011-01-181-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25041 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: Fix typo in option name for disabling failsafe announcmentcshore2011-01-181-1/+1
| | | | | | Thanks to Andrey Zholos for this patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25040 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: rework wds sta fix - check for the protocol of the incoming frame ↵nbd2011-01-181-6/+30
| | | | | | instead of just the authorized state git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25039 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a few missing usb related symbols (relevant for mpc85xx)nbd2011-01-181-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25038 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mpc85xx: disable the i8259 irq on mpc8548cds (but leave the controller ↵nbd2011-01-182-0/+36
| | | | | | initialized) - it shares an irq with the pcie device which causes irq storms git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25037 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ep93xx] add missing keyboard symbolflorian2011-01-181-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25036 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Revert "[kernel] solos-pci: Depend on soloscli, just like mac80211 depends ↵florian2011-01-181-1/+1
| | | | | | | | on iw and crda, since in both cases the module is useless without the userspace." We do not make a kernel module depend on user-space utility. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25035 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] solos-pci: Depend on soloscli, just like mac80211 depends on iw and ↵cshore2011-01-181-1/+1
| | | | | | crda, since in both cases the module is useless without the userspace. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25034 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] remove bogus qemu dependencyjow2011-01-171-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25032 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86]: Missing symbols for CONFIG_xxx ..cshore2011-01-172-0/+8
| | | | | | Thanks Philip Prindeville git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25031 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: bump pkg revision after latest changesjow2011-01-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25028 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: remove pppoa coldplug, the hotplug handler has been confirmed ↵jow2011-01-171-4/+0
| | | | | | for ueagle and solos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25027 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: synthesize a .device option to make ifup work on pppoa ↵jow2011-01-172-1/+5
| | | | | | interfaces again git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25025 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] set Installed-Size to 0 when preparing control, its substituted by ↵jow2011-01-161-2/+1
| | | | | | ipkg-build later on git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25022 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/ipkg-utils: calculate installed size from embedded data.tar.gz, makes ↵jow2011-01-162-1/+14
| | | | | | opkg space checking more precise git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25021 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mpc85xx: add a new 'spe_fpu' feature flag for the FPU used on freescale ↵nbd2011-01-164-1/+10
| | | | | | | | | | powerpc cpus The SPE FPU is ABI-incompatible with the regular powerpc FPU, this needs to be reflected in the toolchain target name. Fixes floating point crashes in user space git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25018 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing kernel kernel config symbolnbd2011-01-162-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25017 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mpc85xx: clean up bogus kernel config overridesnbd2011-01-161-24/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25016 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mpc85xx: fix mpc8548 support (reorder serial ports, add default stdout path ↵nbd2011-01-162-1/+42
| | | | | | to device tree), enable pcie git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25015 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix compile errors on powerpcnbd2011-01-161-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25014 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc 0.9.32: fix libm compile for powerpcnbd2011-01-161-0/+42
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25013 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix frames looping back to a wds stationnbd2011-01-151-0/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25008 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix a few more aggregation related issues, should improve stabilitynbd2011-01-152-0/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25007 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq] move irq.c from patch into own filemirko2011-01-152-215/+213
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25002 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: Create one control interface per virtual bssidnbd2011-01-141-1/+3
| | | | | | | | | | | | | | | | | | | | Previously hostapd created one control interface /var/run/hostapd-phyX which only contained the first virtual bssid (for example wlan0). In order to access the other virtual bssids with hostapd_cli add all virtual bssids to /var/run/hostapd-phyX by specifying the ctrl_interface parameter per bssid. Previously the control interface looked like: /var/run/hostapd-phyX/wlan0 Now, the control interface looks like this: /var/run/hostapd-phyX/wlan0 /var/run/hostapd-phyX/wlan1 ... Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24985 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] mklibs: import missing symbol workaround from Freetz project (#7590)jow2011-01-141-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24984 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: rework WNDR3700 image generationjuhosg2011-01-141-16/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24983 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: build separate image for the WNDR3700 with NA regionjuhosg2011-01-141-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24982 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firmware-utils/mkdniimg: don't use NA region by defaultjuhosg2011-01-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24981 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firmware-utils/wndr3700: allow to specify image magic via command linejuhosg2011-01-141-4/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24980 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [omap35xx] Update gumstix profilehcg2011-01-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24979 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: include the kfifo backport in compat.ko if necessary (fixes ↵nbd2011-01-132-0/+28
| | | | | | libertas, rt2x00) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24978 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix spurious decryption crc error regressionnbd2011-01-131-0/+56
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24976 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [at91] Fix i2c driver and package itclaudio2011-01-132-0/+300
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24975 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [at91] Allow module compilation for adc driverclaudio2011-01-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24974 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] add explicit dependencies between gcc prepare stages, fixes ↵jow2011-01-121-0/+2
| | | | | | source download race with make -j (#8596) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24969 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: add gpio_set_debounce functionjuhosg2011-01-112-0/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24968 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: support per-vif wmm option, defaults to 1 if unsetjow2011-01-111-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24966 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix wlan LED on the TL-WR741 boardjuhosg2011-01-111-0/+2
| | | | | | * Patch from #8630 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24963 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix wrong names of the WPS LED/buttonjuhosg2011-01-101-7/+7
| | | | | | Reported-by: Nuno Gonçalves git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24961 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: reduce the number of false positives triggered by the baseband hang ↵nbd2011-01-101-0/+30
| | | | | | check by only running it when beacon transmission is blocked git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24954 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: protect tcp receive operations with select, make tcp ↵jow2011-01-096-22/+54
| | | | | | keep-alive optional (#8272) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24952 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: deactivate ext4 SElinux support and extended attributes support hauke2011-01-098-4/+11
| | | | | | | | | | in general config. This effects the build in kmod-fs-ext4 and when it is build into the kernel in the x86 target. Thank you Philip Prindeville git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24951 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: fix packaging of kmod-cs5535-gpio, thanks Philip Prindevillejow2011-01-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24950 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a few aggregation reliability fixesnbd2011-01-093-0/+34
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24949 3c298f89-4303-0410-b956-a3cf2f4a3e73